@feedmepos/mf-order-setting 0.0.72-test.1 → 0.0.73-dev
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/.env +1 -1
- package/README.md +7 -23
- package/dist/{KioskDevicesView-CP_cGMXE.js → KioskDevicesView-Dztw-Q35.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-CiNLqFw6.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-Ol419NZh.js} +3 -3
- package/dist/{KioskSettingView-BiKYEjfe.js → KioskSettingView-BUHmoxyO.js} +183 -202
- package/dist/{KioskView-BYxPrI7N.js → KioskView-B8j77zMA.js} +4 -4
- package/dist/OrderSettingsView-C5PK8CKZ.js +60009 -0
- package/dist/{app-BN02cB5o.js → app-C2_s0fkK.js} +4921 -4797
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-Bml-FvS7.js → dayjs.min-B3nOmXcs.js} +1 -1
- package/dist/frontend/mf-order/src/api/menu/index.d.ts +1 -1
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +10 -3
- package/dist/frontend/mf-order/src/app.d.ts +44 -8
- package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/composables/useQrOrderingEnabled.d.ts +2 -0
- package/dist/frontend/mf-order/src/helpers/menu.d.ts +1 -1
- package/dist/frontend/mf-order/src/main.d.ts +44 -8
- package/dist/frontend/mf-order/src/stores/kiosk/index.d.ts +21 -21
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +906 -1044
- package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +36 -3
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +5 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliverySetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +3 -8
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.d.ts +3 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/delivery.data.d.ts +5 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue.d.ts +21 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +2 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue.d.ts +1 -1
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue.d.ts +28 -2
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue.d.ts +46 -0
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue.d.ts +57 -0
- package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpSettingDialogContent.vue.d.ts +23 -1
- package/dist/frontend/mf-order/src/views/order-settings/pickup/Preorder.vue.d.ts +27 -0
- package/dist/frontend/mf-order/src/views/order-settings/servicecharge/RateInput.vue.d.ts +8 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/index-6PQJ07gD.js +665 -0
- package/dist/{index-BlKeAWPk.js → index-B4XxBqiV.js} +1 -1
- package/dist/lineman-settings.dto-DcYJFu0U.js +60394 -0
- package/dist/package/entity/_type-assert.d.ts +7 -0
- package/dist/package/entity/booking/booking.dto.d.ts +24 -24
- package/dist/package/entity/delivery/delivery.dto.d.ts +8 -8
- package/dist/package/entity/delivery/delivery.enum.d.ts +12 -0
- package/dist/package/entity/delivery/gateway/grab.dto.d.ts +2 -2
- package/dist/package/entity/delivery/gateway/kosmo.dto.d.ts +16 -16
- package/dist/package/entity/delivery/gateway/pandago.dto.d.ts +4 -4
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +282 -4591
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +32 -24
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +23 -11719
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +2 -2
- package/dist/package/entity/index.d.ts +12 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +140 -140
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +168 -168
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +63 -7
- package/dist/package/entity/marketing/marketing.dto.d.ts +4 -4
- package/dist/package/entity/member/member.dto.d.ts +6 -0
- package/dist/package/entity/order/dine-in/dine-in.do.d.ts +8 -8
- package/dist/package/entity/order/effects/effect.dto.d.ts +68 -16
- package/dist/package/entity/order/menu/menu.dto.d.ts +45 -8
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +358 -3853
- package/dist/package/entity/order/order.do.d.ts +239 -42
- package/dist/package/entity/order/order.dto.d.ts +6497 -2236
- package/dist/package/entity/order/payment/payment.dto.d.ts +52 -12
- package/dist/package/entity/order-platform/base-integration.do.d.ts +8 -0
- package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +524 -524
- package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
- package/dist/package/entity/order-platform/deliveroo/deliveroo.menu.dto.d.ts +58 -58
- package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +212 -284
- package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +331 -589
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +1 -1
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +275 -275
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +3 -3
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +3 -3
- package/dist/package/entity/order-platform/foodpanda/foodpanda-menu.dto.d.ts +284 -284
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +40 -40
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +16 -16
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood-order.do.d.ts +18 -18
- package/dist/package/entity/order-platform/gofood/gofood-settings.do.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood-settings.dto.d.ts +2 -2
- package/dist/package/entity/order-platform/gofood/gofood.dto.d.ts +32 -32
- package/dist/package/entity/order-platform/grabfood/grabfood-edit-order.do.d.ts +12 -12
- package/dist/package/entity/order-platform/grabfood/grabfood-omni.do.d.ts +134 -115
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +187 -165
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +8 -2
- package/dist/package/entity/order-platform/grabfood/grabfood-webhook.dto.d.ts +49 -42
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +67 -54
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/lineman/lineman-settings.do.d.ts +37 -0
- package/dist/package/entity/order-platform/lineman/lineman-settings.dto.d.ts +40 -0
- package/dist/package/entity/order-platform/menu.dto.d.ts +716 -13887
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +136 -2
- package/dist/package/entity/order-platform/order-platform.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +176 -176
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +62 -62
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +8 -2
- package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +8 -2
- package/dist/package/entity/order-platform/tng/tng-menu.do.d.ts +1061 -0
- package/dist/package/entity/order-platform/tng/tng-order.do.d.ts +1915 -0
- package/dist/package/entity/order-platform/tng/tng-settings.do.d.ts +379 -0
- package/dist/package/entity/order-platform/tng/tng-settings.dto.d.ts +301 -0
- package/dist/package/entity/order-platform/tng/tng.dto.d.ts +1162 -0
- package/dist/package/entity/order-platform/tng/tng.enum.d.ts +29 -0
- package/dist/package/entity/order-setting/delivery/inhouse-delivery.do.d.ts +12 -0
- package/dist/package/entity/order-setting/delivery/inhouse-delivery.dto.d.ts +12 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.do.d.ts +11 -0
- package/dist/package/entity/order-setting/dine-in/dine-in.dto.d.ts +9 -0
- package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +2 -2
- package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +2 -2
- package/dist/package/entity/order-setting/order-setting.do.d.ts +55 -4
- package/dist/package/entity/order-setting/order-setting.dto.d.ts +110 -8
- package/dist/package/entity/order-setting/pickup/pickup.do.d.ts +12 -0
- package/dist/package/entity/order-setting/pickup/pickup.dto.d.ts +12 -0
- package/dist/package/entity/payment/transaction.d.ts +80 -8
- package/dist/package/entity/printer/printer.do.d.ts +14 -14
- package/dist/package/entity/pubsub/ably/ably.enum.d.ts +1 -1
- package/dist/package/entity/queue/queue.do.d.ts +236 -1901
- package/dist/package/entity/queue/queue.dto.d.ts +743 -445
- package/dist/package/entity/restaurant/restaurant.dto.d.ts +27 -4
- package/dist/package/entity/websocket/websocket.dto.d.ts +10 -10
- package/dist/style.css +1 -0
- package/golar.config.ts +20 -0
- package/package.json +9 -3
- package/src/Entry.vue +2 -10
- package/src/api/menu/index.ts +1 -1
- package/src/api/remoteOrder/index.ts +176 -110
- package/src/composables/useQrOrderingEnabled.ts +66 -0
- package/src/helpers/menu.ts +1 -1
- package/src/locales/en-US.json +421 -412
- package/src/locales/ja-JP.json +1769 -1760
- package/src/locales/th-TH.json +409 -400
- package/src/locales/zh-CN.json +417 -408
- package/src/main.ts +4 -44
- package/src/router/index.ts +2 -2
- package/src/stores/menu/menu.ts +48 -27
- package/src/stores/restaurant/index.ts +24 -9
- package/src/utils/firebase-storage.ts +3 -13
- package/src/views/kiosk/settings/KioskSettingView.vue +3 -2
- package/src/views/order-settings/OrderSettingsView.vue +31 -11
- package/src/views/order-settings/delivery/DeliverySetting.vue +223 -11
- package/src/views/order-settings/delivery/components/TaxInput.vue +1 -1
- package/src/views/order-settings/delivery/delivery.data.ts +31 -10
- package/src/views/order-settings/delivery/delivery.ts +60 -28
- package/src/views/order-settings/delivery/inhouse/InHouseDelivery.vue +40 -1
- package/src/views/order-settings/delivery/integrated-delivery/DeliverooSetting.vue +1 -1
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +15 -7
- package/src/views/order-settings/delivery/integrated-delivery/IntegratedDelivery.vue +83 -27
- package/src/views/order-settings/delivery/integrated-delivery/LinemanSetting.vue +79 -0
- package/src/views/order-settings/delivery/integrated-delivery/ShopeefoodSetting.vue +2 -0
- package/src/views/order-settings/delivery/integrated-delivery/TngSetting.vue +749 -0
- package/src/views/order-settings/dine-in/DineInSetting.vue +54 -23
- package/src/views/order-settings/dine-in/PaymentType.vue +9 -12
- package/src/views/order-settings/general/GeneralSetting.vue +15 -6
- package/src/views/order-settings/pickup/PickUpSettingDialog.vue +31 -3
- package/src/views/order-settings/pickup/PickUpSettingDialogContent.vue +34 -0
- package/src/views/order-settings/pickup/Preorder.vue +13 -12
- package/src/views/order-settings/queue/QueueSetting.vue +30 -1
- package/src/views/order-settings/servicecharge/RateInput.vue +9 -7
- package/vite.config.ts +16 -16
- package/dist/OrderSettingsView-C7Y-_y5U.js +0 -32222
- package/dist/frontend/mf-order/src/api/auth/index.d.ts +0 -7
- package/dist/frontend/mf-order/src/stores/iframe/index.d.ts +0 -14
- package/dist/index-DZA8A0m4.js +0 -630
- package/dist/queue-transfer.dto-C7nRZOZH.js +0 -45618
- package/src/api/auth/index.ts +0 -20
- package/src/stores/iframe/index.ts +0 -23
package/dist/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DeliveryCompany, LinkedDeliveryDoc } from '../../views/order-settings/delivery/delivery';
|
|
2
2
|
import { FdoLinkedDelivery, FdoRestaurant, FdoRestaurantFeedmeDelivery, FdoRestaurantInHouseDelivery } from '@feedmepos/core/entity';
|
|
3
|
-
import type { FdoDeliverooSettings, FdoExternalSetting, FdoFoodpandaOrderOutput, FdoFoodpandaSettings, FdoGoFoodSettings, FdoGrabfoodOrderOutput, FdoGrabfoodSettings, FdoShopeeFoodOrder, FdoShopeeFoodOrderOutput, FdoShopeeFoodSettings, FdtoGetOrderReq } from '@entity';
|
|
4
|
-
type DeliveryCompanyUrl = 'foodpanda' | 'grabfood' | 'shopeefood' | 'deliveroo' | 'gofood' | 'external';
|
|
3
|
+
import type { FdoDeliverooSettings, FdoExternalSetting, FdoFoodpandaOrderOutput, FdoFoodpandaSettings, FdoGoFoodSettings, FdoGrabfoodOrderOutput, FdoGrabfoodSettings, FdoLinemanSettings, FdoShopeeFoodOrder, FdoShopeeFoodOrderOutput, FdoShopeeFoodSettings, FdtoGetOrderReq, FdoTngSettings } from '@entity';
|
|
4
|
+
type DeliveryCompanyUrl = 'foodpanda' | 'grabfood' | 'shopeefood' | 'deliveroo' | 'gofood' | 'tng' | 'external' | 'lineman';
|
|
5
5
|
export declare const remoteOrderApi: {
|
|
6
6
|
readLinkedDeliveryCompanies(): Promise<LinkedDeliveryDoc[]>;
|
|
7
7
|
readLocalDeliveryCompanies(): Promise<DeliveryCompany[]>;
|
|
@@ -33,9 +33,16 @@ export declare const remoteOrderApi: {
|
|
|
33
33
|
readGofood(restaurantId: string): Promise<FdoGoFoodSettings | null>;
|
|
34
34
|
updateGofood(restaurantId: string, dto: FdoGoFoodSettings): Promise<FdoGoFoodSettings | null>;
|
|
35
35
|
syncGofoodMenu(restaurantId: string): Promise<FdoGoFoodSettings>;
|
|
36
|
+
readLineman(restaurantId: string): Promise<FdoLinemanSettings | null>;
|
|
37
|
+
updateLineman(restaurantId: string, dto: FdoLinemanSettings): Promise<FdoLinemanSettings>;
|
|
36
38
|
updateDeliveroo(restaurantId: string, dto: FdoDeliverooSettings): Promise<FdoRestaurant>;
|
|
37
39
|
readDeliveroo(restaurantId: string): Promise<FdoDeliverooSettings | null>;
|
|
38
|
-
|
|
40
|
+
syncDeliverooMenu(merchantID: string): Promise<FdoDeliverooSettings>;
|
|
41
|
+
readTng(restaurantId: string): Promise<FdoTngSettings | null>;
|
|
42
|
+
updateTng(restaurantId: string, dto: FdoTngSettings): Promise<FdoTngSettings>;
|
|
43
|
+
syncTngMenu(restaurantId: string): Promise<{
|
|
44
|
+
taskId?: string | null;
|
|
45
|
+
}>;
|
|
39
46
|
readExternal(restaurantId: string): Promise<FdoExternalSetting | null>;
|
|
40
47
|
updateExternal(restaurantId: string, dto: FdoExternalSetting): Promise<FdoExternalSetting>;
|
|
41
48
|
syncExternalMenu(restaurantId: string): Promise<FdoExternalSetting>;
|
|
@@ -29,6 +29,7 @@ export declare const i18nMessages: {
|
|
|
29
29
|
all: string;
|
|
30
30
|
allowedAutoAcceptOrder: string;
|
|
31
31
|
allowedAutoCloseBill: string;
|
|
32
|
+
allowedAutoCloseOnDelivered: string;
|
|
32
33
|
allowMultiplePickupSublabel: string;
|
|
33
34
|
anonymousOrder: string;
|
|
34
35
|
anonymousOrderSublabel: string;
|
|
@@ -38,6 +39,7 @@ export declare const i18nMessages: {
|
|
|
38
39
|
auto: string;
|
|
39
40
|
autoIntegration: string;
|
|
40
41
|
autoResetOrderNumber: string;
|
|
42
|
+
autoResetOrderNumberTooltip: string;
|
|
41
43
|
autoIntegrationWarning: string;
|
|
42
44
|
autoIntegrationCountryNotSupport: string;
|
|
43
45
|
autoSendKitchen: string;
|
|
@@ -229,10 +231,13 @@ export declare const i18nMessages: {
|
|
|
229
231
|
pleaseCompleteProfile: string;
|
|
230
232
|
pleaseSelectRestaurant: string;
|
|
231
233
|
printReceiptAfterClose: string;
|
|
234
|
+
printReceiptAfterCloseSublabel: string;
|
|
235
|
+
autoCloseBill: string;
|
|
236
|
+
autoCloseBillSublabel: string;
|
|
232
237
|
prefix: string;
|
|
233
238
|
preOrder: string;
|
|
234
239
|
preOrderHint: string;
|
|
235
|
-
|
|
240
|
+
preOrderMaxDaysError: string;
|
|
236
241
|
preOrderInvalidRange: string;
|
|
237
242
|
pricePerMessage: string;
|
|
238
243
|
processing: string;
|
|
@@ -244,6 +249,7 @@ export declare const i18nMessages: {
|
|
|
244
249
|
autoCalledLimit: string;
|
|
245
250
|
duration: string;
|
|
246
251
|
disableRemoteQueue: string;
|
|
252
|
+
allowOverrideQueueCode: string;
|
|
247
253
|
disableSMS: string;
|
|
248
254
|
printChecklist: string;
|
|
249
255
|
printChecklistSublabel: string;
|
|
@@ -267,7 +273,7 @@ export declare const i18nMessages: {
|
|
|
267
273
|
terminalPaymentDescription: string;
|
|
268
274
|
rate: string;
|
|
269
275
|
rateLimitWarning: string;
|
|
270
|
-
|
|
276
|
+
integrationId: string;
|
|
271
277
|
restaurant: string;
|
|
272
278
|
restaurantAsPickupPoint: string;
|
|
273
279
|
restaurantHaveNotPurchase: string;
|
|
@@ -306,8 +312,11 @@ export declare const i18nMessages: {
|
|
|
306
312
|
submitOrderInstruction: string;
|
|
307
313
|
success: string;
|
|
308
314
|
sunday: string;
|
|
315
|
+
fulfillmentModeSetting: string;
|
|
309
316
|
syncMenu: string;
|
|
310
317
|
syncMenuSuccess: string;
|
|
318
|
+
syncMenuSetting: string;
|
|
319
|
+
allowRemarks: string;
|
|
311
320
|
table: string;
|
|
312
321
|
tableSelected: string;
|
|
313
322
|
tableService: string;
|
|
@@ -444,6 +453,7 @@ export declare const i18nMessages: {
|
|
|
444
453
|
all: string;
|
|
445
454
|
allowedAutoAcceptOrder: string;
|
|
446
455
|
allowedAutoCloseBill: string;
|
|
456
|
+
allowedAutoCloseOnDelivered: string;
|
|
447
457
|
allowMultiplePickupSublabel: string;
|
|
448
458
|
anonymousOrder: string;
|
|
449
459
|
anonymousOrderSublabel: string;
|
|
@@ -453,6 +463,7 @@ export declare const i18nMessages: {
|
|
|
453
463
|
auto: string;
|
|
454
464
|
autoIntegration: string;
|
|
455
465
|
autoResetOrderNumber: string;
|
|
466
|
+
autoResetOrderNumberTooltip: string;
|
|
456
467
|
autoIntegrationWarning: string;
|
|
457
468
|
autoIntegrationCountryNotSupport: string;
|
|
458
469
|
autoSendKitchen: string;
|
|
@@ -651,9 +662,12 @@ export declare const i18nMessages: {
|
|
|
651
662
|
overridePaxSublabel: string;
|
|
652
663
|
preOrder: string;
|
|
653
664
|
preOrderHint: string;
|
|
654
|
-
|
|
665
|
+
preOrderMaxDaysError: string;
|
|
655
666
|
preOrderInvalidRange: string;
|
|
656
667
|
printReceiptAfterClose: string;
|
|
668
|
+
printReceiptAfterCloseSublabel: string;
|
|
669
|
+
autoCloseBill: string;
|
|
670
|
+
autoCloseBillSublabel: string;
|
|
657
671
|
pricePerMessage: string;
|
|
658
672
|
processing: string;
|
|
659
673
|
productSelected: string;
|
|
@@ -664,6 +678,7 @@ export declare const i18nMessages: {
|
|
|
664
678
|
autoCalledLimit: string;
|
|
665
679
|
duration: string;
|
|
666
680
|
disableRemoteQueue: string;
|
|
681
|
+
allowOverrideQueueCode: string;
|
|
667
682
|
disableSMS: string;
|
|
668
683
|
codeSettings: string;
|
|
669
684
|
addCodeSetting: string;
|
|
@@ -675,7 +690,7 @@ export declare const i18nMessages: {
|
|
|
675
690
|
terminalQrPay: string;
|
|
676
691
|
terminalPaymentDescription: string;
|
|
677
692
|
rate: string;
|
|
678
|
-
|
|
693
|
+
integrationId: string;
|
|
679
694
|
restaurant: string;
|
|
680
695
|
restaurantAsPickupPoint: string;
|
|
681
696
|
restaurantHaveNotPurchase: string;
|
|
@@ -716,8 +731,11 @@ export declare const i18nMessages: {
|
|
|
716
731
|
submitOrderInstruction: string;
|
|
717
732
|
success: string;
|
|
718
733
|
sunday: string;
|
|
734
|
+
fulfillmentModeSetting: string;
|
|
719
735
|
syncMenu: string;
|
|
720
736
|
syncMenuSuccess: string;
|
|
737
|
+
syncMenuSetting: string;
|
|
738
|
+
allowRemarks: string;
|
|
721
739
|
table: string;
|
|
722
740
|
tableSelected: string;
|
|
723
741
|
tableService: string;
|
|
@@ -855,6 +873,7 @@ export declare const i18nMessages: {
|
|
|
855
873
|
all: string;
|
|
856
874
|
allowedAutoAcceptOrder: string;
|
|
857
875
|
allowedAutoCloseBill: string;
|
|
876
|
+
allowedAutoCloseOnDelivered: string;
|
|
858
877
|
allowMultiplePickupSublabel: string;
|
|
859
878
|
anonymousOrder: string;
|
|
860
879
|
anonymousOrderSublabel: string;
|
|
@@ -864,6 +883,7 @@ export declare const i18nMessages: {
|
|
|
864
883
|
auto: string;
|
|
865
884
|
autoIntegration: string;
|
|
866
885
|
autoResetOrderNumber: string;
|
|
886
|
+
autoResetOrderNumberTooltip: string;
|
|
867
887
|
autoIntegrationWarning: string;
|
|
868
888
|
autoIntegrationCountryNotSupport: string;
|
|
869
889
|
autoSendKitchen: string;
|
|
@@ -1058,10 +1078,13 @@ export declare const i18nMessages: {
|
|
|
1058
1078
|
overridePaxSublabel: string;
|
|
1059
1079
|
preOrder: string;
|
|
1060
1080
|
preOrderHint: string;
|
|
1061
|
-
|
|
1081
|
+
preOrderMaxDaysError: string;
|
|
1062
1082
|
preOrderInvalidRange: string;
|
|
1063
1083
|
pricePerMessage: string;
|
|
1064
1084
|
printReceiptAfterClose: string;
|
|
1085
|
+
printReceiptAfterCloseSublabel: string;
|
|
1086
|
+
autoCloseBill: string;
|
|
1087
|
+
autoCloseBillSublabel: string;
|
|
1065
1088
|
processing: string;
|
|
1066
1089
|
productSelected: string;
|
|
1067
1090
|
promptAnonymousLoginDialog: string;
|
|
@@ -1071,6 +1094,7 @@ export declare const i18nMessages: {
|
|
|
1071
1094
|
autoCalledLimit: string;
|
|
1072
1095
|
duration: string;
|
|
1073
1096
|
disableRemoteQueue: string;
|
|
1097
|
+
allowOverrideQueueCode: string;
|
|
1074
1098
|
disableSMS: string;
|
|
1075
1099
|
codeSettings: string;
|
|
1076
1100
|
addCodeSetting: string;
|
|
@@ -1083,7 +1107,7 @@ export declare const i18nMessages: {
|
|
|
1083
1107
|
terminalPaymentDescription: string;
|
|
1084
1108
|
rate: string;
|
|
1085
1109
|
rateLimitWarning: string;
|
|
1086
|
-
|
|
1110
|
+
integrationId: string;
|
|
1087
1111
|
restaurant: string;
|
|
1088
1112
|
restaurantAsPickupPoint: string;
|
|
1089
1113
|
restaurantHaveNotPurchase: string;
|
|
@@ -1121,7 +1145,10 @@ export declare const i18nMessages: {
|
|
|
1121
1145
|
submitOrderInstruction: string;
|
|
1122
1146
|
success: string;
|
|
1123
1147
|
sunday: string;
|
|
1148
|
+
fulfillmentModeSetting: string;
|
|
1124
1149
|
syncMenu: string;
|
|
1150
|
+
syncMenuSetting: string;
|
|
1151
|
+
allowRemarks: string;
|
|
1125
1152
|
table: string;
|
|
1126
1153
|
tableSelected: string;
|
|
1127
1154
|
tableService: string;
|
|
@@ -1258,6 +1285,7 @@ export declare const i18nMessages: {
|
|
|
1258
1285
|
all: string;
|
|
1259
1286
|
allowedAutoAcceptOrder: string;
|
|
1260
1287
|
allowedAutoCloseBill: string;
|
|
1288
|
+
allowedAutoCloseOnDelivered: string;
|
|
1261
1289
|
allowMultiplePickupSublabel: string;
|
|
1262
1290
|
anonymousOrder: string;
|
|
1263
1291
|
anonymousOrderSublabel: string;
|
|
@@ -1267,6 +1295,7 @@ export declare const i18nMessages: {
|
|
|
1267
1295
|
auto: string;
|
|
1268
1296
|
autoIntegration: string;
|
|
1269
1297
|
autoResetOrderNumber: string;
|
|
1298
|
+
autoResetOrderNumberTooltip: string;
|
|
1270
1299
|
autoIntegrationWarning: string;
|
|
1271
1300
|
autoIntegrationCountryNotSupport: string;
|
|
1272
1301
|
autoSendKitchen: string;
|
|
@@ -1453,10 +1482,13 @@ export declare const i18nMessages: {
|
|
|
1453
1482
|
pleaseCompleteProfile: string;
|
|
1454
1483
|
pleaseSelectRestaurant: string;
|
|
1455
1484
|
printReceiptAfterClose: string;
|
|
1485
|
+
printReceiptAfterCloseSublabel: string;
|
|
1486
|
+
autoCloseBill: string;
|
|
1487
|
+
autoCloseBillSublabel: string;
|
|
1456
1488
|
prefix: string;
|
|
1457
1489
|
preOrder: string;
|
|
1458
1490
|
preOrderHint: string;
|
|
1459
|
-
|
|
1491
|
+
preOrderMaxDaysError: string;
|
|
1460
1492
|
preOrderInvalidRange: string;
|
|
1461
1493
|
pricePerMessage: string;
|
|
1462
1494
|
processing: string;
|
|
@@ -1468,6 +1500,7 @@ export declare const i18nMessages: {
|
|
|
1468
1500
|
autoCalledLimit: string;
|
|
1469
1501
|
duration: string;
|
|
1470
1502
|
disableRemoteQueue: string;
|
|
1503
|
+
allowOverrideQueueCode: string;
|
|
1471
1504
|
disableSMS: string;
|
|
1472
1505
|
printChecklist: string;
|
|
1473
1506
|
printChecklistSublabel: string;
|
|
@@ -1484,7 +1517,7 @@ export declare const i18nMessages: {
|
|
|
1484
1517
|
terminalPaymentDescription: string;
|
|
1485
1518
|
rate: string;
|
|
1486
1519
|
rateLimitWarning: string;
|
|
1487
|
-
|
|
1520
|
+
integrationId: string;
|
|
1488
1521
|
restaurant: string;
|
|
1489
1522
|
restaurantAsPickupPoint: string;
|
|
1490
1523
|
restaurantHaveNotPurchase: string;
|
|
@@ -1523,8 +1556,11 @@ export declare const i18nMessages: {
|
|
|
1523
1556
|
submitOrderInstruction: string;
|
|
1524
1557
|
success: string;
|
|
1525
1558
|
sunday: string;
|
|
1559
|
+
fulfillmentModeSetting: string;
|
|
1526
1560
|
syncMenu: string;
|
|
1527
1561
|
syncMenuSuccess: string;
|
|
1562
|
+
syncMenuSetting: string;
|
|
1563
|
+
allowRemarks: string;
|
|
1528
1564
|
table: string;
|
|
1529
1565
|
tableSelected: string;
|
|
1530
1566
|
tableService: string;
|
|
@@ -71,9 +71,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
lat: number;
|
|
72
72
|
lng: number;
|
|
73
73
|
};
|
|
74
|
+
editable: boolean;
|
|
74
75
|
markers: MapCoordinate[];
|
|
75
76
|
polygons: MapPolygon[];
|
|
76
77
|
zoom: number;
|
|
77
|
-
editable: boolean;
|
|
78
78
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
79
79
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FdoItemOverriderV4, FdoMenuV4Item, FdoItemVariant, FdoProductTaxSetting, FdtoV4Tax } from '@feedmepos/
|
|
1
|
+
import { FdoItemOverriderV4, FdoMenuV4Item, FdoItemVariant, FdoProductTaxSetting, FdtoV4Tax } from '@feedmepos/entity';
|
|
2
2
|
import type { CheckboxOption } from '@/components/type';
|
|
3
3
|
export interface Option {
|
|
4
4
|
label: string;
|
|
@@ -28,6 +28,7 @@ export declare const i18nMessages: {
|
|
|
28
28
|
all: string;
|
|
29
29
|
allowedAutoAcceptOrder: string;
|
|
30
30
|
allowedAutoCloseBill: string;
|
|
31
|
+
allowedAutoCloseOnDelivered: string;
|
|
31
32
|
allowMultiplePickupSublabel: string;
|
|
32
33
|
anonymousOrder: string;
|
|
33
34
|
anonymousOrderSublabel: string;
|
|
@@ -37,6 +38,7 @@ export declare const i18nMessages: {
|
|
|
37
38
|
auto: string;
|
|
38
39
|
autoIntegration: string;
|
|
39
40
|
autoResetOrderNumber: string;
|
|
41
|
+
autoResetOrderNumberTooltip: string;
|
|
40
42
|
autoIntegrationWarning: string;
|
|
41
43
|
autoIntegrationCountryNotSupport: string;
|
|
42
44
|
autoSendKitchen: string;
|
|
@@ -228,10 +230,13 @@ export declare const i18nMessages: {
|
|
|
228
230
|
pleaseCompleteProfile: string;
|
|
229
231
|
pleaseSelectRestaurant: string;
|
|
230
232
|
printReceiptAfterClose: string;
|
|
233
|
+
printReceiptAfterCloseSublabel: string;
|
|
234
|
+
autoCloseBill: string;
|
|
235
|
+
autoCloseBillSublabel: string;
|
|
231
236
|
prefix: string;
|
|
232
237
|
preOrder: string;
|
|
233
238
|
preOrderHint: string;
|
|
234
|
-
|
|
239
|
+
preOrderMaxDaysError: string;
|
|
235
240
|
preOrderInvalidRange: string;
|
|
236
241
|
pricePerMessage: string;
|
|
237
242
|
processing: string;
|
|
@@ -243,6 +248,7 @@ export declare const i18nMessages: {
|
|
|
243
248
|
autoCalledLimit: string;
|
|
244
249
|
duration: string;
|
|
245
250
|
disableRemoteQueue: string;
|
|
251
|
+
allowOverrideQueueCode: string;
|
|
246
252
|
disableSMS: string;
|
|
247
253
|
printChecklist: string;
|
|
248
254
|
printChecklistSublabel: string;
|
|
@@ -266,7 +272,7 @@ export declare const i18nMessages: {
|
|
|
266
272
|
terminalPaymentDescription: string;
|
|
267
273
|
rate: string;
|
|
268
274
|
rateLimitWarning: string;
|
|
269
|
-
|
|
275
|
+
integrationId: string;
|
|
270
276
|
restaurant: string;
|
|
271
277
|
restaurantAsPickupPoint: string;
|
|
272
278
|
restaurantHaveNotPurchase: string;
|
|
@@ -305,8 +311,11 @@ export declare const i18nMessages: {
|
|
|
305
311
|
submitOrderInstruction: string;
|
|
306
312
|
success: string;
|
|
307
313
|
sunday: string;
|
|
314
|
+
fulfillmentModeSetting: string;
|
|
308
315
|
syncMenu: string;
|
|
309
316
|
syncMenuSuccess: string;
|
|
317
|
+
syncMenuSetting: string;
|
|
318
|
+
allowRemarks: string;
|
|
310
319
|
table: string;
|
|
311
320
|
tableSelected: string;
|
|
312
321
|
tableService: string;
|
|
@@ -443,6 +452,7 @@ export declare const i18nMessages: {
|
|
|
443
452
|
all: string;
|
|
444
453
|
allowedAutoAcceptOrder: string;
|
|
445
454
|
allowedAutoCloseBill: string;
|
|
455
|
+
allowedAutoCloseOnDelivered: string;
|
|
446
456
|
allowMultiplePickupSublabel: string;
|
|
447
457
|
anonymousOrder: string;
|
|
448
458
|
anonymousOrderSublabel: string;
|
|
@@ -452,6 +462,7 @@ export declare const i18nMessages: {
|
|
|
452
462
|
auto: string;
|
|
453
463
|
autoIntegration: string;
|
|
454
464
|
autoResetOrderNumber: string;
|
|
465
|
+
autoResetOrderNumberTooltip: string;
|
|
455
466
|
autoIntegrationWarning: string;
|
|
456
467
|
autoIntegrationCountryNotSupport: string;
|
|
457
468
|
autoSendKitchen: string;
|
|
@@ -650,9 +661,12 @@ export declare const i18nMessages: {
|
|
|
650
661
|
overridePaxSublabel: string;
|
|
651
662
|
preOrder: string;
|
|
652
663
|
preOrderHint: string;
|
|
653
|
-
|
|
664
|
+
preOrderMaxDaysError: string;
|
|
654
665
|
preOrderInvalidRange: string;
|
|
655
666
|
printReceiptAfterClose: string;
|
|
667
|
+
printReceiptAfterCloseSublabel: string;
|
|
668
|
+
autoCloseBill: string;
|
|
669
|
+
autoCloseBillSublabel: string;
|
|
656
670
|
pricePerMessage: string;
|
|
657
671
|
processing: string;
|
|
658
672
|
productSelected: string;
|
|
@@ -663,6 +677,7 @@ export declare const i18nMessages: {
|
|
|
663
677
|
autoCalledLimit: string;
|
|
664
678
|
duration: string;
|
|
665
679
|
disableRemoteQueue: string;
|
|
680
|
+
allowOverrideQueueCode: string;
|
|
666
681
|
disableSMS: string;
|
|
667
682
|
codeSettings: string;
|
|
668
683
|
addCodeSetting: string;
|
|
@@ -674,7 +689,7 @@ export declare const i18nMessages: {
|
|
|
674
689
|
terminalQrPay: string;
|
|
675
690
|
terminalPaymentDescription: string;
|
|
676
691
|
rate: string;
|
|
677
|
-
|
|
692
|
+
integrationId: string;
|
|
678
693
|
restaurant: string;
|
|
679
694
|
restaurantAsPickupPoint: string;
|
|
680
695
|
restaurantHaveNotPurchase: string;
|
|
@@ -715,8 +730,11 @@ export declare const i18nMessages: {
|
|
|
715
730
|
submitOrderInstruction: string;
|
|
716
731
|
success: string;
|
|
717
732
|
sunday: string;
|
|
733
|
+
fulfillmentModeSetting: string;
|
|
718
734
|
syncMenu: string;
|
|
719
735
|
syncMenuSuccess: string;
|
|
736
|
+
syncMenuSetting: string;
|
|
737
|
+
allowRemarks: string;
|
|
720
738
|
table: string;
|
|
721
739
|
tableSelected: string;
|
|
722
740
|
tableService: string;
|
|
@@ -854,6 +872,7 @@ export declare const i18nMessages: {
|
|
|
854
872
|
all: string;
|
|
855
873
|
allowedAutoAcceptOrder: string;
|
|
856
874
|
allowedAutoCloseBill: string;
|
|
875
|
+
allowedAutoCloseOnDelivered: string;
|
|
857
876
|
allowMultiplePickupSublabel: string;
|
|
858
877
|
anonymousOrder: string;
|
|
859
878
|
anonymousOrderSublabel: string;
|
|
@@ -863,6 +882,7 @@ export declare const i18nMessages: {
|
|
|
863
882
|
auto: string;
|
|
864
883
|
autoIntegration: string;
|
|
865
884
|
autoResetOrderNumber: string;
|
|
885
|
+
autoResetOrderNumberTooltip: string;
|
|
866
886
|
autoIntegrationWarning: string;
|
|
867
887
|
autoIntegrationCountryNotSupport: string;
|
|
868
888
|
autoSendKitchen: string;
|
|
@@ -1057,10 +1077,13 @@ export declare const i18nMessages: {
|
|
|
1057
1077
|
overridePaxSublabel: string;
|
|
1058
1078
|
preOrder: string;
|
|
1059
1079
|
preOrderHint: string;
|
|
1060
|
-
|
|
1080
|
+
preOrderMaxDaysError: string;
|
|
1061
1081
|
preOrderInvalidRange: string;
|
|
1062
1082
|
pricePerMessage: string;
|
|
1063
1083
|
printReceiptAfterClose: string;
|
|
1084
|
+
printReceiptAfterCloseSublabel: string;
|
|
1085
|
+
autoCloseBill: string;
|
|
1086
|
+
autoCloseBillSublabel: string;
|
|
1064
1087
|
processing: string;
|
|
1065
1088
|
productSelected: string;
|
|
1066
1089
|
promptAnonymousLoginDialog: string;
|
|
@@ -1070,6 +1093,7 @@ export declare const i18nMessages: {
|
|
|
1070
1093
|
autoCalledLimit: string;
|
|
1071
1094
|
duration: string;
|
|
1072
1095
|
disableRemoteQueue: string;
|
|
1096
|
+
allowOverrideQueueCode: string;
|
|
1073
1097
|
disableSMS: string;
|
|
1074
1098
|
codeSettings: string;
|
|
1075
1099
|
addCodeSetting: string;
|
|
@@ -1082,7 +1106,7 @@ export declare const i18nMessages: {
|
|
|
1082
1106
|
terminalPaymentDescription: string;
|
|
1083
1107
|
rate: string;
|
|
1084
1108
|
rateLimitWarning: string;
|
|
1085
|
-
|
|
1109
|
+
integrationId: string;
|
|
1086
1110
|
restaurant: string;
|
|
1087
1111
|
restaurantAsPickupPoint: string;
|
|
1088
1112
|
restaurantHaveNotPurchase: string;
|
|
@@ -1120,7 +1144,10 @@ export declare const i18nMessages: {
|
|
|
1120
1144
|
submitOrderInstruction: string;
|
|
1121
1145
|
success: string;
|
|
1122
1146
|
sunday: string;
|
|
1147
|
+
fulfillmentModeSetting: string;
|
|
1123
1148
|
syncMenu: string;
|
|
1149
|
+
syncMenuSetting: string;
|
|
1150
|
+
allowRemarks: string;
|
|
1124
1151
|
table: string;
|
|
1125
1152
|
tableSelected: string;
|
|
1126
1153
|
tableService: string;
|
|
@@ -1257,6 +1284,7 @@ export declare const i18nMessages: {
|
|
|
1257
1284
|
all: string;
|
|
1258
1285
|
allowedAutoAcceptOrder: string;
|
|
1259
1286
|
allowedAutoCloseBill: string;
|
|
1287
|
+
allowedAutoCloseOnDelivered: string;
|
|
1260
1288
|
allowMultiplePickupSublabel: string;
|
|
1261
1289
|
anonymousOrder: string;
|
|
1262
1290
|
anonymousOrderSublabel: string;
|
|
@@ -1266,6 +1294,7 @@ export declare const i18nMessages: {
|
|
|
1266
1294
|
auto: string;
|
|
1267
1295
|
autoIntegration: string;
|
|
1268
1296
|
autoResetOrderNumber: string;
|
|
1297
|
+
autoResetOrderNumberTooltip: string;
|
|
1269
1298
|
autoIntegrationWarning: string;
|
|
1270
1299
|
autoIntegrationCountryNotSupport: string;
|
|
1271
1300
|
autoSendKitchen: string;
|
|
@@ -1452,10 +1481,13 @@ export declare const i18nMessages: {
|
|
|
1452
1481
|
pleaseCompleteProfile: string;
|
|
1453
1482
|
pleaseSelectRestaurant: string;
|
|
1454
1483
|
printReceiptAfterClose: string;
|
|
1484
|
+
printReceiptAfterCloseSublabel: string;
|
|
1485
|
+
autoCloseBill: string;
|
|
1486
|
+
autoCloseBillSublabel: string;
|
|
1455
1487
|
prefix: string;
|
|
1456
1488
|
preOrder: string;
|
|
1457
1489
|
preOrderHint: string;
|
|
1458
|
-
|
|
1490
|
+
preOrderMaxDaysError: string;
|
|
1459
1491
|
preOrderInvalidRange: string;
|
|
1460
1492
|
pricePerMessage: string;
|
|
1461
1493
|
processing: string;
|
|
@@ -1467,6 +1499,7 @@ export declare const i18nMessages: {
|
|
|
1467
1499
|
autoCalledLimit: string;
|
|
1468
1500
|
duration: string;
|
|
1469
1501
|
disableRemoteQueue: string;
|
|
1502
|
+
allowOverrideQueueCode: string;
|
|
1470
1503
|
disableSMS: string;
|
|
1471
1504
|
printChecklist: string;
|
|
1472
1505
|
printChecklistSublabel: string;
|
|
@@ -1483,7 +1516,7 @@ export declare const i18nMessages: {
|
|
|
1483
1516
|
terminalPaymentDescription: string;
|
|
1484
1517
|
rate: string;
|
|
1485
1518
|
rateLimitWarning: string;
|
|
1486
|
-
|
|
1519
|
+
integrationId: string;
|
|
1487
1520
|
restaurant: string;
|
|
1488
1521
|
restaurantAsPickupPoint: string;
|
|
1489
1522
|
restaurantHaveNotPurchase: string;
|
|
@@ -1522,8 +1555,11 @@ export declare const i18nMessages: {
|
|
|
1522
1555
|
submitOrderInstruction: string;
|
|
1523
1556
|
success: string;
|
|
1524
1557
|
sunday: string;
|
|
1558
|
+
fulfillmentModeSetting: string;
|
|
1525
1559
|
syncMenu: string;
|
|
1526
1560
|
syncMenuSuccess: string;
|
|
1561
|
+
syncMenuSetting: string;
|
|
1562
|
+
allowRemarks: string;
|
|
1527
1563
|
table: string;
|
|
1528
1564
|
tableSelected: string;
|
|
1529
1565
|
tableService: string;
|
|
@@ -6,13 +6,6 @@ export declare const useKioskStore: import("pinia").StoreDefinition<"kiosk", Pic
|
|
|
6
6
|
machineId: string;
|
|
7
7
|
config: {
|
|
8
8
|
printerInfo?: {
|
|
9
|
-
backup?: {
|
|
10
|
-
type: "USB";
|
|
11
|
-
} | {
|
|
12
|
-
type: "PRINTER_ID";
|
|
13
|
-
printerId: string;
|
|
14
|
-
} | null | undefined;
|
|
15
|
-
isFake?: boolean | null | undefined;
|
|
16
9
|
receipt?: {
|
|
17
10
|
hideProductCode?: boolean | null | undefined;
|
|
18
11
|
mode?: "POS" | "KIOSK" | null | undefined;
|
|
@@ -27,6 +20,13 @@ export declare const useKioskStore: import("pinia").StoreDefinition<"kiosk", Pic
|
|
|
27
20
|
hideZeroPriceItem?: boolean | null | undefined;
|
|
28
21
|
hideTaxSummary?: boolean | null | undefined;
|
|
29
22
|
} | null | undefined;
|
|
23
|
+
backup?: {
|
|
24
|
+
type: "USB";
|
|
25
|
+
} | {
|
|
26
|
+
type: "PRINTER_ID";
|
|
27
|
+
printerId: string;
|
|
28
|
+
} | null | undefined;
|
|
29
|
+
isFake?: boolean | null | undefined;
|
|
30
30
|
name: string;
|
|
31
31
|
id: string;
|
|
32
32
|
hardware: {
|
|
@@ -120,13 +120,6 @@ export declare const useKioskStore: import("pinia").StoreDefinition<"kiosk", Pic
|
|
|
120
120
|
machineId: string;
|
|
121
121
|
config: {
|
|
122
122
|
printerInfo?: {
|
|
123
|
-
backup?: {
|
|
124
|
-
type: "USB";
|
|
125
|
-
} | {
|
|
126
|
-
type: "PRINTER_ID";
|
|
127
|
-
printerId: string;
|
|
128
|
-
} | null | undefined;
|
|
129
|
-
isFake?: boolean | null | undefined;
|
|
130
123
|
receipt?: {
|
|
131
124
|
hideProductCode?: boolean | null | undefined;
|
|
132
125
|
mode?: "POS" | "KIOSK" | null | undefined;
|
|
@@ -141,6 +134,13 @@ export declare const useKioskStore: import("pinia").StoreDefinition<"kiosk", Pic
|
|
|
141
134
|
hideZeroPriceItem?: boolean | null | undefined;
|
|
142
135
|
hideTaxSummary?: boolean | null | undefined;
|
|
143
136
|
} | null | undefined;
|
|
137
|
+
backup?: {
|
|
138
|
+
type: "USB";
|
|
139
|
+
} | {
|
|
140
|
+
type: "PRINTER_ID";
|
|
141
|
+
printerId: string;
|
|
142
|
+
} | null | undefined;
|
|
143
|
+
isFake?: boolean | null | undefined;
|
|
144
144
|
name: string;
|
|
145
145
|
id: string;
|
|
146
146
|
hardware: {
|
|
@@ -234,13 +234,6 @@ export declare const useKioskStore: import("pinia").StoreDefinition<"kiosk", Pic
|
|
|
234
234
|
machineId: string;
|
|
235
235
|
config: {
|
|
236
236
|
printerInfo?: {
|
|
237
|
-
backup?: {
|
|
238
|
-
type: "USB";
|
|
239
|
-
} | {
|
|
240
|
-
type: "PRINTER_ID";
|
|
241
|
-
printerId: string;
|
|
242
|
-
} | null | undefined;
|
|
243
|
-
isFake?: boolean | null | undefined;
|
|
244
237
|
receipt?: {
|
|
245
238
|
hideProductCode?: boolean | null | undefined;
|
|
246
239
|
mode?: "POS" | "KIOSK" | null | undefined;
|
|
@@ -255,6 +248,13 @@ export declare const useKioskStore: import("pinia").StoreDefinition<"kiosk", Pic
|
|
|
255
248
|
hideZeroPriceItem?: boolean | null | undefined;
|
|
256
249
|
hideTaxSummary?: boolean | null | undefined;
|
|
257
250
|
} | null | undefined;
|
|
251
|
+
backup?: {
|
|
252
|
+
type: "USB";
|
|
253
|
+
} | {
|
|
254
|
+
type: "PRINTER_ID";
|
|
255
|
+
printerId: string;
|
|
256
|
+
} | null | undefined;
|
|
257
|
+
isFake?: boolean | null | undefined;
|
|
258
258
|
name: string;
|
|
259
259
|
id: string;
|
|
260
260
|
hardware: {
|