This commit is contained in:
efrilm
2025-11-01 16:17:45 +07:00
parent ef23839761
commit 069c2296de
24 changed files with 2670 additions and 133 deletions
@@ -32,6 +32,7 @@ class Order with _$Order {
required int remainingAmount,
required String paymentStatus,
required int refundAmount,
required String refundReason,
required bool isVoid,
required bool isRefund,
required String notes,
@@ -72,6 +73,7 @@ class Order with _$Order {
totalPaid: 0,
paymentCount: 0,
splitType: '',
refundReason: '',
);
}