@feedmepos/mf-order-setting 0.0.44 → 0.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/dist/{KioskDevicesView-KBpXQJmy.js → KioskDevicesView-Dd3xcM5X.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js} +101 -96
  3. package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-D50Gh7NR.js} +1 -1
  4. package/dist/KioskView-BGiHHSjd.js +448 -0
  5. package/dist/{OrderSettingsView-CEh1QUZm.js → OrderSettingsView-DNuKMNFe.js} +33723 -34786
  6. package/dist/{app-CKeIud_f.js → app-DGT9bC4M.js} +115 -43
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-D-vfvSns.js} +1 -1
  9. package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
  10. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  11. package/dist/frontend/mf-order/src/app.d.ts +72 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +72 -0
  13. package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
  14. package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
  15. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
  16. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
  18. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
  20. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
  21. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
  22. package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
  23. package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
  24. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  25. package/dist/{index-D_Tmm1qL.js → index-DAruvcri.js} +2 -2
  26. package/dist/{menu.dto-BY9dVf93.js → menu.dto-B82ITnH5.js} +54755 -57698
  27. package/dist/package/entity/booking/booking.do.d.ts +168 -2368
  28. package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
  29. package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
  30. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
  31. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +450 -60
  32. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +680 -628
  33. package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
  34. package/dist/package/entity/index.d.ts +2 -0
  35. package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
  36. package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
  37. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
  38. package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
  39. package/dist/package/entity/order/order.do.d.ts +8 -0
  40. package/dist/package/entity/order/order.dto.d.ts +390 -974
  41. package/dist/package/entity/order/order.enum.d.ts +2 -0
  42. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
  43. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
  44. package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
  45. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
  46. package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
  47. package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
  48. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
  49. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
  50. package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
  51. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
  52. package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
  53. package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
  54. package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
  55. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
  56. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
  57. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
  58. package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
  59. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
  60. package/dist/package/entity/order-setting/order-setting.do.d.ts +77 -88
  61. package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
  62. package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
  63. package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
  64. package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
  65. package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
  66. package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
  67. package/dist/package/entity/queue/queue.dto.d.ts +76 -14
  68. package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
  69. package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
  70. package/package.json +3 -3
  71. package/src/api/remoteOrder/index.ts +13 -2
  72. package/src/api/restaurant-setting/index.ts +6 -0
  73. package/src/locales/en-US.json +24 -0
  74. package/src/locales/th-TH.json +24 -0
  75. package/src/locales/zh-CN.json +24 -0
  76. package/src/modules/kiosk/interface.ts +1 -0
  77. package/src/stores/kiosk/mapper.ts +1 -0
  78. package/src/stores/order-setting/mapper.ts +20 -33
  79. package/src/stores/restaurant/index.ts +7 -3
  80. package/src/views/all-orders/FilterStatus.vue +1 -1
  81. package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
  82. package/src/views/order-settings/OrderSettingsView.vue +13 -5
  83. package/src/views/order-settings/delivery/delivery.data.ts +7 -4
  84. package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
  85. package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
  86. package/src/views/order-settings/general/GeneralSetting.vue +2 -2
  87. package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
  88. package/src/views/order-settings/queue/QueueSetting.vue +358 -0
  89. package/dist/KioskView-KNiT-upH.js +0 -453
@@ -15,23 +15,29 @@ export declare const FdoIncomingOrderConfig: z.ZodObject<{
15
15
  ignoreDiscount: boolean;
16
16
  }>>>;
17
17
  printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
18
+ printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
19
+ overridePax: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
18
20
  }, "strip", z.ZodTypeAny, {
21
+ printChecklist?: boolean | null | undefined;
19
22
  taxes?: {
20
23
  inclusive: boolean;
21
24
  ignoreDiscount: boolean;
22
25
  } | null | undefined;
23
26
  printReceiptAfterClose?: boolean | null | undefined;
24
27
  voidReturnStock?: boolean | null | undefined;
28
+ overridePax?: boolean | null | undefined;
25
29
  autoAccept: boolean;
26
30
  autoSend: boolean;
27
31
  autoCloseBill: boolean;
28
32
  }, {
33
+ printChecklist?: boolean | null | undefined;
29
34
  taxes?: {
30
35
  inclusive: boolean;
31
36
  ignoreDiscount: boolean;
32
37
  } | null | undefined;
33
38
  printReceiptAfterClose?: boolean | null | undefined;
34
39
  voidReturnStock?: boolean | null | undefined;
40
+ overridePax?: boolean | null | undefined;
35
41
  autoAccept: boolean;
36
42
  autoSend: boolean;
37
43
  autoCloseBill: boolean;
@@ -412,6 +418,31 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
412
418
  name: string;
413
419
  id: string;
414
420
  }>>>;
421
+ printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
422
+ printAt: z.ZodString;
423
+ printBy: z.ZodObject<{
424
+ id: z.ZodString;
425
+ name: z.ZodString;
426
+ }, "strip", z.ZodTypeAny, {
427
+ name: string;
428
+ id: string;
429
+ }, {
430
+ name: string;
431
+ id: string;
432
+ }>;
433
+ }, "strip", z.ZodTypeAny, {
434
+ printAt: string;
435
+ printBy: {
436
+ name: string;
437
+ id: string;
438
+ };
439
+ }, {
440
+ printAt: string;
441
+ printBy: {
442
+ name: string;
443
+ id: string;
444
+ };
445
+ }>, "many">>>;
415
446
  kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
416
447
  startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
417
448
  finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -990,6 +1021,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
990
1021
  name: string[];
