@feedmepos/mf-order-setting 0.0.44 → 0.0.45
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.
- package/dist/{KioskDevicesView-KBpXQJmy.js → KioskDevicesView-CZ9B7VmM.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-taf41a-7.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-B9mM8Vcl.js} +101 -96
- package/dist/{KioskSettingView-DG12ZvfT.js → KioskSettingView-CJAw9osg.js} +1 -1
- package/dist/KioskView-CN-Dk8fn.js +448 -0
- package/dist/{OrderSettingsView-CEh1QUZm.js → OrderSettingsView-B0shsMTu.js} +33723 -34786
- package/dist/{app-CKeIud_f.js → app-BK8d3ff5.js} +115 -43
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-D9bsUd57.js → dayjs.min-DgWdPF1p.js} +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +2 -2
- package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
- package/dist/frontend/mf-order/src/app.d.ts +72 -0
- package/dist/frontend/mf-order/src/main.d.ts +72 -0
- package/dist/frontend/mf-order/src/modules/kiosk/interface.d.ts +1 -0
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +111 -1
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +291 -288
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +20 -173
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -114
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +4 -4
- package/dist/frontend/mf-order/src/views/order-settings/queue/PresetRemarksSheet.vue.d.ts +19 -0
- package/dist/frontend/mf-order/src/views/order-settings/queue/QueueSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-D_Tmm1qL.js → index-DHbH8gKt.js} +2 -2
- package/dist/{menu.dto-BY9dVf93.js → menu.dto-Cua9zYpc.js} +54753 -57698
- package/dist/package/entity/booking/booking.do.d.ts +168 -2368
- package/dist/package/entity/delivery/delivery.dto.d.ts +33 -473
- package/dist/package/entity/food-court/food-court.dto.d.ts +44 -44
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +23 -0
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +432 -60
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +670 -628
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +2 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +16 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +19 -0
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +201 -2031
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +129 -16
- package/dist/package/entity/order/order.do.d.ts +8 -0
- package/dist/package/entity/order/order.dto.d.ts +390 -974
- package/dist/package/entity/order/order.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +367 -18
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +48 -8
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +1 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +33 -473
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +672 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.dto.d.ts +9 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +90 -508
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +1130 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +34 -47
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +8 -2
- package/dist/package/entity/order-platform/menu.dto.d.ts +46 -12
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +8 -5
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +33 -473
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-setting/customization/color.do.d.ts +3 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +18 -18
- package/dist/package/entity/order-setting/order-setting.do.d.ts +72 -88
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +724 -1036
- package/dist/package/entity/order-setting/queue/queue.do.d.ts +22 -0
- package/dist/package/entity/order-setting/queue/queue.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/reservation/reservation.do.d.ts +4 -51
- package/dist/package/entity/order-setting/reservation/reservation.dto.d.ts +248 -585
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +10 -1
- package/dist/package/entity/queue/queue.dto.d.ts +76 -14
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +41 -26
- package/dist/package/entity/websocket/websocket.dto.d.ts +22 -22
- package/package.json +3 -3
- package/src/api/remoteOrder/index.ts +13 -2
- package/src/api/restaurant-setting/index.ts +6 -0
- package/src/locales/en-US.json +24 -0
- package/src/locales/th-TH.json +24 -0
- package/src/locales/zh-CN.json +24 -0
- package/src/modules/kiosk/interface.ts +1 -0
- package/src/stores/kiosk/mapper.ts +1 -0
- package/src/stores/order-setting/mapper.ts +20 -33
- package/src/stores/restaurant/index.ts +7 -3
- package/src/views/all-orders/FilterStatus.vue +1 -1
- package/src/views/kiosk/devices/KioskDeviceCard.vue +6 -0
- package/src/views/order-settings/OrderSettingsView.vue +13 -5
- package/src/views/order-settings/delivery/delivery.data.ts +7 -4
- package/src/views/order-settings/delivery/integrated-delivery/FoodpandaSetting.vue +2 -2
- package/src/views/order-settings/dine-in/DineInSetting.vue +18 -2
- package/src/views/order-settings/general/GeneralSetting.vue +2 -2
- package/src/views/order-settings/queue/PresetRemarksSheet.vue +103 -0
- package/src/views/order-settings/queue/QueueSetting.vue +358 -0
- package/dist/KioskView-KNiT-upH.js +0 -453
|
@@ -15,7 +15,9 @@ 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>>;
|
|
18
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
printChecklist?: boolean | null | undefined;
|
|
19
21
|
taxes?: {
|
|
20
22
|
inclusive: boolean;
|
|
21
23
|
ignoreDiscount: boolean;
|
|
@@ -26,6 +28,7 @@ export declare const FdoIncomingOrderConfig: z.ZodObject<{
|
|
|
26
28
|
autoSend: boolean;
|
|
27
29
|
autoCloseBill: boolean;
|
|
28
30
|
}, {
|
|
31
|
+
printChecklist?: boolean | null | undefined;
|
|
29
32
|
taxes?: {
|
|
30
33
|
inclusive: boolean;
|
|
31
34
|
ignoreDiscount: boolean;
|
|
@@ -412,6 +415,31 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
412
415
|
name: string;
|
|
413
416
|
id: string;
|
|
414
417
|
}>>>;
|
|
418
|
+
printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
419
|
+
printAt: z.ZodString;
|
|
420
|
+
printBy: z.ZodObject<{
|
|
421
|
+
id: z.ZodString;
|
|
422
|
+
name: z.ZodString;
|
|
423
|
+
}, "strip", z.ZodTypeAny, {
|
|
424
|
+
name: string;
|
|
425
|
+
id: string;
|
|
426
|
+
}, {
|
|
427
|
+
name: string;
|
|
428
|
+
id: string;
|
|
429
|
+
}>;
|
|
430
|
+
}, "strip", z.ZodTypeAny, {
|
|
431
|
+
printAt: string;
|
|
432
|
+
printBy: {
|
|
433
|
+
name: string;
|
|
434
|
+
id: string;
|
|
435
|
+
};
|
|
436
|
+
}, {
|
|
437
|
+
printAt: string;
|
|
438
|
+
printBy: {
|
|
439
|
+
name: string;
|
|
440
|
+
id: string;
|
|
441
|
+
};
|
|
442
|
+
}>, "many">>>;
|
|
415
443
|
kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
416
444
|
startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
417
445
|
finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -990,6 +1018,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
990
1018
|
name: string[];
|
|
991
1019
|
combinationKey: string;
|
|
992
1020
|
} | null | undefined;
|
|
1021
|
+
printBy?: {
|
|
1022
|
+
user: {
|
|
1023
|
+
name: string;
|
|
1024
|
+
id: string;
|
|
1025
|
+
};
|
|
1026
|
+
printAt: string;
|
|
1027
|
+
}[] | null | undefined;
|
|
993
1028
|
unitQuantity?: number | null | undefined;
|
|
994
1029
|
refundedFrom?: string | null | undefined;
|
|
995
1030
|
refundBy?: {
|
|
@@ -1015,14 +1050,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
1015
1050
|
name: string;
|
|
1016
1051
|
id: string;
|
|
1017
1052
|
} | null | undefined;
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1053
|
+
printChecklistRecords?: {
|
|
1054
|
+
printAt: string;
|
|
1055
|
+
printBy: {
|
|
1021
1056
|
name: string;
|
|
1022
1057
|
id: string;
|
|
1023
1058
|
};
|
|
1024
|
-
printAt: string;
|
|
1025
1059
|
}[] | null | undefined;
|
|
1060
|
+
printReceiptAt?: string | null | undefined;
|
|
1026
1061
|
deletedAt?: string | null | undefined;
|
|
1027
1062
|
stockChange?: {
|
|
1028
1063
|
countdowns: {
|
|
@@ -3842,6 +3877,32 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
3842
3877
|
calculatorVersion: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3843
3878
|
machineId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3844
3879
|
minPriceMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["PRODUCT_ONLY"]>>>;
|
|
3880
|
+
fullTaxInvoice: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3881
|
+
id: z.ZodString;
|
|
3882
|
+
printMeta: z.ZodObject<{
|
|
3883
|
+
detail: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
3884
|
+
}, "strip", z.ZodTypeAny, {
|
|
3885
|
+
detail?: Record<string, any> | null | undefined;
|
|
3886
|
+
}, {
|
|
3887
|
+
detail?: Record<string, any> | null | undefined;
|
|
3888
|
+
}>;
|
|
3889
|
+
printedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3890
|
+
printCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
3891
|
+
}, "strip", z.ZodTypeAny, {
|
|
3892
|
+
printedAt?: string | null | undefined;
|
|
3893
|
+
printCount?: number | null | undefined;
|
|
3894
|
+
id: string;
|
|
3895
|
+
printMeta: {
|
|
3896
|
+
detail?: Record<string, any> | null | undefined;
|
|
3897
|
+
};
|
|
3898
|
+
}, {
|
|
3899
|
+
printedAt?: string | null | undefined;
|
|
3900
|
+
printCount?: number | null | undefined;
|
|
3901
|
+
id: string;
|
|
3902
|
+
printMeta: {
|
|
3903
|
+
detail?: Record<string, any> | null | undefined;
|
|
3904
|
+
};
|
|
3905
|
+
}>>>;
|
|
3845
3906
|
}, "strip", z.ZodTypeAny, {
|
|
3846
3907
|
machineId?: string | null | undefined;
|
|
3847
3908
|
remark?: string | null | undefined;
|
|
@@ -4281,6 +4342,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
4281
4342
|
} | null | undefined;
|
|
4282
4343
|
calculatorVersion?: number | null | undefined;
|
|
4283
4344
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
4345
|
+
fullTaxInvoice?: {
|
|
4346
|
+
printedAt?: string | null | undefined;
|
|
4347
|
+
printCount?: number | null | undefined;
|
|
4348
|
+
id: string;
|
|
4349
|
+
printMeta: {
|
|
4350
|
+
detail?: Record<string, any> | null | undefined;
|
|
4351
|
+
};
|
|
4352
|
+
} | null | undefined;
|
|
4284
4353
|
slot: string;
|
|
4285
4354
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
4286
4355
|
items: Record<string, {
|
|
@@ -4305,6 +4374,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
4305
4374
|
name: string[];
|
|
4306
4375
|
combinationKey: string;
|
|
4307
4376
|
} | null | undefined;
|
|
4377
|
+
printBy?: {
|
|
4378
|
+
user: {
|
|
4379
|
+
name: string;
|
|
4380
|
+
id: string;
|
|
4381
|
+
};
|
|
4382
|
+
printAt: string;
|
|
4383
|
+
}[] | null | undefined;
|
|
4308
4384
|
unitQuantity?: number | null | undefined;
|
|
4309
4385
|
refundedFrom?: string | null | undefined;
|
|
4310
4386
|
refundBy?: {
|
|
@@ -4330,14 +4406,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
4330
4406
|
name: string;
|
|
4331
4407
|
id: string;
|
|
4332
4408
|
} | null | undefined;
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4409
|
+
printChecklistRecords?: {
|
|
4410
|
+
printAt: string;
|
|
4411
|
+
printBy: {
|
|
4336
4412
|
name: string;
|
|
4337
4413
|
id: string;
|
|
4338
4414
|
};
|
|
4339
|
-
printAt: string;
|
|
4340
4415
|
}[] | null | undefined;
|
|
4416
|
+
printReceiptAt?: string | null | undefined;
|
|
4341
4417
|
deletedAt?: string | null | undefined;
|
|
4342
4418
|
stockChange?: {
|
|
4343
4419
|
countdowns: {
|
|
@@ -5113,6 +5189,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
5113
5189
|
} | null | undefined;
|
|
5114
5190
|
calculatorVersion?: number | null | undefined;
|
|
5115
5191
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
5192
|
+
fullTaxInvoice?: {
|
|
5193
|
+
printedAt?: string | null | undefined;
|
|
5194
|
+
printCount?: number | null | undefined;
|
|
5195
|
+
id: string;
|
|
5196
|
+
printMeta: {
|
|
5197
|
+
detail?: Record<string, any> | null | undefined;
|
|
5198
|
+
};
|
|
5199
|
+
} | null | undefined;
|
|
5116
5200
|
slot: string;
|
|
5117
5201
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
5118
5202
|
items: Record<string, {
|
|
@@ -5137,6 +5221,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
5137
5221
|
name: string[];
|
|
5138
5222
|
combinationKey: string;
|
|
5139
5223
|
} | null | undefined;
|
|
5224
|
+
printBy?: {
|
|
5225
|
+
user: {
|
|
5226
|
+
name: string;
|
|
5227
|
+
id: string;
|
|
5228
|
+
};
|
|
5229
|
+
printAt: string;
|
|
5230
|
+
}[] | null | undefined;
|
|
5140
5231
|
unitQuantity?: number | null | undefined;
|
|
5141
5232
|
refundedFrom?: string | null | undefined;
|
|
5142
5233
|
refundBy?: {
|
|
@@ -5162,14 +5253,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
5162
5253
|
name: string;
|
|
5163
5254
|
id: string;
|
|
5164
5255
|
} | null | undefined;
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5256
|
+
printChecklistRecords?: {
|
|
5257
|
+
printAt: string;
|
|
5258
|
+
printBy: {
|
|
5168
5259
|
name: string;
|
|
5169
5260
|
id: string;
|
|
5170
5261
|
};
|
|
5171
|
-
printAt: string;
|
|
5172
5262
|
}[] | null | undefined;
|
|
5263
|
+
printReceiptAt?: string | null | undefined;
|
|
5173
5264
|
deletedAt?: string | null | undefined;
|
|
5174
5265
|
stockChange?: {
|
|
5175
5266
|
countdowns: {
|
|
@@ -5521,7 +5612,9 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
5521
5612
|
ignoreDiscount: boolean;
|
|
5522
5613
|
}>>>;
|
|
5523
5614
|
printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5615
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
5524
5616
|
}, "strip", z.ZodTypeAny, {
|
|
5617
|
+
printChecklist?: boolean | null | undefined;
|
|
5525
5618
|
taxes?: {
|
|
5526
5619
|
inclusive: boolean;
|
|
5527
5620
|
ignoreDiscount: boolean;
|
|
@@ -5532,6 +5625,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
5532
5625
|
autoSend: boolean;
|
|
5533
5626
|
autoCloseBill: boolean;
|
|
5534
5627
|
}, {
|
|
5628
|
+
printChecklist?: boolean | null | undefined;
|
|
5535
5629
|
taxes?: {
|
|
5536
5630
|
inclusive: boolean;
|
|
5537
5631
|
ignoreDiscount: boolean;
|
|
@@ -6001,6 +6095,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6001
6095
|
} | null | undefined;
|
|
6002
6096
|
calculatorVersion?: number | null | undefined;
|
|
6003
6097
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
6098
|
+
fullTaxInvoice?: {
|
|
6099
|
+
printedAt?: string | null | undefined;
|
|
6100
|
+
printCount?: number | null | undefined;
|
|
6101
|
+
id: string;
|
|
6102
|
+
printMeta: {
|
|
6103
|
+
detail?: Record<string, any> | null | undefined;
|
|
6104
|
+
};
|
|
6105
|
+
} | null | undefined;
|
|
6004
6106
|
slot: string;
|
|
6005
6107
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
6006
6108
|
items: Record<string, {
|
|
@@ -6025,6 +6127,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6025
6127
|
name: string[];
|
|
6026
6128
|
combinationKey: string;
|
|
6027
6129
|
} | null | undefined;
|
|
6130
|
+
printBy?: {
|
|
6131
|
+
user: {
|
|
6132
|
+
name: string;
|
|
6133
|
+
id: string;
|
|
6134
|
+
};
|
|
6135
|
+
printAt: string;
|
|
6136
|
+
}[] | null | undefined;
|
|
6028
6137
|
unitQuantity?: number | null | undefined;
|
|
6029
6138
|
refundedFrom?: string | null | undefined;
|
|
6030
6139
|
refundBy?: {
|
|
@@ -6050,14 +6159,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6050
6159
|
name: string;
|
|
6051
6160
|
id: string;
|
|
6052
6161
|
} | null | undefined;
|
|
6053
|
-
|
|
6054
|
-
|
|
6055
|
-
|
|
6162
|
+
printChecklistRecords?: {
|
|
6163
|
+
printAt: string;
|
|
6164
|
+
printBy: {
|
|
6056
6165
|
name: string;
|
|
6057
6166
|
id: string;
|
|
6058
6167
|
};
|
|
6059
|
-
printAt: string;
|
|
6060
6168
|
}[] | null | undefined;
|
|
6169
|
+
printReceiptAt?: string | null | undefined;
|
|
6061
6170
|
deletedAt?: string | null | undefined;
|
|
6062
6171
|
stockChange?: {
|
|
6063
6172
|
countdowns: {
|
|
@@ -6396,6 +6505,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6396
6505
|
}>;
|
|
6397
6506
|
};
|
|
6398
6507
|
config: {
|
|
6508
|
+
printChecklist?: boolean | null | undefined;
|
|
6399
6509
|
taxes?: {
|
|
6400
6510
|
inclusive: boolean;
|
|
6401
6511
|
ignoreDiscount: boolean;
|
|
@@ -6862,6 +6972,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6862
6972
|
} | null | undefined;
|
|
6863
6973
|
calculatorVersion?: number | null | undefined;
|
|
6864
6974
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
6975
|
+
fullTaxInvoice?: {
|
|
6976
|
+
printedAt?: string | null | undefined;
|
|
6977
|
+
printCount?: number | null | undefined;
|
|
6978
|
+
id: string;
|
|
6979
|
+
printMeta: {
|
|
6980
|
+
detail?: Record<string, any> | null | undefined;
|
|
6981
|
+
};
|
|
6982
|
+
} | null | undefined;
|
|
6865
6983
|
slot: string;
|
|
6866
6984
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
6867
6985
|
items: Record<string, {
|
|
@@ -6886,6 +7004,13 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6886
7004
|
name: string[];
|
|
6887
7005
|
combinationKey: string;
|
|
6888
7006
|
} | null | undefined;
|
|
7007
|
+
printBy?: {
|
|
7008
|
+
user: {
|
|
7009
|
+
name: string;
|
|
7010
|
+
id: string;
|
|
7011
|
+
};
|
|
7012
|
+
printAt: string;
|
|
7013
|
+
}[] | null | undefined;
|
|
6889
7014
|
unitQuantity?: number | null | undefined;
|
|
6890
7015
|
refundedFrom?: string | null | undefined;
|
|
6891
7016
|
refundBy?: {
|
|
@@ -6911,14 +7036,14 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
6911
7036
|
name: string;
|
|
6912
7037
|
id: string;
|
|
6913
7038
|
} | null | undefined;
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
7039
|
+
printChecklistRecords?: {
|
|
7040
|
+
printAt: string;
|
|
7041
|
+
printBy: {
|
|
6917
7042
|
name: string;
|
|
6918
7043
|
id: string;
|
|
6919
7044
|
};
|
|
6920
|
-
printAt: string;
|
|
6921
7045
|
}[] | null | undefined;
|
|
7046
|
+
printReceiptAt?: string | null | undefined;
|
|
6922
7047
|
deletedAt?: string | null | undefined;
|
|
6923
7048
|
stockChange?: {
|
|
6924
7049
|
countdowns: {
|
|
@@ -7255,6 +7380,7 @@ export declare const FdoBaseIncomingOrder: z.ZodObject<{
|
|
|
7255
7380
|
}>;
|
|
7256
7381
|
};
|
|
7257
7382
|
config: {
|
|
7383
|
+
printChecklist?: boolean | null | undefined;
|
|
7258
7384
|
taxes?: {
|
|
7259
7385
|
inclusive: boolean;
|
|
7260
7386
|
ignoreDiscount: boolean;
|
|
@@ -7612,6 +7738,31 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
7612
7738
|
name: string;
|
|
7613
7739
|
id: string;
|
|
7614
7740
|
}>>>;
|
|
7741
|
+
printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7742
|
+
printAt: z.ZodString;
|
|
7743
|
+
printBy: z.ZodObject<{
|
|
7744
|
+
id: z.ZodString;
|
|
7745
|
+
name: z.ZodString;
|
|
7746
|
+
}, "strip", z.ZodTypeAny, {
|
|
7747
|
+
name: string;
|
|
7748
|
+
id: string;
|
|
7749
|
+
}, {
|
|
7750
|
+
name: string;
|
|
7751
|
+
id: string;
|
|
7752
|
+
}>;
|
|
7753
|
+
}, "strip", z.ZodTypeAny, {
|
|
7754
|
+
printAt: string;
|
|
7755
|
+
printBy: {
|
|
7756
|
+
name: string;
|
|
7757
|
+
id: string;
|
|
7758
|
+
};
|
|
7759
|
+
}, {
|
|
7760
|
+
printAt: string;
|
|
7761
|
+
printBy: {
|
|
7762
|
+
name: string;
|
|
7763
|
+
id: string;
|
|
7764
|
+
};
|
|
7765
|
+
}>, "many">>>;
|
|
7615
7766
|
kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7616
7767
|
startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7617
7768
|
finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -8190,6 +8341,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
8190
8341
|
name: string[];
|
|
8191
8342
|
combinationKey: string;
|
|
8192
8343
|
} | null | undefined;
|
|
8344
|
+
printBy?: {
|
|
8345
|
+
user: {
|
|
8346
|
+
name: string;
|
|
8347
|
+
id: string;
|
|
8348
|
+
};
|
|
8349
|
+
printAt: string;
|
|
8350
|
+
}[] | null | undefined;
|
|
8193
8351
|
unitQuantity?: number | null | undefined;
|
|
8194
8352
|
refundedFrom?: string | null | undefined;
|
|
8195
8353
|
refundBy?: {
|
|
@@ -8215,14 +8373,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
8215
8373
|
name: string;
|
|
8216
8374
|
id: string;
|
|
8217
8375
|
} | null | undefined;
|
|
8218
|
-
|
|
8219
|
-
|
|
8220
|
-
|
|
8376
|
+
printChecklistRecords?: {
|
|
8377
|
+
printAt: string;
|
|
8378
|
+
printBy: {
|
|
8221
8379
|
name: string;
|
|
8222
8380
|
id: string;
|
|
8223
8381
|
};
|
|
8224
|
-
printAt: string;
|
|
8225
8382
|
}[] | null | undefined;
|
|
8383
|
+
printReceiptAt?: string | null | undefined;
|
|
8226
8384
|
deletedAt?: string | null | undefined;
|
|
8227
8385
|
stockChange?: {
|
|
8228
8386
|
countdowns: {
|
|
@@ -11042,6 +11200,32 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
11042
11200
|
calculatorVersion: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11043
11201
|
machineId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11044
11202
|
minPriceMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["PRODUCT_ONLY"]>>>;
|
|
11203
|
+
fullTaxInvoice: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
11204
|
+
id: z.ZodString;
|
|
11205
|
+
printMeta: z.ZodObject<{
|
|
11206
|
+
detail: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
11207
|
+
}, "strip", z.ZodTypeAny, {
|
|
11208
|
+
detail?: Record<string, any> | null | undefined;
|
|
11209
|
+
}, {
|
|
11210
|
+
detail?: Record<string, any> | null | undefined;
|
|
11211
|
+
}>;
|
|
11212
|
+
printedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11213
|
+
printCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11214
|
+
}, "strip", z.ZodTypeAny, {
|
|
11215
|
+
printedAt?: string | null | undefined;
|
|
11216
|
+
printCount?: number | null | undefined;
|
|
11217
|
+
id: string;
|
|
11218
|
+
printMeta: {
|
|
11219
|
+
detail?: Record<string, any> | null | undefined;
|
|
11220
|
+
};
|
|
11221
|
+
}, {
|
|
11222
|
+
printedAt?: string | null | undefined;
|
|
11223
|
+
printCount?: number | null | undefined;
|
|
11224
|
+
id: string;
|
|
11225
|
+
printMeta: {
|
|
11226
|
+
detail?: Record<string, any> | null | undefined;
|
|
11227
|
+
};
|
|
11228
|
+
}>>>;
|
|
11045
11229
|
}, "strip", z.ZodTypeAny, {
|
|
11046
11230
|
machineId?: string | null | undefined;
|
|
11047
11231
|
remark?: string | null | undefined;
|
|
@@ -11481,6 +11665,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
11481
11665
|
} | null | undefined;
|
|
11482
11666
|
calculatorVersion?: number | null | undefined;
|
|
11483
11667
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
11668
|
+
fullTaxInvoice?: {
|
|
11669
|
+
printedAt?: string | null | undefined;
|
|
11670
|
+
printCount?: number | null | undefined;
|
|
11671
|
+
id: string;
|
|
11672
|
+
printMeta: {
|
|
11673
|
+
detail?: Record<string, any> | null | undefined;
|
|
11674
|
+
};
|
|
11675
|
+
} | null | undefined;
|
|
11484
11676
|
slot: string;
|
|
11485
11677
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
11486
11678
|
items: Record<string, {
|
|
@@ -11505,6 +11697,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
11505
11697
|
name: string[];
|
|
11506
11698
|
combinationKey: string;
|
|
11507
11699
|
} | null | undefined;
|
|
11700
|
+
printBy?: {
|
|
11701
|
+
user: {
|
|
11702
|
+
name: string;
|
|
11703
|
+
id: string;
|
|
11704
|
+
};
|
|
11705
|
+
printAt: string;
|
|
11706
|
+
}[] | null | undefined;
|
|
11508
11707
|
unitQuantity?: number | null | undefined;
|
|
11509
11708
|
refundedFrom?: string | null | undefined;
|
|
11510
11709
|
refundBy?: {
|
|
@@ -11530,14 +11729,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
11530
11729
|
name: string;
|
|
11531
11730
|
id: string;
|
|
11532
11731
|
} | null | undefined;
|
|
11533
|
-
|
|
11534
|
-
|
|
11535
|
-
|
|
11732
|
+
printChecklistRecords?: {
|
|
11733
|
+
printAt: string;
|
|
11734
|
+
printBy: {
|
|
11536
11735
|
name: string;
|
|
11537
11736
|
id: string;
|
|
11538
11737
|
};
|
|
11539
|
-
printAt: string;
|
|
11540
11738
|
}[] | null | undefined;
|
|
11739
|
+
printReceiptAt?: string | null | undefined;
|
|
11541
11740
|
deletedAt?: string | null | undefined;
|
|
11542
11741
|
stockChange?: {
|
|
11543
11742
|
countdowns: {
|
|
@@ -12313,6 +12512,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
12313
12512
|
} | null | undefined;
|
|
12314
12513
|
calculatorVersion?: number | null | undefined;
|
|
12315
12514
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
12515
|
+
fullTaxInvoice?: {
|
|
12516
|
+
printedAt?: string | null | undefined;
|
|
12517
|
+
printCount?: number | null | undefined;
|
|
12518
|
+
id: string;
|
|
12519
|
+
printMeta: {
|
|
12520
|
+
detail?: Record<string, any> | null | undefined;
|
|
12521
|
+
};
|
|
12522
|
+
} | null | undefined;
|
|
12316
12523
|
slot: string;
|
|
12317
12524
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
12318
12525
|
items: Record<string, {
|
|
@@ -12337,6 +12544,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
12337
12544
|
name: string[];
|
|
12338
12545
|
combinationKey: string;
|
|
12339
12546
|
} | null | undefined;
|
|
12547
|
+
printBy?: {
|
|
12548
|
+
user: {
|
|
12549
|
+
name: string;
|
|
12550
|
+
id: string;
|
|
12551
|
+
};
|
|
12552
|
+
printAt: string;
|
|
12553
|
+
}[] | null | undefined;
|
|
12340
12554
|
unitQuantity?: number | null | undefined;
|
|
12341
12555
|
refundedFrom?: string | null | undefined;
|
|
12342
12556
|
refundBy?: {
|
|
@@ -12362,14 +12576,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
12362
12576
|
name: string;
|
|
12363
12577
|
id: string;
|
|
12364
12578
|
} | null | undefined;
|
|
12365
|
-
|
|
12366
|
-
|
|
12367
|
-
|
|
12579
|
+
printChecklistRecords?: {
|
|
12580
|
+
printAt: string;
|
|
12581
|
+
printBy: {
|
|
12368
12582
|
name: string;
|
|
12369
12583
|
id: string;
|
|
12370
12584
|
};
|
|
12371
|
-
printAt: string;
|
|
12372
12585
|
}[] | null | undefined;
|
|
12586
|
+
printReceiptAt?: string | null | undefined;
|
|
12373
12587
|
deletedAt?: string | null | undefined;
|
|
12374
12588
|
stockChange?: {
|
|
12375
12589
|
countdowns: {
|
|
@@ -12721,7 +12935,9 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
12721
12935
|
ignoreDiscount: boolean;
|
|
12722
12936
|
}>>>;
|
|
12723
12937
|
printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
12938
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
12724
12939
|
}, "strip", z.ZodTypeAny, {
|
|
12940
|
+
printChecklist?: boolean | null | undefined;
|
|
12725
12941
|
taxes?: {
|
|
12726
12942
|
inclusive: boolean;
|
|
12727
12943
|
ignoreDiscount: boolean;
|
|
@@ -12732,6 +12948,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
12732
12948
|
autoSend: boolean;
|
|
12733
12949
|
autoCloseBill: boolean;
|
|
12734
12950
|
}, {
|
|
12951
|
+
printChecklist?: boolean | null | undefined;
|
|
12735
12952
|
taxes?: {
|
|
12736
12953
|
inclusive: boolean;
|
|
12737
12954
|
ignoreDiscount: boolean;
|
|
@@ -13201,6 +13418,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
13201
13418
|
} | null | undefined;
|
|
13202
13419
|
calculatorVersion?: number | null | undefined;
|
|
13203
13420
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
13421
|
+
fullTaxInvoice?: {
|
|
13422
|
+
printedAt?: string | null | undefined;
|
|
13423
|
+
printCount?: number | null | undefined;
|
|
13424
|
+
id: string;
|
|
13425
|
+
printMeta: {
|
|
13426
|
+
detail?: Record<string, any> | null | undefined;
|
|
13427
|
+
};
|
|
13428
|
+
} | null | undefined;
|
|
13204
13429
|
slot: string;
|
|
13205
13430
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
13206
13431
|
items: Record<string, {
|
|
@@ -13225,6 +13450,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
13225
13450
|
name: string[];
|
|
13226
13451
|
combinationKey: string;
|
|
13227
13452
|
} | null | undefined;
|
|
13453
|
+
printBy?: {
|
|
13454
|
+
user: {
|
|
13455
|
+
name: string;
|
|
13456
|
+
id: string;
|
|
13457
|
+
};
|
|
13458
|
+
printAt: string;
|
|
13459
|
+
}[] | null | undefined;
|
|
13228
13460
|
unitQuantity?: number | null | undefined;
|
|
13229
13461
|
refundedFrom?: string | null | undefined;
|
|
13230
13462
|
refundBy?: {
|
|
@@ -13250,14 +13482,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
13250
13482
|
name: string;
|
|
13251
13483
|
id: string;
|
|
13252
13484
|
} | null | undefined;
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
|
|
13485
|
+
printChecklistRecords?: {
|
|
13486
|
+
printAt: string;
|
|
13487
|
+
printBy: {
|
|
13256
13488
|
name: string;
|
|
13257
13489
|
id: string;
|
|
13258
13490
|
};
|
|
13259
|
-
printAt: string;
|
|
13260
13491
|
}[] | null | undefined;
|
|
13492
|
+
printReceiptAt?: string | null | undefined;
|
|
13261
13493
|
deletedAt?: string | null | undefined;
|
|
13262
13494
|
stockChange?: {
|
|
13263
13495
|
countdowns: {
|
|
@@ -13596,6 +13828,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
13596
13828
|
}>;
|
|
13597
13829
|
};
|
|
13598
13830
|
config: {
|
|
13831
|
+
printChecklist?: boolean | null | undefined;
|
|
13599
13832
|
taxes?: {
|
|
13600
13833
|
inclusive: boolean;
|
|
13601
13834
|
ignoreDiscount: boolean;
|
|
@@ -14062,6 +14295,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
14062
14295
|
} | null | undefined;
|
|
14063
14296
|
calculatorVersion?: number | null | undefined;
|
|
14064
14297
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
14298
|
+
fullTaxInvoice?: {
|
|
14299
|
+
printedAt?: string | null | undefined;
|
|
14300
|
+
printCount?: number | null | undefined;
|
|
14301
|
+
id: string;
|
|
14302
|
+
printMeta: {
|
|
14303
|
+
detail?: Record<string, any> | null | undefined;
|
|
14304
|
+
};
|
|
14305
|
+
} | null | undefined;
|
|
14065
14306
|
slot: string;
|
|
14066
14307
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
14067
14308
|
items: Record<string, {
|
|
@@ -14086,6 +14327,13 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
14086
14327
|
name: string[];
|
|
14087
14328
|
combinationKey: string;
|
|
14088
14329
|
} | null | undefined;
|
|
14330
|
+
printBy?: {
|
|
14331
|
+
user: {
|
|
14332
|
+
name: string;
|
|
14333
|
+
id: string;
|
|
14334
|
+
};
|
|
14335
|
+
printAt: string;
|
|
14336
|
+
}[] | null | undefined;
|
|
14089
14337
|
unitQuantity?: number | null | undefined;
|
|
14090
14338
|
refundedFrom?: string | null | undefined;
|
|
14091
14339
|
refundBy?: {
|
|
@@ -14111,14 +14359,14 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
14111
14359
|
name: string;
|
|
14112
14360
|
id: string;
|
|
14113
14361
|
} | null | undefined;
|
|
14114
|
-
|
|
14115
|
-
|
|
14116
|
-
|
|
14362
|
+
printChecklistRecords?: {
|
|
14363
|
+
printAt: string;
|
|
14364
|
+
printBy: {
|
|
14117
14365
|
name: string;
|
|
14118
14366
|
id: string;
|
|
14119
14367
|
};
|
|
14120
|
-
printAt: string;
|
|
14121
14368
|
}[] | null | undefined;
|
|
14369
|
+
printReceiptAt?: string | null | undefined;
|
|
14122
14370
|
deletedAt?: string | null | undefined;
|
|
14123
14371
|
stockChange?: {
|
|
14124
14372
|
countdowns: {
|
|
@@ -14455,6 +14703,7 @@ export declare const FdoIncomingOrder: z.ZodObject<Omit<{
|
|
|
14455
14703
|
}>;
|
|
14456
14704
|
};
|
|
14457
14705
|
config: {
|
|
14706
|
+
printChecklist?: boolean | null | undefined;
|
|
14458
14707
|
taxes?: {
|
|
14459
14708
|
inclusive: boolean;
|
|
14460
14709
|
ignoreDiscount: boolean;
|
|
@@ -14812,6 +15061,31 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
14812
15061
|
name: string;
|
|
14813
15062
|
id: string;
|
|
14814
15063
|
}>>>;
|
|
15064
|
+
printChecklistRecords: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
15065
|
+
printAt: z.ZodString;
|
|
15066
|
+
printBy: z.ZodObject<{
|
|
15067
|
+
id: z.ZodString;
|
|
15068
|
+
name: z.ZodString;
|
|
15069
|
+
}, "strip", z.ZodTypeAny, {
|
|
15070
|
+
name: string;
|
|
15071
|
+
id: string;
|
|
15072
|
+
}, {
|
|
15073
|
+
name: string;
|
|
15074
|
+
id: string;
|
|
15075
|
+
}>;
|
|
15076
|
+
}, "strip", z.ZodTypeAny, {
|
|
15077
|
+
printAt: string;
|
|
15078
|
+
printBy: {
|
|
15079
|
+
name: string;
|
|
15080
|
+
id: string;
|
|
15081
|
+
};
|
|
15082
|
+
}, {
|
|
15083
|
+
printAt: string;
|
|
15084
|
+
printBy: {
|
|
15085
|
+
name: string;
|
|
15086
|
+
id: string;
|
|
15087
|
+
};
|
|
15088
|
+
}>, "many">>>;
|
|
14815
15089
|
kitchenStation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
14816
15090
|
startAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14817
15091
|
finishAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -15390,6 +15664,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
15390
15664
|
name: string[];
|
|
15391
15665
|
combinationKey: string;
|
|
15392
15666
|
} | null | undefined;
|
|
15667
|
+
printBy?: {
|
|
15668
|
+
user: {
|
|
15669
|
+
name: string;
|
|
15670
|
+
id: string;
|
|
15671
|
+
};
|
|
15672
|
+
printAt: string;
|
|
15673
|
+
}[] | null | undefined;
|
|
15393
15674
|
unitQuantity?: number | null | undefined;
|
|
15394
15675
|
refundedFrom?: string | null | undefined;
|
|
15395
15676
|
refundBy?: {
|
|
@@ -15415,14 +15696,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
15415
15696
|
name: string;
|
|
15416
15697
|
id: string;
|
|
15417
15698
|
} | null | undefined;
|
|
15418
|
-
|
|
15419
|
-
|
|
15420
|
-
|
|
15699
|
+
printChecklistRecords?: {
|
|
15700
|
+
printAt: string;
|
|
15701
|
+
printBy: {
|
|
15421
15702
|
name: string;
|
|
15422
15703
|
id: string;
|
|
15423
15704
|
};
|
|
15424
|
-
printAt: string;
|
|
15425
15705
|
}[] | null | undefined;
|
|
15706
|
+
printReceiptAt?: string | null | undefined;
|
|
15426
15707
|
deletedAt?: string | null | undefined;
|
|
15427
15708
|
stockChange?: {
|
|
15428
15709
|
countdowns: {
|
|
@@ -18242,6 +18523,32 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
18242
18523
|
calculatorVersion: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18243
18524
|
machineId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18244
18525
|
minPriceMode: z.ZodNullable<z.ZodOptional<z.ZodEnum<["PRODUCT_ONLY"]>>>;
|
|
18526
|
+
fullTaxInvoice: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
18527
|
+
id: z.ZodString;
|
|
18528
|
+
printMeta: z.ZodObject<{
|
|
18529
|
+
detail: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
18530
|
+
}, "strip", z.ZodTypeAny, {
|
|
18531
|
+
detail?: Record<string, any> | null | undefined;
|
|
18532
|
+
}, {
|
|
18533
|
+
detail?: Record<string, any> | null | undefined;
|
|
18534
|
+
}>;
|
|
18535
|
+
printedAt: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
18536
|
+
printCount: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
18537
|
+
}, "strip", z.ZodTypeAny, {
|
|
18538
|
+
printedAt?: string | null | undefined;
|
|
18539
|
+
printCount?: number | null | undefined;
|
|
18540
|
+
id: string;
|
|
18541
|
+
printMeta: {
|
|
18542
|
+
detail?: Record<string, any> | null | undefined;
|
|
18543
|
+
};
|
|
18544
|
+
}, {
|
|
18545
|
+
printedAt?: string | null | undefined;
|
|
18546
|
+
printCount?: number | null | undefined;
|
|
18547
|
+
id: string;
|
|
18548
|
+
printMeta: {
|
|
18549
|
+
detail?: Record<string, any> | null | undefined;
|
|
18550
|
+
};
|
|
18551
|
+
}>>>;
|
|
18245
18552
|
}, "strip", z.ZodTypeAny, {
|
|
18246
18553
|
machineId?: string | null | undefined;
|
|
18247
18554
|
remark?: string | null | undefined;
|
|
@@ -18681,6 +18988,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
18681
18988
|
} | null | undefined;
|
|
18682
18989
|
calculatorVersion?: number | null | undefined;
|
|
18683
18990
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
18991
|
+
fullTaxInvoice?: {
|
|
18992
|
+
printedAt?: string | null | undefined;
|
|
18993
|
+
printCount?: number | null | undefined;
|
|
18994
|
+
id: string;
|
|
18995
|
+
printMeta: {
|
|
18996
|
+
detail?: Record<string, any> | null | undefined;
|
|
18997
|
+
};
|
|
18998
|
+
} | null | undefined;
|
|
18684
18999
|
slot: string;
|
|
18685
19000
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
18686
19001
|
items: Record<string, {
|
|
@@ -18705,6 +19020,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
18705
19020
|
name: string[];
|
|
18706
19021
|
combinationKey: string;
|
|
18707
19022
|
} | null | undefined;
|
|
19023
|
+
printBy?: {
|
|
19024
|
+
user: {
|
|
19025
|
+
name: string;
|
|
19026
|
+
id: string;
|
|
19027
|
+
};
|
|
19028
|
+
printAt: string;
|
|
19029
|
+
}[] | null | undefined;
|
|
18708
19030
|
unitQuantity?: number | null | undefined;
|
|
18709
19031
|
refundedFrom?: string | null | undefined;
|
|
18710
19032
|
refundBy?: {
|
|
@@ -18730,14 +19052,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
18730
19052
|
name: string;
|
|
18731
19053
|
id: string;
|
|
18732
19054
|
} | null | undefined;
|
|
18733
|
-
|
|
18734
|
-
|
|
18735
|
-
|
|
19055
|
+
printChecklistRecords?: {
|
|
19056
|
+
printAt: string;
|
|
19057
|
+
printBy: {
|
|
18736
19058
|
name: string;
|
|
18737
19059
|
id: string;
|
|
18738
19060
|
};
|
|
18739
|
-
printAt: string;
|
|
18740
19061
|
}[] | null | undefined;
|
|
19062
|
+
printReceiptAt?: string | null | undefined;
|
|
18741
19063
|
deletedAt?: string | null | undefined;
|
|
18742
19064
|
stockChange?: {
|
|
18743
19065
|
countdowns: {
|
|
@@ -19513,6 +19835,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19513
19835
|
} | null | undefined;
|
|
19514
19836
|
calculatorVersion?: number | null | undefined;
|
|
19515
19837
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
19838
|
+
fullTaxInvoice?: {
|
|
19839
|
+
printedAt?: string | null | undefined;
|
|
19840
|
+
printCount?: number | null | undefined;
|
|
19841
|
+
id: string;
|
|
19842
|
+
printMeta: {
|
|
19843
|
+
detail?: Record<string, any> | null | undefined;
|
|
19844
|
+
};
|
|
19845
|
+
} | null | undefined;
|
|
19516
19846
|
slot: string;
|
|
19517
19847
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
19518
19848
|
items: Record<string, {
|
|
@@ -19537,6 +19867,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19537
19867
|
name: string[];
|
|
19538
19868
|
combinationKey: string;
|
|
19539
19869
|
} | null | undefined;
|
|
19870
|
+
printBy?: {
|
|
19871
|
+
user: {
|
|
19872
|
+
name: string;
|
|
19873
|
+
id: string;
|
|
19874
|
+
};
|
|
19875
|
+
printAt: string;
|
|
19876
|
+
}[] | null | undefined;
|
|
19540
19877
|
unitQuantity?: number | null | undefined;
|
|
19541
19878
|
refundedFrom?: string | null | undefined;
|
|
19542
19879
|
refundBy?: {
|
|
@@ -19562,14 +19899,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19562
19899
|
name: string;
|
|
19563
19900
|
id: string;
|
|
19564
19901
|
} | null | undefined;
|
|
19565
|
-
|
|
19566
|
-
|
|
19567
|
-
|
|
19902
|
+
printChecklistRecords?: {
|
|
19903
|
+
printAt: string;
|
|
19904
|
+
printBy: {
|
|
19568
19905
|
name: string;
|
|
19569
19906
|
id: string;
|
|
19570
19907
|
};
|
|
19571
|
-
printAt: string;
|
|
19572
19908
|
}[] | null | undefined;
|
|
19909
|
+
printReceiptAt?: string | null | undefined;
|
|
19573
19910
|
deletedAt?: string | null | undefined;
|
|
19574
19911
|
stockChange?: {
|
|
19575
19912
|
countdowns: {
|
|
@@ -19921,7 +20258,9 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19921
20258
|
ignoreDiscount: boolean;
|
|
19922
20259
|
}>>>;
|
|
19923
20260
|
printReceiptAfterClose: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
20261
|
+
printChecklist: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
19924
20262
|
}, "strip", z.ZodTypeAny, {
|
|
20263
|
+
printChecklist?: boolean | null | undefined;
|
|
19925
20264
|
taxes?: {
|
|
19926
20265
|
inclusive: boolean;
|
|
19927
20266
|
ignoreDiscount: boolean;
|
|
@@ -19932,6 +20271,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
19932
20271
|
autoSend: boolean;
|
|
19933
20272
|
autoCloseBill: boolean;
|
|
19934
20273
|
}, {
|
|
20274
|
+
printChecklist?: boolean | null | undefined;
|
|
19935
20275
|
taxes?: {
|
|
19936
20276
|
inclusive: boolean;
|
|
19937
20277
|
ignoreDiscount: boolean;
|
|
@@ -20401,6 +20741,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
20401
20741
|
} | null | undefined;
|
|
20402
20742
|
calculatorVersion?: number | null | undefined;
|
|
20403
20743
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
20744
|
+
fullTaxInvoice?: {
|
|
20745
|
+
printedAt?: string | null | undefined;
|
|
20746
|
+
printCount?: number | null | undefined;
|
|
20747
|
+
id: string;
|
|
20748
|
+
printMeta: {
|
|
20749
|
+
detail?: Record<string, any> | null | undefined;
|
|
20750
|
+
};
|
|
20751
|
+
} | null | undefined;
|
|
20404
20752
|
slot: string;
|
|
20405
20753
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
20406
20754
|
items: Record<string, {
|
|
@@ -20425,6 +20773,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
20425
20773
|
name: string[];
|
|
20426
20774
|
combinationKey: string;
|
|
20427
20775
|
} | null | undefined;
|
|
20776
|
+
printBy?: {
|
|
20777
|
+
user: {
|
|
20778
|
+
name: string;
|
|
20779
|
+
id: string;
|
|
20780
|
+
};
|
|
20781
|
+
printAt: string;
|
|
20782
|
+
}[] | null | undefined;
|
|
20428
20783
|
unitQuantity?: number | null | undefined;
|
|
20429
20784
|
refundedFrom?: string | null | undefined;
|
|
20430
20785
|
refundBy?: {
|
|
@@ -20450,14 +20805,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
20450
20805
|
name: string;
|
|
20451
20806
|
id: string;
|
|
20452
20807
|
} | null | undefined;
|
|
20453
|
-
|
|
20454
|
-
|
|
20455
|
-
|
|
20808
|
+
printChecklistRecords?: {
|
|
20809
|
+
printAt: string;
|
|
20810
|
+
printBy: {
|
|
20456
20811
|
name: string;
|
|
20457
20812
|
id: string;
|
|
20458
20813
|
};
|
|
20459
|
-
printAt: string;
|
|
20460
20814
|
}[] | null | undefined;
|
|
20815
|
+
printReceiptAt?: string | null | undefined;
|
|
20461
20816
|
deletedAt?: string | null | undefined;
|
|
20462
20817
|
stockChange?: {
|
|
20463
20818
|
countdowns: {
|
|
@@ -20796,6 +21151,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
20796
21151
|
}>;
|
|
20797
21152
|
};
|
|
20798
21153
|
config: {
|
|
21154
|
+
printChecklist?: boolean | null | undefined;
|
|
20799
21155
|
taxes?: {
|
|
20800
21156
|
inclusive: boolean;
|
|
20801
21157
|
ignoreDiscount: boolean;
|
|
@@ -21262,6 +21618,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
21262
21618
|
} | null | undefined;
|
|
21263
21619
|
calculatorVersion?: number | null | undefined;
|
|
21264
21620
|
minPriceMode?: "PRODUCT_ONLY" | null | undefined;
|
|
21621
|
+
fullTaxInvoice?: {
|
|
21622
|
+
printedAt?: string | null | undefined;
|
|
21623
|
+
printCount?: number | null | undefined;
|
|
21624
|
+
id: string;
|
|
21625
|
+
printMeta: {
|
|
21626
|
+
detail?: Record<string, any> | null | undefined;
|
|
21627
|
+
};
|
|
21628
|
+
} | null | undefined;
|
|
21265
21629
|
slot: string;
|
|
21266
21630
|
status: "COMPLETED" | "DRAFT" | "BILLED" | "REFUNDED" | "VOIDED" | "PREORDER";
|
|
21267
21631
|
items: Record<string, {
|
|
@@ -21286,6 +21650,13 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
21286
21650
|
name: string[];
|
|
21287
21651
|
combinationKey: string;
|
|
21288
21652
|
} | null | undefined;
|
|
21653
|
+
printBy?: {
|
|
21654
|
+
user: {
|
|
21655
|
+
name: string;
|
|
21656
|
+
id: string;
|
|
21657
|
+
};
|
|
21658
|
+
printAt: string;
|
|
21659
|
+
}[] | null | undefined;
|
|
21289
21660
|
unitQuantity?: number | null | undefined;
|
|
21290
21661
|
refundedFrom?: string | null | undefined;
|
|
21291
21662
|
refundBy?: {
|
|
@@ -21311,14 +21682,14 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
21311
21682
|
name: string;
|
|
21312
21683
|
id: string;
|
|
21313
21684
|
} | null | undefined;
|
|
21314
|
-
|
|
21315
|
-
|
|
21316
|
-
|
|
21685
|
+
printChecklistRecords?: {
|
|
21686
|
+
printAt: string;
|
|
21687
|
+
printBy: {
|
|
21317
21688
|
name: string;
|
|
21318
21689
|
id: string;
|
|
21319
21690
|
};
|
|
21320
|
-
printAt: string;
|
|
21321
21691
|
}[] | null | undefined;
|
|
21692
|
+
printReceiptAt?: string | null | undefined;
|
|
21322
21693
|
deletedAt?: string | null | undefined;
|
|
21323
21694
|
stockChange?: {
|
|
21324
21695
|
countdowns: {
|
|
@@ -21655,6 +22026,7 @@ export declare const FdoIncomingOrderMongo: z.ZodObject<Omit<{
|
|
|
21655
22026
|
}>;
|
|
21656
22027
|
};
|
|
21657
22028
|
config: {
|
|
22029
|
+
printChecklist?: boolean | null | undefined;
|
|
21658
22030
|
taxes?: {
|
|
21659
22031
|
inclusive: boolean;
|
|
21660
22032
|
ignoreDiscount: boolean;
|