@feedmepos/mf-inventory-portal 0.0.22-dev.7 → 0.0.22-dev.9
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/{ApprovalView-B9s4exkr.js → ApprovalView-BPsScR5_.js} +4 -4
- package/dist/{BindingsDialog-uksEDFFX.js → BindingsDialog-GzX9Bo2g.js} +1 -1
- package/dist/{BindingsPicker-B2rQ9kJH.js → BindingsPicker-SbOetc0-.js} +19 -19
- package/dist/{BindingsTable-BLN_bAjO.js → BindingsTable-CAcE5y8U.js} +1 -1
- package/dist/{ClosingTemplateView-Bi06Gxzo.js → ClosingTemplateView-DECwEnlK.js} +91 -90
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CeBoTYGq.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DnogYrRE.js} +1 -1
- package/dist/{IngredientsView-DY6yY-Fk.js → IngredientsView-8fT1Ljd5.js} +3 -3
- package/dist/{IntegrationView-C74CJ4PS.js → IntegrationView-CjGLRM78.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BmsbeAvi.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-1FCwvO8A.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-RoZStI7P.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DlhNc8Vk.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-Dn5CQDnd.js → PurchaseOrderPrintPreview-5HIWHR_f.js} +1 -1
- package/dist/{ReceiveRequestView-BC61WMFL.js → ReceiveRequestView-CXZv8g5U.js} +6 -6
- package/dist/{RecipeView-DYbuUEFK.js → RecipeView-sB0Lgmob.js} +3 -3
- package/dist/{StockView-D_ZzX7yp.js → StockView-CY2kNohB.js} +6 -6
- package/dist/{SupplierView-ChewCZKN.js → SupplierView-DTqeZPts.js} +37 -37
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BBby29tW.js +762 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-ByNQap9n.js +1498 -0
- package/dist/TransferTemplateView-DkRVfAox.js +1277 -0
- package/dist/{UnitView-Cx1xe3Wg.js → UnitView-BpU0Yk7X.js} +4 -4
- package/dist/{WarehouseView-CQQf0YFc.js → WarehouseView-DqxWgogc.js} +2 -2
- package/dist/api/inventory.d.ts +5 -7
- package/dist/api/netsuite.d.ts +40 -0
- package/dist/api/purchase-order-template.d.ts +0 -4
- package/dist/{app-emo4vLKK.js → app-BuyAj4kw.js} +11903 -11636
- package/dist/app.d.ts +6 -0
- package/dist/app.js +3 -3
- package/dist/{decimal-BO9I7LUt.js → decimal-DWbwRn_v.js} +1 -1
- package/dist/{defineDeepModel-D06lO_R2.js → defineDeepModel-DuVmbMwq.js} +4 -4
- package/dist/{format-time-from-id-HTOA-soi.js → format-time-from-id-BnmaRuab.js} +1 -1
- package/dist/{id-to-date-DAnKDcfC.js → id-to-date-CI5Vv0Ji.js} +1 -1
- package/dist/purchase-order-transaction-type-DrFJFvtK.js +676 -0
- package/dist/stores/api.d.ts +1 -0
- package/dist/stores/feature.d.ts +0 -1
- package/dist/stores/helper/core-store-proxy.d.ts +3 -0
- package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
- package/dist/stores/location.d.ts +24 -42
- package/dist/stores/netsuite.d.ts +49 -0
- package/dist/stores/warehouse.d.ts +4 -7
- package/dist/style.css +1 -1
- package/dist/{supplier-CBf_J6D6.js → supplier-BQyK2eSZ.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-Bo3g55rA.js → use-template-enabled-locations-2-ClBq9FjN.js} +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +48 -84
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +48 -84
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +14 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +42 -0
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +42 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +4 -7
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +2 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +132 -84
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +44 -1014
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +11 -7
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
- package/dist/{xlsx-DX8dk9eD.js → xlsx-DiOKvJ6l.js} +1 -1
- package/dist/{xlsx.util-BaeMOrlY.js → xlsx.util-CZ7zYxdP.js} +2 -2
- package/package.json +5 -5
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CXmk2PYd.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-D9XERa2u.js +0 -1409
- package/dist/TransferTemplateView-BIsn4jRY.js +0 -1238
- package/dist/purchase-order-transaction-type-73S8OLUt.js +0 -702
|
@@ -38,13 +38,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
38
38
|
url?: string | null | undefined;
|
|
39
39
|
expiredAt?: string | null | undefined;
|
|
40
40
|
agentId?: string | null | undefined;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
name: string;
|
|
46
|
-
id: string;
|
|
47
|
-
}[];
|
|
41
|
+
attributeSettings?: {
|
|
42
|
+
type: "string" | "number" | "boolean" | "date";
|
|
43
|
+
key: string;
|
|
44
|
+
entity: "restaurant" | "item";
|
|
48
45
|
}[] | null | undefined;
|
|
49
46
|
pf_agent?: {
|
|
50
47
|
clickupId?: string | null | undefined;
|
|
@@ -235,13 +232,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
235
232
|
url?: string | null | undefined;
|
|
236
233
|
expiredAt?: string | null | undefined;
|
|
237
234
|
agentId?: string | null | undefined;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
name: string;
|
|
243
|
-
id: string;
|
|
244
|
-
}[];
|
|
235
|
+
attributeSettings?: {
|
|
236
|
+
type: "string" | "number" | "boolean" | "date";
|
|
237
|
+
key: string;
|
|
238
|
+
entity: "restaurant" | "item";
|
|
245
239
|
}[] | null | undefined;
|
|
246
240
|
pf_agent?: {
|
|
247
241
|
clickupId?: string | null | undefined;
|
|
@@ -432,13 +426,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
432
426
|
url?: string | null | undefined;
|
|
433
427
|
expiredAt?: string | null | undefined;
|
|
434
428
|
agentId?: string | null | undefined;
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
name: string;
|
|
440
|
-
id: string;
|
|
441
|
-
}[];
|
|
429
|
+
attributeSettings?: {
|
|
430
|
+
type: "string" | "number" | "boolean" | "date";
|
|
431
|
+
key: string;
|
|
432
|
+
entity: "restaurant" | "item";
|
|
442
433
|
}[] | null | undefined;
|
|
443
434
|
pf_agent?: {
|
|
444
435
|
clickupId?: string | null | undefined;
|
|
@@ -628,13 +619,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
628
619
|
url?: string | null | undefined;
|
|
629
620
|
expiredAt?: string | null | undefined;
|
|
630
621
|
agentId?: string | null | undefined;
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
name: string;
|
|
636
|
-
id: string;
|
|
637
|
-
}[];
|
|
622
|
+
attributeSettings?: {
|
|
623
|
+
type: "string" | "number" | "boolean" | "date";
|
|
624
|
+
key: string;
|
|
625
|
+
entity: "restaurant" | "item";
|
|
638
626
|
}[] | null | undefined;
|
|
639
627
|
pf_agent?: {
|
|
640
628
|
clickupId?: string | null | undefined;
|
|
@@ -831,13 +819,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
831
819
|
url?: string | null | undefined;
|
|
832
820
|
expiredAt?: string | null | undefined;
|
|
833
821
|
agentId?: string | null | undefined;
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
name: string;
|
|
839
|
-
id: string;
|
|
840
|
-
}[];
|
|
822
|
+
attributeSettings?: {
|
|
823
|
+
type: "string" | "number" | "boolean" | "date";
|
|
824
|
+
key: string;
|
|
825
|
+
entity: "restaurant" | "item";
|
|
841
826
|
}[] | null | undefined;
|
|
842
827
|
pf_agent?: {
|
|
843
828
|
clickupId?: string | null | undefined;
|
|
@@ -1028,13 +1013,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1028
1013
|
url?: string | null | undefined;
|
|
1029
1014
|
expiredAt?: string | null | undefined;
|
|
1030
1015
|
agentId?: string | null | undefined;
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
name: string;
|
|
1036
|
-
id: string;
|
|
1037
|
-
}[];
|
|
1016
|
+
attributeSettings?: {
|
|
1017
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1018
|
+
key: string;
|
|
1019
|
+
entity: "restaurant" | "item";
|
|
1038
1020
|
}[] | null | undefined;
|
|
1039
1021
|
pf_agent?: {
|
|
1040
1022
|
clickupId?: string | null | undefined;
|
|
@@ -1225,13 +1207,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1225
1207
|
url?: string | null | undefined;
|
|
1226
1208
|
expiredAt?: string | null | undefined;
|
|
1227
1209
|
agentId?: string | null | undefined;
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
name: string;
|
|
1233
|
-
id: string;
|
|
1234
|
-
}[];
|
|
1210
|
+
attributeSettings?: {
|
|
1211
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1212
|
+
key: string;
|
|
1213
|
+
entity: "restaurant" | "item";
|
|
1235
1214
|
}[] | null | undefined;
|
|
1236
1215
|
pf_agent?: {
|
|
1237
1216
|
clickupId?: string | null | undefined;
|
|
@@ -1421,13 +1400,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1421
1400
|
url?: string | null | undefined;
|
|
1422
1401
|
expiredAt?: string | null | undefined;
|
|
1423
1402
|
agentId?: string | null | undefined;
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
name: string;
|
|
1429
|
-
id: string;
|
|
1430
|
-
}[];
|
|
1403
|
+
attributeSettings?: {
|
|
1404
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1405
|
+
key: string;
|
|
1406
|
+
entity: "restaurant" | "item";
|
|
1431
1407
|
}[] | null | undefined;
|
|
1432
1408
|
pf_agent?: {
|
|
1433
1409
|
clickupId?: string | null | undefined;
|
|
@@ -1624,13 +1600,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1624
1600
|
url?: string | null | undefined;
|
|
1625
1601
|
expiredAt?: string | null | undefined;
|
|
1626
1602
|
agentId?: string | null | undefined;
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
name: string;
|
|
1632
|
-
id: string;
|
|
1633
|
-
}[];
|
|
1603
|
+
attributeSettings?: {
|
|
1604
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1605
|
+
key: string;
|
|
1606
|
+
entity: "restaurant" | "item";
|
|
1634
1607
|
}[] | null | undefined;
|
|
1635
1608
|
pf_agent?: {
|
|
1636
1609
|
clickupId?: string | null | undefined;
|
|
@@ -1821,13 +1794,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
1821
1794
|
url?: string | null | undefined;
|
|
1822
1795
|
expiredAt?: string | null | undefined;
|
|
1823
1796
|
agentId?: string | null | undefined;
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
name: string;
|
|
1829
|
-
id: string;
|
|
1830
|
-
}[];
|
|
1797
|
+
attributeSettings?: {
|
|
1798
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1799
|
+
key: string;
|
|
1800
|
+
entity: "restaurant" | "item";
|
|
1831
1801
|
}[] | null | undefined;
|
|
1832
1802
|
pf_agent?: {
|
|
1833
1803
|
clickupId?: string | null | undefined;
|
|
@@ -2018,13 +1988,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2018
1988
|
url?: string | null | undefined;
|
|
2019
1989
|
expiredAt?: string | null | undefined;
|
|
2020
1990
|
agentId?: string | null | undefined;
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
name: string;
|
|
2026
|
-
id: string;
|
|
2027
|
-
}[];
|
|
1991
|
+
attributeSettings?: {
|
|
1992
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1993
|
+
key: string;
|
|
1994
|
+
entity: "restaurant" | "item";
|
|
2028
1995
|
}[] | null | undefined;
|
|
2029
1996
|
pf_agent?: {
|
|
2030
1997
|
clickupId?: string | null | undefined;
|
|
@@ -2214,13 +2181,10 @@ export declare const useClosingTemplateActions: import("pinia").StoreDefinition<
|
|
|
2214
2181
|
url?: string | null | undefined;
|
|
2215
2182
|
expiredAt?: string | null | undefined;
|
|
2216
2183
|
agentId?: string | null | undefined;
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
name: string;
|
|
2222
|
-
id: string;
|
|
2223
|
-
}[];
|
|
2184
|
+
attributeSettings?: {
|
|
2185
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2186
|
+
key: string;
|
|
2187
|
+
entity: "restaurant" | "item";
|
|
2224
2188
|
}[] | null | undefined;
|
|
2225
2189
|
pf_agent?: {
|
|
2226
2190
|
clickupId?: string | null | undefined;
|
|
@@ -22,13 +22,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
22
22
|
url?: string | null | undefined;
|
|
23
23
|
expiredAt?: string | null | undefined;
|
|
24
24
|
agentId?: string | null | undefined;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
name: string;
|
|
30
|
-
id: string;
|
|
31
|
-
}[];
|
|
25
|
+
attributeSettings?: {
|
|
26
|
+
type: "string" | "number" | "boolean" | "date";
|
|
27
|
+
key: string;
|
|
28
|
+
entity: "restaurant" | "item";
|
|
32
29
|
}[] | null | undefined;
|
|
33
30
|
pf_agent?: {
|
|
34
31
|
clickupId?: string | null | undefined;
|
|
@@ -235,13 +232,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
235
232
|
url?: string | null | undefined;
|
|
236
233
|
expiredAt?: string | null | undefined;
|
|
237
234
|
agentId?: string | null | undefined;
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
name: string;
|
|
243
|
-
id: string;
|
|
244
|
-
}[];
|
|
235
|
+
attributeSettings?: {
|
|
236
|
+
type: "string" | "number" | "boolean" | "date";
|
|
237
|
+
key: string;
|
|
238
|
+
entity: "restaurant" | "item";
|
|
245
239
|
}[] | null | undefined;
|
|
246
240
|
pf_agent?: {
|
|
247
241
|
clickupId?: string | null | undefined;
|
|
@@ -426,13 +420,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
426
420
|
url?: string | null | undefined;
|
|
427
421
|
expiredAt?: string | null | undefined;
|
|
428
422
|
agentId?: string | null | undefined;
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
name: string;
|
|
434
|
-
id: string;
|
|
435
|
-
}[];
|
|
423
|
+
attributeSettings?: {
|
|
424
|
+
type: "string" | "number" | "boolean" | "date";
|
|
425
|
+
key: string;
|
|
426
|
+
entity: "restaurant" | "item";
|
|
436
427
|
}[] | null | undefined;
|
|
437
428
|
pf_agent?: {
|
|
438
429
|
clickupId?: string | null | undefined;
|
|
@@ -617,13 +608,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
617
608
|
url?: string | null | undefined;
|
|
618
609
|
expiredAt?: string | null | undefined;
|
|
619
610
|
agentId?: string | null | undefined;
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
name: string;
|
|
625
|
-
id: string;
|
|
626
|
-
}[];
|
|
611
|
+
attributeSettings?: {
|
|
612
|
+
type: "string" | "number" | "boolean" | "date";
|
|
613
|
+
key: string;
|
|
614
|
+
entity: "restaurant" | "item";
|
|
627
615
|
}[] | null | undefined;
|
|
628
616
|
pf_agent?: {
|
|
629
617
|
clickupId?: string | null | undefined;
|
|
@@ -813,13 +801,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
813
801
|
url?: string | null | undefined;
|
|
814
802
|
expiredAt?: string | null | undefined;
|
|
815
803
|
agentId?: string | null | undefined;
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
name: string;
|
|
821
|
-
id: string;
|
|
822
|
-
}[];
|
|
804
|
+
attributeSettings?: {
|
|
805
|
+
type: "string" | "number" | "boolean" | "date";
|
|
806
|
+
key: string;
|
|
807
|
+
entity: "restaurant" | "item";
|
|
823
808
|
}[] | null | undefined;
|
|
824
809
|
pf_agent?: {
|
|
825
810
|
clickupId?: string | null | undefined;
|
|
@@ -1026,13 +1011,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1026
1011
|
url?: string | null | undefined;
|
|
1027
1012
|
expiredAt?: string | null | undefined;
|
|
1028
1013
|
agentId?: string | null | undefined;
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
name: string;
|
|
1034
|
-
id: string;
|
|
1035
|
-
}[];
|
|
1014
|
+
attributeSettings?: {
|
|
1015
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1016
|
+
key: string;
|
|
1017
|
+
entity: "restaurant" | "item";
|
|
1036
1018
|
}[] | null | undefined;
|
|
1037
1019
|
pf_agent?: {
|
|
1038
1020
|
clickupId?: string | null | undefined;
|
|
@@ -1217,13 +1199,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1217
1199
|
url?: string | null | undefined;
|
|
1218
1200
|
expiredAt?: string | null | undefined;
|
|
1219
1201
|
agentId?: string | null | undefined;
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
name: string;
|
|
1225
|
-
id: string;
|
|
1226
|
-
}[];
|
|
1202
|
+
attributeSettings?: {
|
|
1203
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1204
|
+
key: string;
|
|
1205
|
+
entity: "restaurant" | "item";
|
|
1227
1206
|
}[] | null | undefined;
|
|
1228
1207
|
pf_agent?: {
|
|
1229
1208
|
clickupId?: string | null | undefined;
|
|
@@ -1408,13 +1387,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1408
1387
|
url?: string | null | undefined;
|
|
1409
1388
|
expiredAt?: string | null | undefined;
|
|
1410
1389
|
agentId?: string | null | undefined;
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
name: string;
|
|
1416
|
-
id: string;
|
|
1417
|
-
}[];
|
|
1390
|
+
attributeSettings?: {
|
|
1391
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1392
|
+
key: string;
|
|
1393
|
+
entity: "restaurant" | "item";
|
|
1418
1394
|
}[] | null | undefined;
|
|
1419
1395
|
pf_agent?: {
|
|
1420
1396
|
clickupId?: string | null | undefined;
|
|
@@ -1604,13 +1580,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1604
1580
|
url?: string | null | undefined;
|
|
1605
1581
|
expiredAt?: string | null | undefined;
|
|
1606
1582
|
agentId?: string | null | undefined;
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
name: string;
|
|
1612
|
-
id: string;
|
|
1613
|
-
}[];
|
|
1583
|
+
attributeSettings?: {
|
|
1584
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1585
|
+
key: string;
|
|
1586
|
+
entity: "restaurant" | "item";
|
|
1614
1587
|
}[] | null | undefined;
|
|
1615
1588
|
pf_agent?: {
|
|
1616
1589
|
clickupId?: string | null | undefined;
|
|
@@ -1817,13 +1790,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
1817
1790
|
url?: string | null | undefined;
|
|
1818
1791
|
expiredAt?: string | null | undefined;
|
|
1819
1792
|
agentId?: string | null | undefined;
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
name: string;
|
|
1825
|
-
id: string;
|
|
1826
|
-
}[];
|
|
1793
|
+
attributeSettings?: {
|
|
1794
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1795
|
+
key: string;
|
|
1796
|
+
entity: "restaurant" | "item";
|
|
1827
1797
|
}[] | null | undefined;
|
|
1828
1798
|
pf_agent?: {
|
|
1829
1799
|
clickupId?: string | null | undefined;
|
|
@@ -2008,13 +1978,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
2008
1978
|
url?: string | null | undefined;
|
|
2009
1979
|
expiredAt?: string | null | undefined;
|
|
2010
1980
|
agentId?: string | null | undefined;
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
name: string;
|
|
2016
|
-
id: string;
|
|
2017
|
-
}[];
|
|
1981
|
+
attributeSettings?: {
|
|
1982
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1983
|
+
key: string;
|
|
1984
|
+
entity: "restaurant" | "item";
|
|
2018
1985
|
}[] | null | undefined;
|
|
2019
1986
|
pf_agent?: {
|
|
2020
1987
|
clickupId?: string | null | undefined;
|
|
@@ -2199,13 +2166,10 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
|
|
|
2199
2166
|
url?: string | null | undefined;
|
|
2200
2167
|
expiredAt?: string | null | undefined;
|
|
2201
2168
|
agentId?: string | null | undefined;
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
name: string;
|
|
2207
|
-
id: string;
|
|
2208
|
-
}[];
|
|
2169
|
+
attributeSettings?: {
|
|
2170
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2171
|
+
key: string;
|
|
2172
|
+
entity: "restaurant" | "item";
|
|
2209
2173
|
}[] | null | undefined;
|
|
2210
2174
|
pf_agent?: {
|
|
2211
2175
|
clickupId?: string | null | undefined;
|
|
@@ -8,6 +8,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
8
8
|
} | null | undefined;
|
|
9
9
|
stockSnapshotId?: string | null | undefined;
|
|
10
10
|
effectiveAt?: string | null | undefined;
|
|
11
|
+
netSuite?: {
|
|
12
|
+
id?: string | null | undefined;
|
|
13
|
+
subsidiary: {
|
|
14
|
+
id?: string | null | undefined;
|
|
15
|
+
name?: string | null | undefined;
|
|
16
|
+
};
|
|
17
|
+
} | null | undefined;
|
|
11
18
|
_id: string;
|
|
12
19
|
items: {
|
|
13
20
|
measurement?: {
|
|
@@ -301,6 +308,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
301
308
|
} | null | undefined;
|
|
302
309
|
stockSnapshotId?: string | null | undefined;
|
|
303
310
|
effectiveAt?: string | null | undefined;
|
|
311
|
+
netSuite?: {
|
|
312
|
+
id?: string | null | undefined;
|
|
313
|
+
subsidiary: {
|
|
314
|
+
id?: string | null | undefined;
|
|
315
|
+
name?: string | null | undefined;
|
|
316
|
+
};
|
|
317
|
+
} | null | undefined;
|
|
304
318
|
_id: string;
|
|
305
319
|
items: {
|
|
306
320
|
measurement?: {
|
|
@@ -14,6 +14,13 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
14
14
|
} | null | undefined;
|
|
15
15
|
stockSnapshotId?: string | null | undefined;
|
|
16
16
|
effectiveAt?: string | null | undefined;
|
|
17
|
+
netSuite?: {
|
|
18
|
+
id?: string | null | undefined;
|
|
19
|
+
subsidiary: {
|
|
20
|
+
id?: string | null | undefined;
|
|
21
|
+
name?: string | null | undefined;
|
|
22
|
+
};
|
|
23
|
+
} | null | undefined;
|
|
17
24
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
18
25
|
_id: string;
|
|
19
26
|
seqNumber: number;
|
|
@@ -243,6 +250,13 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
243
250
|
} | null | undefined;
|
|
244
251
|
stockSnapshotId?: string | null | undefined;
|
|
245
252
|
effectiveAt?: string | null | undefined;
|
|
253
|
+
netSuite?: {
|
|
254
|
+
id?: string | null | undefined;
|
|
255
|
+
subsidiary: {
|
|
256
|
+
id?: string | null | undefined;
|
|
257
|
+
name?: string | null | undefined;
|
|
258
|
+
};
|
|
259
|
+
} | null | undefined;
|
|
246
260
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
247
261
|
_id: string;
|
|
248
262
|
seqNumber: number;
|
|
@@ -472,6 +486,13 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
472
486
|
} | null | undefined;
|
|
473
487
|
stockSnapshotId?: string | null | undefined;
|
|
474
488
|
effectiveAt?: string | null | undefined;
|
|
489
|
+
netSuite?: {
|
|
490
|
+
id?: string | null | undefined;
|
|
491
|
+
subsidiary: {
|
|
492
|
+
id?: string | null | undefined;
|
|
493
|
+
name?: string | null | undefined;
|
|
494
|
+
};
|
|
495
|
+
} | null | undefined;
|
|
475
496
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
476
497
|
_id: string;
|
|
477
498
|
seqNumber: number;
|
|
@@ -703,6 +724,13 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
703
724
|
} | null | undefined;
|
|
704
725
|
stockSnapshotId?: string | null | undefined;
|
|
705
726
|
effectiveAt?: string | null | undefined;
|
|
727
|
+
netSuite?: {
|
|
728
|
+
id?: string | null | undefined;
|
|
729
|
+
subsidiary: {
|
|
730
|
+
id?: string | null | undefined;
|
|
731
|
+
name?: string | null | undefined;
|
|
732
|
+
};
|
|
733
|
+
} | null | undefined;
|
|
706
734
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
707
735
|
_id: string;
|
|
708
736
|
seqNumber: number;
|
|
@@ -947,6 +975,13 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
947
975
|
} | null | undefined;
|
|
948
976
|
stockSnapshotId?: string | null | undefined;
|
|
949
977
|
effectiveAt?: string | null | undefined;
|
|
978
|
+
netSuite?: {
|
|
979
|
+
id?: string | null | undefined;
|
|
980
|
+
subsidiary: {
|
|
981
|
+
id?: string | null | undefined;
|
|
982
|
+
name?: string | null | undefined;
|
|
983
|
+
};
|
|
984
|
+
} | null | undefined;
|
|
950
985
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
951
986
|
_id: string;
|
|
952
987
|
seqNumber: number;
|
|
@@ -1191,6 +1226,13 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
|
|
|
1191
1226
|
} | null | undefined;
|
|
1192
1227
|
stockSnapshotId?: string | null | undefined;
|
|
1193
1228
|
effectiveAt?: string | null | undefined;
|
|
1229
|
+
netSuite?: {
|
|
1230
|
+
id?: string | null | undefined;
|
|
1231
|
+
subsidiary: {
|
|
1232
|
+
id?: string | null | undefined;
|
|
1233
|
+
name?: string | null | undefined;
|
|
1234
|
+
};
|
|
1235
|
+
} | null | undefined;
|
|
1194
1236
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
1195
1237
|
_id: string;
|
|
1196
1238
|
seqNumber: number;
|
|
@@ -23,6 +23,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
23
23
|
} | null | undefined;
|
|
24
24
|
stockSnapshotId?: string | null | undefined;
|
|
25
25
|
effectiveAt?: string | null | undefined;
|
|
26
|
+
netSuite?: {
|
|
27
|
+
id?: string | null | undefined;
|
|
28
|
+
subsidiary: {
|
|
29
|
+
id?: string | null | undefined;
|
|
30
|
+
name?: string | null | undefined;
|
|
31
|
+
};
|
|
32
|
+
} | null | undefined;
|
|
26
33
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
27
34
|
_id: string;
|
|
28
35
|
seqNumber: number;
|
|
@@ -292,6 +299,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
292
299
|
} | null | undefined;
|
|
293
300
|
stockSnapshotId?: string | null | undefined;
|
|
294
301
|
effectiveAt?: string | null | undefined;
|
|
302
|
+
netSuite?: {
|
|
303
|
+
id?: string | null | undefined;
|
|
304
|
+
subsidiary: {
|
|
305
|
+
id?: string | null | undefined;
|
|
306
|
+
name?: string | null | undefined;
|
|
307
|
+
};
|
|
308
|
+
} | null | undefined;
|
|
295
309
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
296
310
|
_id: string;
|
|
297
311
|
seqNumber: number;
|
|
@@ -531,6 +545,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
531
545
|
} | null | undefined;
|
|
532
546
|
stockSnapshotId?: string | null | undefined;
|
|
533
547
|
effectiveAt?: string | null | undefined;
|
|
548
|
+
netSuite?: {
|
|
549
|
+
id?: string | null | undefined;
|
|
550
|
+
subsidiary: {
|
|
551
|
+
id?: string | null | undefined;
|
|
552
|
+
name?: string | null | undefined;
|
|
553
|
+
};
|
|
554
|
+
} | null | undefined;
|
|
534
555
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
535
556
|
_id: string;
|
|
536
557
|
seqNumber: number;
|
|
@@ -786,6 +807,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
786
807
|
} | null | undefined;
|
|
787
808
|
stockSnapshotId?: string | null | undefined;
|
|
788
809
|
effectiveAt?: string | null | undefined;
|
|
810
|
+
netSuite?: {
|
|
811
|
+
id?: string | null | undefined;
|
|
812
|
+
subsidiary: {
|
|
813
|
+
id?: string | null | undefined;
|
|
814
|
+
name?: string | null | undefined;
|
|
815
|
+
};
|
|
816
|
+
} | null | undefined;
|
|
789
817
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
790
818
|
_id: string;
|
|
791
819
|
seqNumber: number;
|
|
@@ -1066,6 +1094,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1066
1094
|
} | null | undefined;
|
|
1067
1095
|
stockSnapshotId?: string | null | undefined;
|
|
1068
1096
|
effectiveAt?: string | null | undefined;
|
|
1097
|
+
netSuite?: {
|
|
1098
|
+
id?: string | null | undefined;
|
|
1099
|
+
subsidiary: {
|
|
1100
|
+
id?: string | null | undefined;
|
|
1101
|
+
name?: string | null | undefined;
|
|
1102
|
+
};
|
|
1103
|
+
} | null | undefined;
|
|
1069
1104
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
1070
1105
|
_id: string;
|
|
1071
1106
|
seqNumber: number;
|
|
@@ -1320,6 +1355,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1320
1355
|
} | null | undefined;
|
|
1321
1356
|
stockSnapshotId?: string | null | undefined;
|
|
1322
1357
|
effectiveAt?: string | null | undefined;
|
|
1358
|
+
netSuite?: {
|
|
1359
|
+
id?: string | null | undefined;
|
|
1360
|
+
subsidiary: {
|
|
1361
|
+
id?: string | null | undefined;
|
|
1362
|
+
name?: string | null | undefined;
|
|
1363
|
+
};
|
|
1364
|
+
} | null | undefined;
|
|
1323
1365
|
status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL";
|
|
1324
1366
|
_id: string;
|
|
1325
1367
|
seqNumber: number;
|
|
@@ -19,13 +19,10 @@ export declare function useTemplateEnabledLocations(controller: {
|
|
|
19
19
|
url?: string | null | undefined;
|
|
20
20
|
expiredAt?: string | null | undefined;
|
|
21
21
|
agentId?: string | null | undefined;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
name: string;
|
|
27
|
-
id: string;
|
|
28
|
-
}[];
|
|
22
|
+
attributeSettings?: {
|
|
23
|
+
type: "string" | "number" | "boolean" | "date";
|
|
24
|
+
key: string;
|
|
25
|
+
entity: "restaurant" | "item";
|
|
29
26
|
}[] | null | undefined;
|
|
30
27
|
pf_agent?: {
|
|
31
28
|
clickupId?: string | null | undefined;
|