991
1022
  combinationKey: string;
992
1023
  } | null | undefined;
1024
+ printBy?: {
1025
+ user: {
1026
+ name: string;
1027
+ id: string;
1028
+ };
1029
+ printAt: string;
1030
+ }[] | null | undefined;
993
1031
  unitQuantity?: number | null | undefined;
994
1032
  refundedFrom?: string | null | undefined;
995
1033
  refundBy?: {
@@ -1015,14 +1053,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
1015
1053
  name: string;
1016
1054
  id: string;
1017
1055
  } | null | undefined;
1018
- printReceiptAt?: string | null | undefined;
1019
- printBy?: {
1020
- user: {
1056
+ printChecklistRecords?: {
1057
+ printAt: string;
1058
+ printBy: {
1021
1059
  name: string;
1022
1060
  id: string;
1023
1061
  };
1024
- printAt: string;
1025
1062
  }[] | null | undefined;
1063
+ printReceiptAt?: string | null | undefined;
1026
1064
  deletedAt?: string | null | undefined;
1027
1065
  stockChange?: {
1028
1066
  countdowns: {
@@ -3842,6 +3880,32 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
3842
3880
  calculatorVersion: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3843
3881
  machineId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3844
3882
  minPriceMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["PRODUCT_ONLY"]>>>;
3883
+ fullTaxInvoice: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3884
+ id: z.ZodString;
3885
+ printMeta: z.ZodObject<{
3886
+ detail: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
3887
+ }, "strip", z.ZodTypeAny, {
3888
+ detail?: Record<string, any> | null | undefined;
3889
+ }, {
3890
+ detail?: Record<string, any> | null | undefined;
3891
+ }>;
3892
+ printedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3893
+ printCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
3894
+ }, "strip", z.ZodTypeAny, {
3895
+ printedAt?: string | null | undefined;
3896
+ printCount?: number | null | undefined;
3897
+ id: string;
3898
+ printMeta: {
3899
+ detail?: Record<string, any> | null | undefined;
3900
+ };
3901
+ }, {
3902
+ printedAt?: string | null | undefined;
3903
+ printCount?: number | null | undefined;
3904
+ id: string;
3905
+ printMeta: {
3906
+ detail?: Record<string, any> | null | undefined;
3907
+ };
3908
+ }>>>;
3845
3909
  }, "strip", z.ZodTypeAny, {
3846
3910
  machineId?: string | null | undefined;
3847
3911
  remark?: string | null | undefined;
@@ -4281,6 +4345,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
4281
4345
  } | null | undefined;
4282
4346
  calculatorVersion?: number | null | undefined;
4283
4347
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
4348
+ fullTaxInvoice?: {
4349
+ printedAt?: string | null | undefined;
4350
+ printCount?: number | null | undefined;
4351
+ id: string;
4352
+ printMeta: {
4353
+ detail?: Record<string, any> | null | undefined;
4354
+ };
4355
+ } | null | undefined;
4284
4356
  slot: string;
4285
4357
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
4286
4358
  items: Record<string, {
@@ -4305,6 +4377,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
4305
4377
  name: string[];
4306
4378
  combinationKey: string;
4307
4379
  } | null | undefined;
4380
+ printBy?: {
4381
+ user: {
4382
+ name: string;
4383
+ id: string;
4384
+ };
4385
+ printAt: string;
4386
+ }[] | null | undefined;
4308
4387
  unitQuantity?: number | null | undefined;
4309
4388
  refundedFrom?: string | null | undefined;
4310
4389
  refundBy?: {
@@ -4330,14 +4409,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
4330
4409
  name: string;
4331
4410
  id: string;
4332
4411
  } | null | undefined;
4333
- printReceiptAt?: string | null | undefined;
4334
- printBy?: {
4335
- user: {
4412
+ printChecklistRecords?: {
4413
+ printAt: string;
4414
+ printBy: {
4336
4415
  name: string;
4337
4416
  id: string;
4338
4417
  };
4339
- printAt: string;
4340
4418
  }[] | null | undefined;
4419
+ printReceiptAt?: string | null | undefined;
4341
4420
  deletedAt?: string | null | undefined;
4342
4421
  stockChange?: {
4343
4422
  countdowns: {
@@ -5113,6 +5192,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
5113
5192
  } | null | undefined;
5114
5193
  calculatorVersion?: number | null | undefined;
5115
5194
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
5195
+ fullTaxInvoice?: {
5196
+ printedAt?: string | null | undefined;
5197
+ printCount?: number | null | undefined;
5198
+ id: string;
5199
+ printMeta: {
5200
+ detail?: Record<string, any> | null | undefined;
5201
+ };
5202
+ } | null | undefined;
5116
5203
  slot: string;
5117
5204
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
5118
5205
  items: Record<string, {
@@ -5137,6 +5224,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
5137
5224
  name: string[];
5138
5225
  combinationKey: string;
5139
5226
  } | null | undefined;
5227
+ printBy?: {
5228
+ user: {
5229
+ name: string;
5230
+ id: string;
5231
+ };
5232
+ printAt: string;
5233
+ }[] | null | undefined;
5140
5234
  unitQuantity?: number | null | undefined;
5141
5235
  refundedFrom?: string | null | undefined;
5142
5236
  refundBy?: {
@@ -5162,14 +5256,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
5162
5256
  name: string;
5163
5257
  id: string;
5164
5258
  } | null | undefined;
5165
- printReceiptAt?: string | null | undefined;
5166
- printBy?: {
5167
- user: {
5259
+ printChecklistRecords?: {
5260
+ printAt: string;
5261
+ printBy: {
5168
5262
  name: string;
5169
5263
  id: string;
5170
5264
  };
5171
- printAt: string;
5172
5265
  }[] | null | undefined;
5266
+ printReceiptAt?: string | null | undefined;
5173
5267
  deletedAt?: string | null | undefined;
5174
5268
  stockChange?: {
5175
5269
  countdowns: {
@@ -5521,23 +5615,29 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
5521
5615
  ignoreDiscount: boolean;
5522
5616
  }>>>;
5523
5617
  printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5618
+ printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5619
+ overridePax: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
5524
5620
  }, "strip", z.ZodTypeAny, {
5621
+ printChecklist?: boolean | null | undefined;
5525
5622
  taxes?: {
5526
5623
  inclusive: boolean;
5527
5624
  ignoreDiscount: boolean;
5528
5625
  } | null | undefined;
5529
5626
  printReceiptAfterClose?: boolean | null | undefined;
5530
5627
  voidReturnStock?: boolean | null | undefined;
5628
+ overridePax?: boolean | null | undefined;
5531
5629
  autoAccept: boolean;
5532
5630
  autoSend: boolean;
5533
5631
  autoCloseBill: boolean;
5534
5632
  }, {
5633
+ printChecklist?: boolean | null | undefined;
5535
5634
  taxes?: {
5536
5635
  inclusive: boolean;
5537
5636
  ignoreDiscount: boolean;
5538
5637
  } | null | undefined;
5539
5638
  printReceiptAfterClose?: boolean | null | undefined;
5540
5639
  voidReturnStock?: boolean | null | undefined;
5640
+ overridePax?: boolean | null | undefined;
5541
5641
  autoAccept: boolean;
5542
5642
  autoSend: boolean;
5543
5643
  autoCloseBill: boolean;
@@ -6001,6 +6101,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6001
6101
  } | null | undefined;
6002
6102
  calculatorVersion?: number | null | undefined;
6003
6103
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
6104
+ fullTaxInvoice?: {
6105
+ printedAt?: string | null | undefined;
6106
+ printCount?: number | null | undefined;
6107
+ id: string;
6108
+ printMeta: {
6109
+ detail?: Record<string, any> | null | undefined;
6110
+ };
6111
+ } | null | undefined;
6004
6112
  slot: string;
6005
6113
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
6006
6114
  items: Record<string, {
@@ -6025,6 +6133,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6025
6133
  name: string[];
6026
6134
  combinationKey: string;
6027
6135
  } | null | undefined;
6136
+ printBy?: {
6137
+ user: {
6138
+ name: string;
6139
+ id: string;
6140
+ };
6141
+ printAt: string;
6142
+ }[] | null | undefined;
6028
6143
  unitQuantity?: number | null | undefined;
6029
6144
  refundedFrom?: string | null | undefined;
6030
6145
  refundBy?: {
@@ -6050,14 +6165,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6050
6165
  name: string;
6051
6166
  id: string;
6052
6167
  } | null | undefined;
6053
- printReceiptAt?: string | null | undefined;
6054
- printBy?: {
6055
- user: {
6168
+ printChecklistRecords?: {
6169
+ printAt: string;
6170
+ printBy: {
6056
6171
  name: string;
6057
6172
  id: string;
6058
6173
  };
6059
- printAt: string;
6060
6174
  }[] | null | undefined;
6175
+ printReceiptAt?: string | null | undefined;
6061
6176
  deletedAt?: string | null | undefined;
6062
6177
  stockChange?: {
6063
6178
  countdowns: {
@@ -6396,12 +6511,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6396
6511
  }>;
6397
6512
  };
6398
6513
  config: {
6514
+ printChecklist?: boolean | null | undefined;
6399
6515
  taxes?: {
6400
6516
  inclusive: boolean;
6401
6517
  ignoreDiscount: boolean;
6402
6518
  } | null | undefined;
6403
6519
  printReceiptAfterClose?: boolean | null | undefined;
6404
6520
  voidReturnStock?: boolean | null | undefined;
6521
+ overridePax?: boolean | null | undefined;
6405
6522
  autoAccept: boolean;
6406
6523
  autoSend: boolean;
6407
6524
  autoCloseBill: boolean;
@@ -6862,6 +6979,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6862
6979
  } | null | undefined;
6863
6980
  calculatorVersion?: number | null | undefined;
6864
6981
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
6982
+ fullTaxInvoice?: {
6983
+ printedAt?: string | null | undefined;
6984
+ printCount?: number | null | undefined;
6985
+ id: string;
6986
+ printMeta: {
6987
+ detail?: Record<string, any> | null | undefined;
6988
+ };
6989
+ } | null | undefined;
6865
6990
  slot: string;
6866
6991
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
6867
6992
  items: Record<string, {
@@ -6886,6 +7011,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6886
7011
  name: string[];
6887
7012
  combinationKey: string;
6888
7013
  } | null | undefined;
7014
+ printBy?: {
7015
+ user: {
7016
+ name: string;
7017
+ id: string;
7018
+ };
7019
+ printAt: string;
7020
+ }[] | null | undefined;
6889
7021
  unitQuantity?: number | null | undefined;
6890
7022
  refundedFrom?: string | null | undefined;
6891
7023
  refundBy?: {
@@ -6911,14 +7043,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
6911
7043
  name: string;
6912
7044
  id: string;
6913
7045
  } | null | undefined;
6914
- printReceiptAt?: string | null | undefined;
6915
- printBy?: {
6916
- user: {
7046
+ printChecklistRecords?: {
7047
+ printAt: string;
7048
+ printBy: {
6917
7049
  name: string;
6918
7050
  id: string;
6919
7051
  };
6920
- printAt: string;
6921
7052
  }[] | null | undefined;
7053
+ printReceiptAt?: string | null | undefined;
6922
7054
  deletedAt?: string | null | undefined;
6923
7055
  stockChange?: {
6924
7056
  countdowns: {
@@ -7255,12 +7387,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
7255
7387
  }>;
7256
7388
  };
7257
7389
  config: {
7390
+ printChecklist?: boolean | null | undefined;
7258
7391
  taxes?: {
7259
7392
  inclusive: boolean;
7260
7393
  ignoreDiscount: boolean;
7261
7394
  } | null | undefined;
7262
7395
  printReceiptAfterClose?: boolean | null | undefined;
7263
7396
  voidReturnStock?: boolean | null | undefined;
7397
+ overridePax?: boolean | null | undefined;
7264
7398
  autoAccept: boolean;
7265
7399
  autoSend: boolean;
7266
7400
  autoCloseBill: boolean;
@@ -7612,6 +7746,31 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
7612
7746
  name: string;
7613
7747
  id: string;
7614
7748
  }>>>;
7749
+ printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
7750
+ printAt: z.ZodString;
7751
+ printBy: z.ZodObject<{
7752
+ id: z.ZodString;
7753
+ name: z.ZodString;
7754
+ }, "strip", z.ZodTypeAny, {
7755
+ name: string;
7756
+ id: string;
7757
+ }, {
7758
+ name: string;
7759
+ id: string;
7760
+ }>;
7761
+ }, "strip", z.ZodTypeAny, {
7762
+ printAt: string;
7763
+ printBy: {
7764
+ name: string;
7765
+ id: string;
7766
+ };
7767
+ }, {
7768
+ printAt: string;
7769
+ printBy: {
7770
+ name: string;
7771
+ id: string;
7772
+ };
7773
+ }>, "many">>>;
7615
7774
  kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
7616
7775
  startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7617
7776
  finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -8190,6 +8349,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
8190
8349
  name: string[];
8191
8350
  combinationKey: string;
8192
8351
  } | null | undefined;
8352
+ printBy?: {
8353
+ user: {
8354
+ name: string;
8355
+ id: string;
8356
+ };
8357
+ printAt: string;
8358
+ }[] | null | undefined;
8193
8359
  unitQuantity?: number | null | undefined;
8194
8360
  refundedFrom?: string | null | undefined;
8195
8361
  refundBy?: {
@@ -8215,14 +8381,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
8215
8381
  name: string;
8216
8382
  id: string;
8217
8383
  } | null | undefined;
8218
- printReceiptAt?: string | null | undefined;
8219
- printBy?: {
8220
- user: {
8384
+ printChecklistRecords?: {
8385
+ printAt: string;
8386
+ printBy: {
8221
8387
  name: string;
8222
8388
  id: string;
8223
8389
  };
8224
- printAt: string;
8225
8390
  }[] | null | undefined;
8391
+ printReceiptAt?: string | null | undefined;
8226
8392
  deletedAt?: string | null | undefined;
8227
8393
  stockChange?: {
8228
8394
  countdowns: {
@@ -11042,6 +11208,32 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
11042
11208
  calculatorVersion: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
11043
11209
  machineId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11044
11210
  minPriceMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["PRODUCT_ONLY"]>>>;
11211
+ fullTaxInvoice: z.ZodNullable<z.ZodOptional<z.ZodObject<{
11212
+ id: z.ZodString;
11213
+ printMeta: z.ZodObject<{
11214
+ detail: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
11215
+ }, "strip", z.ZodTypeAny, {
11216
+ detail?: Record<string, any> | null | undefined;
11217
+ }, {
11218
+ detail?: Record<string, any> | null | undefined;
11219
+ }>;
11220
+ printedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11221
+ printCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
11222
+ }, "strip", z.ZodTypeAny, {
11223
+ printedAt?: string | null | undefined;
11224
+ printCount?: number | null | undefined;
11225
+ id: string;
11226
+ printMeta: {
11227
+ detail?: Record<string, any> | null | undefined;
11228
+ };
11229
+ }, {
11230
+ printedAt?: string | null | undefined;
11231
+ printCount?: number | null | undefined;
11232
+ id: string;
11233
+ printMeta: {
11234
+ detail?: Record<string, any> | null | undefined;
11235
+ };
11236
+ }>>>;
11045
11237
  }, "strip", z.ZodTypeAny, {
11046
11238
  machineId?: string | null | undefined;
11047
11239
  remark?: string | null | undefined;
@@ -11481,6 +11673,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
11481
11673
  } | null | undefined;
11482
11674
  calculatorVersion?: number | null | undefined;
11483
11675
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
11676
+ fullTaxInvoice?: {
11677
+ printedAt?: string | null | undefined;
11678
+ printCount?: number | null | undefined;
11679
+ id: string;
11680
+ printMeta: {
11681
+ detail?: Record<string, any> | null | undefined;
11682
+ };
11683
+ } | null | undefined;
11484
11684
  slot: string;
11485
11685
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
11486
11686
  items: Record<string, {
@@ -11505,6 +11705,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
11505
11705
  name: string[];
11506
11706
  combinationKey: string;
11507
11707
  } | null | undefined;
11708
+ printBy?: {
11709
+ user: {
11710
+ name: string;
11711
+ id: string;
11712
+ };
11713
+ printAt: string;
11714
+ }[] | null | undefined;
11508
11715
  unitQuantity?: number | null | undefined;
11509
11716
  refundedFrom?: string | null | undefined;
11510
11717
  refundBy?: {
@@ -11530,14 +11737,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
11530
11737
  name: string;
11531
11738
  id: string;
11532
11739
  } | null | undefined;
11533
- printReceiptAt?: string | null | undefined;
11534
- printBy?: {
11535
- user: {
11740
+ printChecklistRecords?: {
11741
+ printAt: string;
11742
+ printBy: {
11536
11743
  name: string;
11537
11744
  id: string;
11538
11745
  };
11539
- printAt: string;
11540
11746
  }[] | null | undefined;
11747
+ printReceiptAt?: string | null | undefined;
11541
11748
  deletedAt?: string | null | undefined;
11542
11749
  stockChange?: {
11543
11750
  countdowns: {
@@ -12313,6 +12520,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
12313
12520
  } | null | undefined;
12314
12521
  calculatorVersion?: number | null | undefined;
12315
12522
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
12523
+ fullTaxInvoice?: {
12524
+ printedAt?: string | null | undefined;
12525
+ printCount?: number | null | undefined;
12526
+ id: string;
12527
+ printMeta: {
12528
+ detail?: Record<string, any> | null | undefined;
12529
+ };
12530
+ } | null | undefined;
12316
12531
  slot: string;
12317
12532
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
12318
12533
  items: Record<string, {
@@ -12337,6 +12552,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
12337
12552
  name: string[];
12338
12553
  combinationKey: string;
12339
12554
  } | null | undefined;
12555
+ printBy?: {
12556
+ user: {
12557
+ name: string;
12558
+ id: string;
12559
+ };
12560
+ printAt: string;
12561
+ }[] | null | undefined;
12340
12562
  unitQuantity?: number | null | undefined;
12341
12563
  refundedFrom?: string | null | undefined;
12342
12564
  refundBy?: {
@@ -12362,14 +12584,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
12362
12584
  name: string;
12363
12585
  id: string;
12364
12586
  } | null | undefined;
12365
- printReceiptAt?: string | null | undefined;
12366
- printBy?: {
12367
- user: {
12587
+ printChecklistRecords?: {
12588
+ printAt: string;
12589
+ printBy: {
12368
12590
  name: string;
12369
12591
  id: string;
12370
12592
  };
12371
- printAt: string;
12372
12593
  }[] | null | undefined;
12594
+ printReceiptAt?: string | null | undefined;
12373
12595
  deletedAt?: string | null | undefined;
12374
12596
  stockChange?: {
12375
12597
  countdowns: {
@@ -12721,23 +12943,29 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
12721
12943
  ignoreDiscount: boolean;
12722
12944
  }>>>;
12723
12945
  printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12946
+ printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12947
+ overridePax: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
12724
12948
  }, "strip", z.ZodTypeAny, {
12949
+ printChecklist?: boolean | null | undefined;
12725
12950
  taxes?: {
12726
12951
  inclusive: boolean;
12727
12952
  ignoreDiscount: boolean;
12728
12953
  } | null | undefined;
12729
12954
  printReceiptAfterClose?: boolean | null | undefined;
12730
12955
  voidReturnStock?: boolean | null | undefined;
12956
+ overridePax?: boolean | null | undefined;
12731
12957
  autoAccept: boolean;
12732
12958
  autoSend: boolean;
12733
12959
  autoCloseBill: boolean;
12734
12960
  }, {
12961
+ printChecklist?: boolean | null | undefined;
12735
12962
  taxes?: {
12736
12963
  inclusive: boolean;
12737
12964
  ignoreDiscount: boolean;
12738
12965
  } | null | undefined;
12739
12966
  printReceiptAfterClose?: boolean | null | undefined;
12740
12967
  voidReturnStock?: boolean | null | undefined;
12968
+ overridePax?: boolean | null | undefined;
12741
12969
  autoAccept: boolean;
12742
12970
  autoSend: boolean;
12743
12971
  autoCloseBill: boolean;
@@ -13201,6 +13429,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
13201
13429
  } | null | undefined;
13202
13430
  calculatorVersion?: number | null | undefined;
13203
13431
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
13432
+ fullTaxInvoice?: {
13433
+ printedAt?: string | null | undefined;
13434
+ printCount?: number | null | undefined;
13435
+ id: string;
13436
+ printMeta: {
13437
+ detail?: Record<string, any> | null | undefined;
13438
+ };
13439
+ } | null | undefined;
13204
13440
  slot: string;
13205
13441
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
13206
13442
  items: Record<string, {
@@ -13225,6 +13461,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
13225
13461
  name: string[];
13226
13462
  combinationKey: string;
13227
13463
  } | null | undefined;
13464
+ printBy?: {
13465
+ user: {
13466
+ name: string;
13467
+ id: string;
13468
+ };
13469
+ printAt: string;
13470
+ }[] | null | undefined;
13228
13471
  unitQuantity?: number | null | undefined;
13229
13472
  refundedFrom?: string | null | undefined;
13230
13473
  refundBy?: {
@@ -13250,14 +13493,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
13250
13493
  name: string;
13251
13494
  id: string;
13252
13495
  } | null | undefined;
13253
- printReceiptAt?: string | null | undefined;
13254
- printBy?: {
13255
- user: {
13496
+ printChecklistRecords?: {
13497
+ printAt: string;
13498
+ printBy: {
13256
13499
  name: string;
13257
13500
  id: string;
13258
13501
  };
13259
- printAt: string;
13260
13502
  }[] | null | undefined;
13503
+ printReceiptAt?: string | null | undefined;
13261
13504
  deletedAt?: string | null | undefined;
13262
13505
  stockChange?: {
13263
13506
  countdowns: {
@@ -13596,12 +13839,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
13596
13839
  }>;
13597
13840
  };
13598
13841
  config: {
13842
+ printChecklist?: boolean | null | undefined;
13599
13843
  taxes?: {
13600
13844
  inclusive: boolean;
13601
13845
  ignoreDiscount: boolean;
13602
13846
  } | null | undefined;
13603
13847
  printReceiptAfterClose?: boolean | null | undefined;
13604
13848
  voidReturnStock?: boolean | null | undefined;
13849
+ overridePax?: boolean | null | undefined;
13605
13850
  autoAccept: boolean;
13606
13851
  autoSend: boolean;
13607
13852
  autoCloseBill: boolean;
@@ -14062,6 +14307,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
14062
14307
  } | null | undefined;
14063
14308
  calculatorVersion?: number | null | undefined;
14064
14309
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
14310
+ fullTaxInvoice?: {
14311
+ printedAt?: string | null | undefined;
14312
+ printCount?: number | null | undefined;
14313
+ id: string;
14314
+ printMeta: {
14315
+ detail?: Record<string, any> | null | undefined;
14316
+ };
14317
+ } | null | undefined;
14065
14318
  slot: string;
14066
14319
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
14067
14320
  items: Record<string, {
@@ -14086,6 +14339,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
14086
14339
  name: string[];
14087
14340
  combinationKey: string;
14088
14341
  } | null | undefined;
14342
+ printBy?: {
14343
+ user: {
14344
+ name: string;
14345
+ id: string;
14346
+ };
14347
+ printAt: string;
14348
+ }[] | null | undefined;
14089
14349
  unitQuantity?: number | null | undefined;
14090
14350
  refundedFrom?: string | null | undefined;
14091
14351
  refundBy?: {
@@ -14111,14 +14371,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
14111
14371
  name: string;
14112
14372
  id: string;
14113
14373
  } | null | undefined;
14114
- printReceiptAt?: string | null | undefined;
14115
- printBy?: {
14116
- user: {
14374
+ printChecklistRecords?: {
14375
+ printAt: string;
14376
+ printBy: {
14117
14377
  name: string;
14118
14378
  id: string;
14119
14379
  };
14120
- printAt: string;
14121
14380
  }[] | null | undefined;
14381
+ printReceiptAt?: string | null | undefined;
14122
14382
  deletedAt?: string | null | undefined;
14123
14383
  stockChange?: {
14124
14384
  countdowns: {
@@ -14455,12 +14715,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
14455
14715
  }>;
14456
14716
  };
14457
14717
  config: {
14718
+ printChecklist?: boolean | null | undefined;
14458
14719
  taxes?: {
14459
14720
  inclusive: boolean;
14460
14721
  ignoreDiscount: boolean;
14461
14722
  } | null | undefined;
14462
14723
  printReceiptAfterClose?: boolean | null | undefined;
14463
14724
  voidReturnStock?: boolean | null | undefined;
14725
+ overridePax?: boolean | null | undefined;
14464
14726
  autoAccept: boolean;
14465
14727
  autoSend: boolean;
14466
14728
  autoCloseBill: boolean;
@@ -14812,6 +15074,31 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
14812
15074
  name: string;
14813
15075
  id: string;
14814
15076
  }>>>;
15077
+ printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
15078
+ printAt: z.ZodString;
15079
+ printBy: z.ZodObject<{
15080
+ id: z.ZodString;
15081
+ name: z.ZodString;
15082
+ }, "strip", z.ZodTypeAny, {
15083
+ name: string;
15084
+ id: string;
15085
+ }, {
15086
+ name: string;
15087
+ id: string;
15088
+ }>;
15089
+ }, "strip", z.ZodTypeAny, {
15090
+ printAt: string;
15091
+ printBy: {
15092
+ name: string;
15093
+ id: string;
15094
+ };
15095
+ }, {
15096
+ printAt: string;
15097
+ printBy: {
15098
+ name: string;
15099
+ id: string;
15100
+ };
15101
+ }>, "many">>>;
14815
15102
  kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
14816
15103
  startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
14817
15104
  finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -15390,6 +15677,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
15390
15677
  name: string[];
15391
15678
  combinationKey: string;
15392
15679
  } | null | undefined;
15680
+ printBy?: {
15681
+ user: {
15682
+ name: string;
15683
+ id: string;
15684
+ };
15685
+ printAt: string;
15686
+ }[] | null | undefined;
15393
15687
  unitQuantity?: number | null | undefined;
15394
15688
  refundedFrom?: string | null | undefined;
15395
15689
  refundBy?: {
@@ -15415,14 +15709,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
15415
15709
  name: string;
15416
15710
  id: string;
15417
15711
  } | null | undefined;
15418
- printReceiptAt?: string | null | undefined;
15419
- printBy?: {
15420
- user: {
15712
+ printChecklistRecords?: {
15713
+ printAt: string;
15714
+ printBy: {
15421
15715
  name: string;
15422
15716
  id: string;
15423
15717
  };
15424
- printAt: string;
15425
15718
  }[] | null | undefined;
15719
+ printReceiptAt?: string | null | undefined;
15426
15720
  deletedAt?: string | null | undefined;
15427
15721
  stockChange?: {
15428
15722
  countdowns: {
@@ -18242,6 +18536,32 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
18242
18536
  calculatorVersion: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
18243
18537
  machineId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18244
18538
  minPriceMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["PRODUCT_ONLY"]>>>;
18539
+ fullTaxInvoice: z.ZodNullable<z.ZodOptional<z.ZodObject<{
18540
+ id: z.ZodString;
18541
+ printMeta: z.ZodObject<{
18542
+ detail: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
18543
+ }, "strip", z.ZodTypeAny, {
18544
+ detail?: Record<string, any> | null | undefined;
18545
+ }, {
18546
+ detail?: Record<string, any> | null | undefined;
18547
+ }>;
18548
+ printedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18549
+ printCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
18550
+ }, "strip", z.ZodTypeAny, {
18551
+ printedAt?: string | null | undefined;
18552
+ printCount?: number | null | undefined;
18553
+ id: string;
18554
+ printMeta: {
18555
+ detail?: Record<string, any> | null | undefined;
18556
+ };
18557
+ }, {
18558
+ printedAt?: string | null | undefined;
18559
+ printCount?: number | null | undefined;
18560
+ id: string;
18561
+ printMeta: {
18562
+ detail?: Record<string, any> | null | undefined;
18563
+ };
18564
+ }>>>;
18245
18565
  }, "strip", z.ZodTypeAny, {
18246
18566
  machineId?: string | null | undefined;
18247
18567
  remark?: string | null | undefined;
@@ -18681,6 +19001,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
18681
19001
  } | null | undefined;
18682
19002
  calculatorVersion?: number | null | undefined;
18683
19003
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
19004
+ fullTaxInvoice?: {
19005
+ printedAt?: string | null | undefined;
19006
+ printCount?: number | null | undefined;
19007
+ id: string;
19008
+ printMeta: {
19009
+ detail?: Record<string, any> | null | undefined;
19010
+ };
19011
+ } | null | undefined;
18684
19012
  slot: string;
18685
19013
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
18686
19014
  items: Record<string, {
@@ -18705,6 +19033,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
18705
19033
  name: string[];
18706
19034
  combinationKey: string;
18707
19035
  } | null | undefined;
19036
+ printBy?: {
19037
+ user: {
19038
+ name: string;
19039
+ id: string;
19040
+ };
19041
+ printAt: string;
19042
+ }[] | null | undefined;
18708
19043
  unitQuantity?: number | null | undefined;
18709
19044
  refundedFrom?: string | null | undefined;
18710
19045
  refundBy?: {
@@ -18730,14 +19065,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
18730
19065
  name: string;
18731
19066
  id: string;
18732
19067
  } | null | undefined;
18733
- printReceiptAt?: string | null | undefined;
18734
- printBy?: {
18735
- user: {
19068
+ printChecklistRecords?: {
19069
+ printAt: string;
19070
+ printBy: {
18736
19071
  name: string;
18737
19072
  id: string;
18738
19073
  };
18739
- printAt: string;
18740
19074
  }[] | null | undefined;
19075
+ printReceiptAt?: string | null | undefined;
18741
19076
  deletedAt?: string | null | undefined;
18742
19077
  stockChange?: {
18743
19078
  countdowns: {
@@ -19513,6 +19848,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
19513
19848
  } | null | undefined;
19514
19849
  calculatorVersion?: number | null | undefined;
19515
19850
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
19851
+ fullTaxInvoice?: {
19852
+ printedAt?: string | null | undefined;
19853
+ printCount?: number | null | undefined;
19854
+ id: string;
19855
+ printMeta: {
19856
+ detail?: Record<string, any> | null | undefined;
19857
+ };
19858
+ } | null | undefined;
19516
19859
  slot: string;
19517
19860
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
19518
19861
  items: Record<string, {
@@ -19537,6 +19880,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
19537
19880
  name: string[];
19538
19881
  combinationKey: string;
19539
19882
  } | null | undefined;
19883
+ printBy?: {
19884
+ user: {
19885
+ name: string;
19886
+ id: string;
19887
+ };
19888
+ printAt: string;
19889
+ }[] | null | undefined;
19540
19890
  unitQuantity?: number | null | undefined;
19541
19891
  refundedFrom?: string | null | undefined;
19542
19892
  refundBy?: {
@@ -19562,14 +19912,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
19562
19912
  name: string;
19563
19913
  id: string;
19564
19914
  } | null | undefined;
19565
- printReceiptAt?: string | null | undefined;
19566
- printBy?: {
19567
- user: {
19915
+ printChecklistRecords?: {
19916
+ printAt: string;
19917
+ printBy: {
19568
19918
  name: string;
19569
19919
  id: string;
19570
19920
  };
19571
- printAt: string;
19572
19921
  }[] | null | undefined;
19922
+ printReceiptAt?: string | null | undefined;
19573
19923
  deletedAt?: string | null | undefined;
19574
19924
  stockChange?: {
19575
19925
  countdowns: {
@@ -19921,23 +20271,29 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
19921
20271
  ignoreDiscount: boolean;
19922
20272
  }>>>;
19923
20273
  printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
20274
+ printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
20275
+ overridePax: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
19924
20276
  }, "strip", z.ZodTypeAny, {
20277
+ printChecklist?: boolean | null | undefined;
19925
20278
  taxes?: {
19926
20279
  inclusive: boolean;
19927
20280
  ignoreDiscount: boolean;
19928
20281
  } | null | undefined;
19929
20282
  printReceiptAfterClose?: boolean | null | undefined;
19930
20283
  voidReturnStock?: boolean | null | undefined;
20284
+ overridePax?: boolean | null | undefined;
19931
20285
  autoAccept: boolean;
19932
20286
  autoSend: boolean;
19933
20287
  autoCloseBill: boolean;
19934
20288
  }, {
20289
+ printChecklist?: boolean | null | undefined;
19935
20290
  taxes?: {
19936
20291
  inclusive: boolean;
19937
20292
  ignoreDiscount: boolean;
19938
20293
  } | null | undefined;
19939
20294
  printReceiptAfterClose?: boolean | null | undefined;
19940
20295
  voidReturnStock?: boolean | null | undefined;
20296
+ overridePax?: boolean | null | undefined;
19941
20297
  autoAccept: boolean;
19942
20298
  autoSend: boolean;
19943
20299
  autoCloseBill: boolean;
@@ -20401,6 +20757,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
20401
20757
  } | null | undefined;
20402
20758
  calculatorVersion?: number | null | undefined;
20403
20759
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
20760
+ fullTaxInvoice?: {
20761
+ printedAt?: string | null | undefined;
20762
+ printCount?: number | null | undefined;
20763
+ id: string;
20764
+ printMeta: {
20765
+ detail?: Record<string, any> | null | undefined;
20766
+ };
20767
+ } | null | undefined;
20404
20768
  slot: string;
20405
20769
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
20406
20770
  items: Record<string, {
@@ -20425,6 +20789,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
20425
20789
  name: string[];
20426
20790
  combinationKey: string;
20427
20791
  } | null | undefined;
20792
+ printBy?: {
20793
+ user: {
20794
+ name: string;
20795
+ id: string;
20796
+ };
20797
+ printAt: string;
20798
+ }[] | null | undefined;
20428
20799
  unitQuantity?: number | null | undefined;
20429
20800
  refundedFrom?: string | null | undefined;
20430
20801
  refundBy?: {
@@ -20450,14 +20821,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
20450
20821
  name: string;
20451
20822
  id: string;
20452
20823
  } | null | undefined;
20453
- printReceiptAt?: string | null | undefined;
20454
- printBy?: {
20455
- user: {
20824
+ printChecklistRecords?: {
20825
+ printAt: string;
20826
+ printBy: {
20456
20827
  name: string;
20457
20828
  id: string;
20458
20829
  };
20459
- printAt: string;
20460
20830
  }[] | null | undefined;
20831
+ printReceiptAt?: string | null | undefined;
20461
20832
  deletedAt?: string | null | undefined;
20462
20833
  stockChange?: {
20463
20834
  countdowns: {
@@ -20796,12 +21167,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
20796
21167
  }>;
20797
21168
  };
20798
21169
  config: {
21170
+ printChecklist?: boolean | null | undefined;
20799
21171
  taxes?: {
20800
21172
  inclusive: boolean;
20801
21173
  ignoreDiscount: boolean;
20802
21174
  } | null | undefined;
20803
21175
  printReceiptAfterClose?: boolean | null | undefined;
20804
21176
  voidReturnStock?: boolean | null | undefined;
21177
+ overridePax?: boolean | null | undefined;
20805
21178
  autoAccept: boolean;
20806
21179
  autoSend: boolean;
20807
21180
  autoCloseBill: boolean;
@@ -21262,6 +21635,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
21262
21635
  } | null | undefined;
21263
21636
  calculatorVersion?: number | null | undefined;
21264
21637
  minPriceMode?: "PRODUCT_ONLY" | null | undefined;
21638
+ fullTaxInvoice?: {
21639
+ printedAt?: string | null | undefined;
21640
+ printCount?: number | null | undefined;
21641
+ id: string;
21642
+ printMeta: {
21643
+ detail?: Record<string, any> | null | undefined;
21644
+ };
21645
+ } | null | undefined;
21265
21646
  slot: string;
21266
21647
  status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
21267
21648
  items: Record<string, {
@@ -21286,6 +21667,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
21286
21667
  name: string[];
21287
21668
  combinationKey: string;
21288
21669
  } | null | undefined;
21670
+ printBy?: {
21671
+ user: {
21672
+ name: string;
21673
+ id: string;
21674
+ };
21675
+ printAt: string;
21676
+ }[] | null | undefined;
21289
21677
  unitQuantity?: number | null | undefined;
21290
21678
  refundedFrom?: string | null | undefined;
21291
21679
  refundBy?: {
@@ -21311,14 +21699,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
21311
21699
  name: string;
21312
21700
  id: string;
21313
21701
  } | null | undefined;
21314
- printReceiptAt?: string | null | undefined;
21315
- printBy?: {
21316
- user: {
21702
+ printChecklistRecords?: {
21703
+ printAt: string;
21704
+ printBy: {
21317
21705
  name: string;
21318
21706
  id: string;
21319
21707
  };
21320
- printAt: string;
21321
21708
  }[] | null | undefined;
21709
+ printReceiptAt?: string | null | undefined;
21322
21710
  deletedAt?: string | null | undefined;
21323
21711
  stockChange?: {
21324
21712
  countdowns: {
@@ -21655,12 +22043,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
21655
22043
  }>;
21656
22044
  };
21657
22045
  config: {
22046
+ printChecklist?: boolean | null | undefined;
21658
22047
  taxes?: {
21659
22048
  inclusive: boolean;
21660
22049
  ignoreDiscount: boolean;
21661
22050
  } | null | undefined;
21662
22051
  printReceiptAfterClose?: boolean | null | undefined;
21663
22052
  voidReturnStock?: boolean | null | undefined;
22053
+ overridePax?: boolean | null | undefined;
21664
22054
  autoAccept: boolean;
21665
22055
  autoSend: boolean;
21666
22056
  autoCloseBill: boolean;