update printer checker

This commit is contained in:
Efril
2026-05-27 16:13:12 +07:00
parent ea29c62af1
commit beb86f6259
5 changed files with 86 additions and 62 deletions
@@ -149,6 +149,26 @@ class Order with _$Order {
categoryId: 'CAT-002',
categoryName: 'Makanan',
),
OrderItem(
id: 'ITEM-003',
orderId: 'ORD-001',
productId: 'PROD-003',
productName: 'Pasta',
productVariantId: 'VAR-002',
productVariantName: '',
quantity: 1,
unitPrice: 50000,
totalPrice: 50000,
modifiers: [],
notes: '',
status: 'Served',
createdAt: DateTime.now().subtract(const Duration(hours: 1)),
updatedAt: DateTime.now(),
printerType: 'Kitchen',
paidQuantity: 1,
categoryId: 'CAT-002',
categoryName: 'Makanan',
),
],
payments: [
Payment(