@feedmepos/mf-order-setting 0.0.27 → 0.0.29
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-AKvyDF3w.js → KioskDevicesView-Dvr4RUmt.js} +1 -1
- package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-Cx8VMyNB.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CJ-xAR8i.js} +2 -2
- package/dist/{KioskSettingView-equ5EIvU.js → KioskSettingView-DaJz8ZZi.js} +1 -1
- package/dist/{KioskView-CsE7BGtA.js → KioskView-v8Yl4x4R.js} +4 -4
- package/dist/OrderSettingsView-CN1PFwX_.js +74545 -0
- package/dist/{app-D-zQN9_E.js → app-d1Lptg6A.js} +123 -30
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CWQSmujV.js → dayjs.min-BLlPHZkl.js} +278 -267
- package/dist/frontend/mf-order/src/api/business/index.d.ts +5 -0
- package/dist/frontend/mf-order/src/api/effects/index.d.ts +3 -0
- package/dist/frontend/mf-order/src/api/index.d.ts +2 -0
- package/dist/frontend/mf-order/src/api/remoteOrder/index.d.ts +1 -0
- package/dist/frontend/mf-order/src/app.d.ts +93 -0
- package/dist/frontend/mf-order/src/main.d.ts +93 -0
- package/dist/frontend/mf-order/src/stores/business/index.d.ts +62 -0
- package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +139 -125
- package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +81 -78
- package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +54 -52
- package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +4 -0
- package/dist/frontend/mf-order/src/views/order-settings/discount-rule/DiscountRuleSetting.vue.d.ts +2 -0
- package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{index-BwrMcIf2.js → index-Cg9kSeyn.js} +2 -2
- package/dist/package/entity/booking/booking.do.d.ts +596 -551
- package/dist/package/entity/delivery/delivery.dto.d.ts +118 -109
- package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +342 -652
- package/dist/package/entity/incoming-order/incoming-order.do.d.ts +13778 -478
- package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +731 -1227
- package/dist/package/entity/incoming-order/incoming-order.enum.d.ts +1 -1
- package/dist/package/entity/index.d.ts +1 -0
- package/dist/package/entity/kiosk/kiosk.do.d.ts +32 -0
- package/dist/package/entity/kiosk/kiosk.dto.d.ts +14 -14
- package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1469 -621
- package/dist/package/entity/member/member.dto.d.ts +14 -7
- package/dist/package/entity/order/effects/effect.dto.d.ts +154 -6
- package/dist/package/entity/order/order-item/order-item.dto.d.ts +87 -34
- package/dist/package/entity/order/order.do.d.ts +177 -572
- package/dist/package/entity/order/order.dto.d.ts +902 -1412
- package/dist/package/entity/order/pickup/pickup.dto.d.ts +37 -0
- package/dist/package/entity/order-platform/external/menu/external-menu.dto.d.ts +8 -0
- package/dist/package/entity/order-platform/external/order/external-order.do.d.ts +8 -0
- package/dist/package/entity/order-platform/external/order/external-order.dto.d.ts +22 -3
- package/dist/package/entity/order-platform/external/order/external-order.enum.d.ts +1 -1
- package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +5 -0
- package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +5 -0
- package/dist/package/entity/order-platform/external/zus/zus-menu.dto.d.ts +192 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.do.d.ts +104 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +152 -109
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +3 -0
- package/dist/package/entity/order-platform/foodpanda/foodpanda.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +139 -109
- package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +3 -0
- package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +152 -2
- package/dist/package/entity/order-platform/grabfood/grabfood.enum.d.ts +2 -0
- package/dist/package/entity/order-platform/order-platform.dto.d.ts +6 -3
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +164 -109
- package/dist/package/entity/order-platform/shopeefood/shopeefood-order.dto.d.ts +22 -0
- 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/queue/queue.dto.d.ts +11446 -93
- package/dist/package/entity/user/user.do.d.ts +129 -18
- package/dist/queue.do-zk6sqriQ.js +125612 -0
- package/package.json +4 -3
- package/src/api/business/index.ts +16 -0
- package/src/api/effects/index.ts +7 -0
- package/src/api/index.ts +9 -1
- package/src/api/remoteOrder/index.ts +3 -0
- package/src/locales/en-US.json +31 -1
- package/src/locales/th-TH.json +31 -1
- package/src/locales/zh-CN.json +34 -1
- package/src/stores/business/index.ts +45 -0
- package/src/stores/restaurant/index.ts +3 -1
- package/src/views/order-settings/OrderSettingsView.vue +17 -5
- package/src/views/order-settings/delivery/integrated-delivery/GrabfoodSetting.vue +38 -1
- package/src/views/order-settings/discount-rule/DiscountRuleSetting.vue +452 -0
- package/dist/OrderSettingsView-BpLXyk_0.js +0 -49013
- package/dist/queue.do-F110q0_J.js +0 -100389
|
@@ -62,6 +62,11 @@ export declare const useMenuStore: import("pinia").StoreDefinition<"menu", MenuS
|
|
|
62
62
|
}[] | null | undefined;
|
|
63
63
|
_id: string;
|
|
64
64
|
modules: {
|
|
65
|
+
subCategory?: {
|
|
66
|
+
position?: number | null | undefined;
|
|
67
|
+
_id: string;
|
|
68
|
+
name: string;
|
|
69
|
+
}[] | null | undefined;
|
|
65
70
|
unit: {
|
|
66
71
|
_id: string;
|
|
67
72
|
precision: number;
|
|
@@ -484,12 +489,17 @@ export declare const useMenuStore: import("pinia").StoreDefinition<"menu", MenuS
|
|
|
484
489
|
amount: number;
|
|
485
490
|
precision: number;
|
|
486
491
|
}> | null | undefined;
|
|
492
|
+
additionalCategories?: {
|
|
493
|
+
position?: number | null | undefined;
|
|
494
|
+
_id: string;
|
|
495
|
+
}[] | null | undefined;
|
|
487
496
|
print?: {
|
|
488
497
|
sequential?: boolean | null | undefined;
|
|
489
498
|
department: string[];
|
|
490
499
|
toRoot: boolean;
|
|
491
500
|
} | null | undefined;
|
|
492
501
|
subCategory?: string[] | null | undefined;
|
|
502
|
+
subCategories?: string[] | null | undefined;
|
|
493
503
|
code: string;
|
|
494
504
|
_id: string;
|
|
495
505
|
name: string;
|
|
@@ -563,8 +573,132 @@ export declare const useMenuStore: import("pinia").StoreDefinition<"menu", MenuS
|
|
|
563
573
|
}[];
|
|
564
574
|
orderFrom: "ALL" | "POS_ONLY" | "NONE";
|
|
565
575
|
}[];
|
|
576
|
+
group: {
|
|
577
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
578
|
+
min: number;
|
|
579
|
+
max: number;
|
|
580
|
+
items: {
|
|
581
|
+
code?: string | null | undefined;
|
|
582
|
+
costing?: {
|
|
583
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
584
|
+
amount: number;
|
|
585
|
+
precision: number;
|
|
586
|
+
} | null | undefined;
|
|
587
|
+
minPrice?: {
|
|
588
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
589
|
+
amount: number;
|
|
590
|
+
precision: number;
|
|
591
|
+
} | null | undefined;
|
|
592
|
+
name?: string | null | undefined;
|
|
593
|
+
name2?: string | null | undefined;
|
|
594
|
+
price?: {
|
|
595
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
596
|
+
amount: number;
|
|
597
|
+
precision: number;
|
|
598
|
+
} | null | undefined;
|
|
599
|
+
combinationKey?: string | null | undefined;
|
|
600
|
+
ignoreDiscount?: boolean | null | undefined;
|
|
601
|
+
groups?: {
|
|
602
|
+
_id: string;
|
|
603
|
+
groupKey: string;
|
|
604
|
+
min?: number | null | undefined;
|
|
605
|
+
max?: number | null | undefined;
|
|
606
|
+
stackable?: boolean | null | undefined;
|
|
607
|
+
orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
|
|
608
|
+
items?: {
|
|
609
|
+
code?: string | null | undefined;
|
|
610
|
+
costing?: {
|
|
611
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
612
|
+
amount: number;
|
|
613
|
+
precision: number;
|
|
614
|
+
} | null | undefined;
|
|
615
|
+
minPrice?: {
|
|
616
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
617
|
+
amount: number;
|
|
618
|
+
precision: number;
|
|
619
|
+
} | null | undefined;
|
|
620
|
+
name?: string | null | undefined;
|
|
621
|
+
name2?: string | null | undefined;
|
|
622
|
+
price?: {
|
|
623
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
624
|
+
amount: number;
|
|
625
|
+
precision: number;
|
|
626
|
+
} | null | undefined;
|
|
627
|
+
combinationKey?: string | null | undefined;
|
|
628
|
+
ignoreDiscount?: boolean | null | undefined;
|
|
629
|
+
groups?: any[] | null | undefined;
|
|
630
|
+
category?: string | null | undefined;
|
|
631
|
+
codeSuffix?: string | null | undefined;
|
|
632
|
+
inventoryBindings?: {
|
|
633
|
+
measurement?: {
|
|
634
|
+
name: string;
|
|
635
|
+
id: string;
|
|
636
|
+
abbrev: string;
|
|
637
|
+
conversion: {
|
|
638
|
+
amount: number;
|
|
639
|
+
precision: number;
|
|
640
|
+
};
|
|
641
|
+
} | null | undefined;
|
|
642
|
+
type: "SKU" | "RECIPE";
|
|
643
|
+
id: string;
|
|
644
|
+
amount: {
|
|
645
|
+
amount: number;
|
|
646
|
+
precision: number;
|
|
647
|
+
};
|
|
648
|
+
}[] | null | undefined;
|
|
649
|
+
isDefault?: boolean | null | undefined;
|
|
650
|
+
orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
|
|
651
|
+
takeawayUsed?: string | null | undefined;
|
|
652
|
+
selection?: string | null | undefined;
|
|
653
|
+
available?: boolean | null | undefined;
|
|
654
|
+
isDynamicAddon?: boolean | null | undefined;
|
|
655
|
+
priceTiers?: Record<string, {
|
|
656
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
657
|
+
amount: number;
|
|
658
|
+
precision: number;
|
|
659
|
+
}> | null | undefined;
|
|
660
|
+
_id: string;
|
|
661
|
+
}[] | null | undefined;
|
|
662
|
+
}[] | null | undefined;
|
|
663
|
+
category?: string | null | undefined;
|
|
664
|
+
codeSuffix?: string | null | undefined;
|
|
665
|
+
inventoryBindings?: {
|
|
666
|
+
measurement?: {
|
|
667
|
+
name: string;
|
|
668
|
+
id: string;
|
|
669
|
+
abbrev: string;
|
|
670
|
+
conversion: {
|
|
671
|
+
amount: number;
|
|
672
|
+
precision: number;
|
|
673
|
+
};
|
|
674
|
+
} | null | undefined;
|
|
675
|
+
type: "SKU" | "RECIPE";
|
|
676
|
+
id: string;
|
|
677
|
+
amount: {
|
|
678
|
+
amount: number;
|
|
679
|
+
precision: number;
|
|
680
|
+
};
|
|
681
|
+
}[] | null | undefined;
|
|
682
|
+
isDefault?: boolean | null | undefined;
|
|
683
|
+
orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
|
|
684
|
+
takeawayUsed?: string | null | undefined;
|
|
685
|
+
selection?: string | null | undefined;
|
|
686
|
+
available?: boolean | null | undefined;
|
|
687
|
+
isDynamicAddon?: boolean | null | undefined;
|
|
688
|
+
priceTiers?: Record<string, {
|
|
689
|
+
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
690
|
+
amount: number;
|
|
691
|
+
precision: number;
|
|
692
|
+
}> | null | undefined;
|
|
693
|
+
_id: string;
|
|
694
|
+
}[];
|
|
695
|
+
_id: string;
|
|
696
|
+
name: string;
|
|
697
|
+
position: number;
|
|
698
|
+
orderFrom: "ALL" | "POS_ONLY" | "NONE";
|
|
699
|
+
stackable: boolean;
|
|
700
|
+
}[];
|
|
566
701
|
category: {
|
|
567
|
-
subCategoryMeta?: Record<string, any> | null | undefined;
|
|
568
702
|
_id: string;
|
|
569
703
|
name: string;
|
|
570
704
|
position: number;
|
|
@@ -705,6 +839,10 @@ export declare const useMenuStore: import("pinia").StoreDefinition<"menu", MenuS
|
|
|
705
839
|
_id: string;
|
|
706
840
|
name: string;
|
|
707
841
|
override: {
|
|
842
|
+
category?: Record<string, {
|
|
843
|
+
position?: number | null | undefined;
|
|
844
|
+
_id: string;
|
|
845
|
+
}> | null | undefined;
|
|
708
846
|
items: Record<string, {
|
|
709
847
|
code?: string | null | undefined;
|
|
710
848
|
costing?: {
|
|
@@ -876,130 +1014,6 @@ export declare const useMenuStore: import("pinia").StoreDefinition<"menu", MenuS
|
|
|
876
1014
|
_id: string;
|
|
877
1015
|
name: string;
|
|
878
1016
|
}[];
|
|
879
|
-
group: {
|
|
880
|
-
min: number;
|
|
881
|
-
max: number;
|
|
882
|
-
items: {
|
|
883
|
-
code?: string | null | undefined;
|
|
884
|
-
costing?: {
|
|
885
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
886
|
-
amount: number;
|
|
887
|
-
precision: number;
|
|
888
|
-
} | null | undefined;
|
|
889
|
-
minPrice?: {
|
|
890
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
891
|
-
amount: number;
|
|
892
|
-
precision: number;
|
|
893
|
-
} | null | undefined;
|
|
894
|
-
name?: string | null | undefined;
|
|
895
|
-
name2?: string | null | undefined;
|
|
896
|
-
price?: {
|
|
897
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
898
|
-
amount: number;
|
|
899
|
-
precision: number;
|
|
900
|
-
} | null | undefined;
|
|
901
|
-
combinationKey?: string | null | undefined;
|
|
902
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
903
|
-
groups?: {
|
|
904
|
-
_id: string;
|
|
905
|
-
groupKey: string;
|
|
906
|
-
min?: number | null | undefined;
|
|
907
|
-
max?: number | null | undefined;
|
|
908
|
-
stackable?: boolean | null | undefined;
|
|
909
|
-
orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
|
|
910
|
-
items?: {
|
|
911
|
-
code?: string | null | undefined;
|
|
912
|
-
costing?: {
|
|
913
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
914
|
-
amount: number;
|
|
915
|
-
precision: number;
|
|
916
|
-
} | null | undefined;
|
|
917
|
-
minPrice?: {
|
|
918
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
919
|
-
amount: number;
|
|
920
|
-
precision: number;
|
|
921
|
-
} | null | undefined;
|
|
922
|
-
name?: string | null | undefined;
|
|
923
|
-
name2?: string | null | undefined;
|
|
924
|
-
price?: {
|
|
925
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
926
|
-
amount: number;
|
|
927
|
-
precision: number;
|
|
928
|
-
} | null | undefined;
|
|
929
|
-
combinationKey?: string | null | undefined;
|
|
930
|
-
ignoreDiscount?: boolean | null | undefined;
|
|
931
|
-
groups?: any[] | null | undefined;
|
|
932
|
-
category?: string | null | undefined;
|
|
933
|
-
codeSuffix?: string | null | undefined;
|
|
934
|
-
inventoryBindings?: {
|
|
935
|
-
measurement?: {
|
|
936
|
-
name: string;
|
|
937
|
-
id: string;
|
|
938
|
-
abbrev: string;
|
|
939
|
-
conversion: {
|
|
940
|
-
amount: number;
|
|
941
|
-
precision: number;
|
|
942
|
-
};
|
|
943
|
-
} | null | undefined;
|
|
944
|
-
type: "SKU" | "RECIPE";
|
|
945
|
-
id: string;
|
|
946
|
-
amount: {
|
|
947
|
-
amount: number;
|
|
948
|
-
precision: number;
|
|
949
|
-
};
|
|
950
|
-
}[] | null | undefined;
|
|
951
|
-
isDefault?: boolean | null | undefined;
|
|
952
|
-
orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
|
|
953
|
-
takeawayUsed?: string | null | undefined;
|
|
954
|
-
selection?: string | null | undefined;
|
|
955
|
-
available?: boolean | null | undefined;
|
|
956
|
-
isDynamicAddon?: boolean | null | undefined;
|
|
957
|
-
priceTiers?: Record<string, {
|
|
958
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
959
|
-
amount: number;
|
|
960
|
-
precision: number;
|
|
961
|
-
}> | null | undefined;
|
|
962
|
-
_id: string;
|
|
963
|
-
}[] | null | undefined;
|
|
964
|
-
}[] | null | undefined;
|
|
965
|
-
category?: string | null | undefined;
|
|
966
|
-
codeSuffix?: string | null | undefined;
|
|
967
|
-
inventoryBindings?: {
|
|
968
|
-
measurement?: {
|
|
969
|
-
name: string;
|
|
970
|
-
id: string;
|
|
971
|
-
abbrev: string;
|
|
972
|
-
conversion: {
|
|
973
|
-
amount: number;
|
|
974
|
-
precision: number;
|
|
975
|
-
};
|
|
976
|
-
} | null | undefined;
|
|
977
|
-
type: "SKU" | "RECIPE";
|
|
978
|
-
id: string;
|
|
979
|
-
amount: {
|
|
980
|
-
amount: number;
|
|
981
|
-
precision: number;
|
|
982
|
-
};
|
|
983
|
-
}[] | null | undefined;
|
|
984
|
-
isDefault?: boolean | null | undefined;
|
|
985
|
-
orderFrom?: "ALL" | "POS_ONLY" | "NONE" | null | undefined;
|
|
986
|
-
takeawayUsed?: string | null | undefined;
|
|
987
|
-
selection?: string | null | undefined;
|
|
988
|
-
available?: boolean | null | undefined;
|
|
989
|
-
isDynamicAddon?: boolean | null | undefined;
|
|
990
|
-
priceTiers?: Record<string, {
|
|
991
|
-
currency: "ALL" | "MYR" | "AED" | "AFN" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
992
|
-
amount: number;
|
|
993
|
-
precision: number;
|
|
994
|
-
}> | null | undefined;
|
|
995
|
-
_id: string;
|
|
996
|
-
}[];
|
|
997
|
-
_id: string;
|
|
998
|
-
name: string;
|
|
999
|
-
position: number;
|
|
1000
|
-
orderFrom: "ALL" | "POS_ONLY" | "NONE";
|
|
1001
|
-
stackable: boolean;
|
|
1002
|
-
}[];
|
|
1003
1017
|
serveSequence: {
|
|
1004
1018
|
items: {
|
|
1005
1019
|
code?: string | null | undefined;
|
|
@@ -33,6 +33,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
33
33
|
updatePickupSetting: (setting: FdoRestaurantPickup) => Promise<void>;
|
|
34
34
|
updateInhouseDelivery: (restaurantId: string, dto: FdoRestaurantInHouseDelivery) => Promise<void>;
|
|
35
35
|
updateFeedmeDelivery: (restaurantId: string, dto: FdoRestaurantFeedmeDelivery) => Promise<{
|
|
36
|
+
pickup?: {
|
|
37
|
+
catalogId?: string | null | undefined;
|
|
38
|
+
autoAccept?: boolean | null | undefined;
|
|
39
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
40
|
+
offlinePaymentTypes?: {
|
|
41
|
+
name: string;
|
|
42
|
+
instruction: string;
|
|
43
|
+
}[] | null | undefined;
|
|
44
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
45
|
+
ignoreStock?: boolean | null | undefined;
|
|
46
|
+
pickupTime?: {
|
|
47
|
+
day: {
|
|
48
|
+
max: number;
|
|
49
|
+
min: number;
|
|
50
|
+
};
|
|
51
|
+
} | null | undefined;
|
|
52
|
+
pickupPointConfig?: {
|
|
53
|
+
restaurantEnable: boolean;
|
|
54
|
+
points: {
|
|
55
|
+
name: string;
|
|
56
|
+
address: string;
|
|
57
|
+
coordinates: number[];
|
|
58
|
+
}[];
|
|
59
|
+
} | null | undefined;
|
|
60
|
+
} | null | undefined;
|
|
36
61
|
channel?: string | null | undefined;
|
|
37
62
|
machineId?: string | null | undefined;
|
|
38
63
|
catalogId?: string | null | undefined;
|
|
@@ -134,31 +159,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
134
159
|
}[];
|
|
135
160
|
term: string;
|
|
136
161
|
} | null | undefined;
|
|
137
|
-
pickup?: {
|
|
138
|
-
catalogId?: string | null | undefined;
|
|
139
|
-
autoAccept?: boolean | null | undefined;
|
|
140
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
141
|
-
offlinePaymentTypes?: {
|
|
142
|
-
name: string;
|
|
143
|
-
instruction: string;
|
|
144
|
-
}[] | null | undefined;
|
|
145
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
146
|
-
ignoreStock?: boolean | null | undefined;
|
|
147
|
-
pickupTime?: {
|
|
148
|
-
day: {
|
|
149
|
-
max: number;
|
|
150
|
-
min: number;
|
|
151
|
-
};
|
|
152
|
-
} | null | undefined;
|
|
153
|
-
pickupPointConfig?: {
|
|
154
|
-
restaurantEnable: boolean;
|
|
155
|
-
points: {
|
|
156
|
-
name: string;
|
|
157
|
-
address: string;
|
|
158
|
-
coordinates: number[];
|
|
159
|
-
}[];
|
|
160
|
-
} | null | undefined;
|
|
161
|
-
} | null | undefined;
|
|
162
162
|
dineIn?: {
|
|
163
163
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
164
164
|
offlinePaymentTypes?: {
|
|
@@ -177,9 +177,10 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
177
177
|
expiredAt?: string | null | undefined;
|
|
178
178
|
agentId?: string | null | undefined;
|
|
179
179
|
attributeSettings?: {
|
|
180
|
+
options?: any[] | null | undefined;
|
|
180
181
|
type: "string" | "number" | "boolean" | "date";
|
|
181
182
|
key: string;
|
|
182
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
183
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
183
184
|
}[] | null | undefined;
|
|
184
185
|
pf_agent?: {
|
|
185
186
|
clickupId?: string | null | undefined;
|
|
@@ -430,6 +431,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
430
431
|
updatePickupSetting: (setting: FdoRestaurantPickup) => Promise<void>;
|
|
431
432
|
updateInhouseDelivery: (restaurantId: string, dto: FdoRestaurantInHouseDelivery) => Promise<void>;
|
|
432
433
|
updateFeedmeDelivery: (restaurantId: string, dto: FdoRestaurantFeedmeDelivery) => Promise<{
|
|
434
|
+
pickup?: {
|
|
435
|
+
catalogId?: string | null | undefined;
|
|
436
|
+
autoAccept?: boolean | null | undefined;
|
|
437
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
438
|
+
offlinePaymentTypes?: {
|
|
439
|
+
name: string;
|
|
440
|
+
instruction: string;
|
|
441
|
+
}[] | null | undefined;
|
|
442
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
443
|
+
ignoreStock?: boolean | null | undefined;
|
|
444
|
+
pickupTime?: {
|
|
445
|
+
day: {
|
|
446
|
+
max: number;
|
|
447
|
+
min: number;
|
|
448
|
+
};
|
|
449
|
+
} | null | undefined;
|
|
450
|
+
pickupPointConfig?: {
|
|
451
|
+
restaurantEnable: boolean;
|
|
452
|
+
points: {
|
|
453
|
+
name: string;
|
|
454
|
+
address: string;
|
|
455
|
+
coordinates: number[];
|
|
456
|
+
}[];
|
|
457
|
+
} | null | undefined;
|
|
458
|
+
} | null | undefined;
|
|
433
459
|
channel?: string | null | undefined;
|
|
434
460
|
machineId?: string | null | undefined;
|
|
435
461
|
catalogId?: string | null | undefined;
|
|
@@ -531,31 +557,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
531
557
|
}[];
|
|
532
558
|
term: string;
|
|
533
559
|
} | null | undefined;
|
|
534
|
-
pickup?: {
|
|
535
|
-
catalogId?: string | null | undefined;
|
|
536
|
-
autoAccept?: boolean | null | undefined;
|
|
537
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
538
|
-
offlinePaymentTypes?: {
|
|
539
|
-
name: string;
|
|
540
|
-
instruction: string;
|
|
541
|
-
}[] | null | undefined;
|
|
542
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
543
|
-
ignoreStock?: boolean | null | undefined;
|
|
544
|
-
pickupTime?: {
|
|
545
|
-
day: {
|
|
546
|
-
max: number;
|
|
547
|
-
min: number;
|
|
548
|
-
};
|
|
549
|
-
} | null | undefined;
|
|
550
|
-
pickupPointConfig?: {
|
|
551
|
-
restaurantEnable: boolean;
|
|
552
|
-
points: {
|
|
553
|
-
name: string;
|
|
554
|
-
address: string;
|
|
555
|
-
coordinates: number[];
|
|
556
|
-
}[];
|
|
557
|
-
} | null | undefined;
|
|
558
|
-
} | null | undefined;
|
|
559
560
|
dineIn?: {
|
|
560
561
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
561
562
|
offlinePaymentTypes?: {
|
|
@@ -574,9 +575,10 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
574
575
|
expiredAt?: string | null | undefined;
|
|
575
576
|
agentId?: string | null | undefined;
|
|
576
577
|
attributeSettings?: {
|
|
578
|
+
options?: any[] | null | undefined;
|
|
577
579
|
type: "string" | "number" | "boolean" | "date";
|
|
578
580
|
key: string;
|
|
579
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
581
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
580
582
|
}[] | null | undefined;
|
|
581
583
|
pf_agent?: {
|
|
582
584
|
clickupId?: string | null | undefined;
|
|
@@ -827,6 +829,31 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
827
829
|
updatePickupSetting: (setting: FdoRestaurantPickup) => Promise<void>;
|
|
828
830
|
updateInhouseDelivery: (restaurantId: string, dto: FdoRestaurantInHouseDelivery) => Promise<void>;
|
|
829
831
|
updateFeedmeDelivery: (restaurantId: string, dto: FdoRestaurantFeedmeDelivery) => Promise<{
|
|
832
|
+
pickup?: {
|
|
833
|
+
catalogId?: string | null | undefined;
|
|
834
|
+
autoAccept?: boolean | null | undefined;
|
|
835
|
+
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
836
|
+
offlinePaymentTypes?: {
|
|
837
|
+
name: string;
|
|
838
|
+
instruction: string;
|
|
839
|
+
}[] | null | undefined;
|
|
840
|
+
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
841
|
+
ignoreStock?: boolean | null | undefined;
|
|
842
|
+
pickupTime?: {
|
|
843
|
+
day: {
|
|
844
|
+
max: number;
|
|
845
|
+
min: number;
|
|
846
|
+
};
|
|
847
|
+
} | null | undefined;
|
|
848
|
+
pickupPointConfig?: {
|
|
849
|
+
restaurantEnable: boolean;
|
|
850
|
+
points: {
|
|
851
|
+
name: string;
|
|
852
|
+
address: string;
|
|
853
|
+
coordinates: number[];
|
|
854
|
+
}[];
|
|
855
|
+
} | null | undefined;
|
|
856
|
+
} | null | undefined;
|
|
830
857
|
channel?: string | null | undefined;
|
|
831
858
|
machineId?: string | null | undefined;
|
|
832
859
|
catalogId?: string | null | undefined;
|
|
@@ -928,31 +955,6 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
928
955
|
}[];
|
|
929
956
|
term: string;
|
|
930
957
|
} | null | undefined;
|
|
931
|
-
pickup?: {
|
|
932
|
-
catalogId?: string | null | undefined;
|
|
933
|
-
autoAccept?: boolean | null | undefined;
|
|
934
|
-
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
935
|
-
offlinePaymentTypes?: {
|
|
936
|
-
name: string;
|
|
937
|
-
instruction: string;
|
|
938
|
-
}[] | null | undefined;
|
|
939
|
-
autoAcceptPaidOnly?: boolean | null | undefined;
|
|
940
|
-
ignoreStock?: boolean | null | undefined;
|
|
941
|
-
pickupTime?: {
|
|
942
|
-
day: {
|
|
943
|
-
max: number;
|
|
944
|
-
min: number;
|
|
945
|
-
};
|
|
946
|
-
} | null | undefined;
|
|
947
|
-
pickupPointConfig?: {
|
|
948
|
-
restaurantEnable: boolean;
|
|
949
|
-
points: {
|
|
950
|
-
name: string;
|
|
951
|
-
address: string;
|
|
952
|
-
coordinates: number[];
|
|
953
|
-
}[];
|
|
954
|
-
} | null | undefined;
|
|
955
|
-
} | null | undefined;
|
|
956
958
|
dineIn?: {
|
|
957
959
|
paymentTypes?: ("cash" | "ePayment" | "credit" | "ePaymentSandbox")[] | null | undefined;
|
|
958
960
|
offlinePaymentTypes?: {
|
|
@@ -971,9 +973,10 @@ export declare const useRestaurantStore: import("pinia").StoreDefinition<"restau
|
|
|
971
973
|
expiredAt?: string | null | undefined;
|
|
972
974
|
agentId?: string | null | undefined;
|
|
973
975
|
attributeSettings?: {
|
|
976
|
+
options?: any[] | null | undefined;
|
|
974
977
|
type: "string" | "number" | "boolean" | "date";
|
|
975
978
|
key: string;
|
|
976
|
-
entity: "restaurant" | "item" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
979
|
+
entity: "restaurant" | "item" | "group" | "inventorySku" | "inventoryRecipe" | "warehouse";
|
|
977
980
|
}[] | null | undefined;
|
|
978
981
|
pf_agent?: {
|
|
979
982
|
clickupId?: string | null | undefined;
|