@feedmepos/mf-inventory-portal 0.0.22-dev.1 → 0.0.22-dev.10
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/App.vue.d.ts +2 -0
- package/dist/{ApprovalView-CtH8I01g.js → ApprovalView-FwJEAzkU.js} +19 -19
- package/dist/{BindingsDialog-DFrk_fyd.js → BindingsDialog-DFLnNDpl.js} +1 -1
- package/dist/{BindingsPicker-400gISaV.js → BindingsPicker-Dsd2wQUR.js} +19 -19
- package/dist/{BindingsTable-CnFKI6iP.js → BindingsTable-CTvUEEjT.js} +1 -1
- package/dist/ClosingTemplateView-CPbDZmei.js +1066 -0
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-B9RU_arW.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-MW-Ni07p.js} +13 -15
- package/dist/{IngredientsView-CRTAgKJz.js → IngredientsView-C07TvvCQ.js} +5 -6
- package/dist/{IntegrationView-CNFTKqjk.js → IntegrationView-BAnrTgio.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-VkiVLx1K.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-YAjDfJ_v.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DkZrgqyr.js → PremiumBadge.vue_vue_type_script_setup_true_lang-CvzA5XrI.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-CJli-_Vn.js → PurchaseOrderPrintPreview-FiOxyAL2.js} +1 -1
- package/dist/{ReceiveRequestView-DV_GDzJG.js → ReceiveRequestView-BTZ_99LY.js} +15 -16
- package/dist/{RecipeView-CTm_7oNG.js → RecipeView-BTRlXuIp.js} +3 -3
- package/dist/{StockView-DtHT2ulM.js → StockView-B50nZjP-.js} +8 -9
- package/dist/{SupplierView-B9A5R2Vm.js → SupplierView-CYEdoZ7g.js} +37 -37
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CMMMgbwA.js +762 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BKmp6Emq.js +1505 -0
- package/dist/TransferTemplateView-DJYoQWDE.js +1277 -0
- package/dist/{UnitView-BL-jtVuZ.js → UnitView-Cg9lop9G.js} +4 -4
- package/dist/WarehouseView-DQKq_W8l.js +1017 -0
- package/dist/api/closing-template.d.ts +14 -0
- package/dist/api/inventory.d.ts +5 -7
- package/dist/api/netsuite.d.ts +46 -0
- package/dist/api/purchase-order-template.d.ts +0 -4
- package/dist/{app-C-z1MfF6.js → app-CRbOk4dN.js} +15759 -15399
- package/dist/app.d.ts +6 -0
- package/dist/app.js +2 -2
- package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
- package/dist/components/VirtualScroll.vue.d.ts +47 -0
- package/dist/{decimal-DZz-_lgE.js → decimal-BrFW4i9P.js} +1 -1
- package/dist/{defineDeepModel-7VQajdPt.js → defineDeepModel-Dihj57Tu.js} +4 -4
- package/dist/extensions/promises.d.ts +14 -0
- package/dist/{format-time-from-id-9XFszs1J.js → format-time-from-id-CAMmsTAi.js} +1 -1
- package/dist/helper/date2.d.ts +1 -0
- package/dist/{id-to-date-Bkue77uI.js → id-to-date-CLOPCZAL.js} +1 -1
- package/dist/purchase-order-transaction-type-C6B_s24N.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/inventory.d.ts +7 -0
- package/dist/stores/location.d.ts +24 -42
- package/dist/stores/netsuite.d.ts +56 -0
- package/dist/stores/route.d.ts +0 -5
- package/dist/stores/warehouse.d.ts +4 -7
- package/dist/style.css +1 -1
- package/dist/{supplier-C6YWXF2Y.js → supplier-CQ57ob8j.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-template-enabled-locations-2-D5I1uMwS.js +85 -0
- package/dist/views/closing-template/components/closing-template-publish/ClosingTemplatePublish.vue.d.ts +6 -0
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +276 -84
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +341 -85
- 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-2.d.ts +13 -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 +251 -0
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -14
- package/dist/{xlsx-Dl6dAHFx.js → xlsx-WWSZpgZu.js} +1 -1
- package/dist/{xlsx.util-C1tUhDb8.js → xlsx.util-DjCdSP8D.js} +2 -2
- package/package.json +5 -5
- package/dist/ClosingTemplateView--8m8cua_.js +0 -919
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-mUNCQTNw.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BwkUuXqj.js +0 -1428
- package/dist/TransferTemplateView-DnyenkGu.js +0 -1349
- package/dist/WarehouseView-BkUv1792.js +0 -1056
- package/dist/array-ClJzD_Lt.js +0 -30
- package/dist/layout/InventoryLayout.vue.d.ts +0 -2
- package/dist/layout/layout-routes.d.ts +0 -6
- package/dist/purchase-order-transaction-type-DHzMBgFs.js +0 -712
- package/dist/use-template-enabled-locations-CFCfbaOd.js +0 -57
|
@@ -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;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ColumnDef } from '@feedmepos/ui-library';
|
|
2
|
+
export type ActiveLocationsCount = {
|
|
3
|
+
restaurants: number | string;
|
|
4
|
+
warehouses: number | string;
|
|
5
|
+
};
|
|
6
|
+
export declare function useTemplateEnabledLocations2(controller: {
|
|
7
|
+
getLocations(): FdoInventoryLocation[] | undefined | null;
|
|
8
|
+
setLocations(locations: FdoInventoryLocation[] | undefined | null): void;
|
|
9
|
+
}): {
|
|
10
|
+
promptSelectLocations: () => void;
|
|
11
|
+
columnDefs: ColumnDef<ActiveLocationsCount>[];
|
|
12
|
+
rowData: import("vue").ComputedRef<ActiveLocationsCount[]>;
|
|
13
|
+
};
|
|
@@ -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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ISelectItem } from '@feedmepos/ui-library';
|
|
2
|
-
export declare function useTransferLocations(modelGetter: () =>
|
|
3
|
-
transferLocationModel: import("vue").WritableComputedRef<string, string>;
|
|
2
|
+
export declare function useTransferLocations(modelGetter: () => Partial<FdoPurchaseOrder>, modelSetter: (model: Partial<FdoPurchaseOrder>) => void): {
|
|
3
|
+
transferLocationModel: import("vue").WritableComputedRef<string | undefined, string | undefined>;
|
|
4
4
|
transferLocationOptions: import("vue").ComputedRef<ISelectItem[]>;
|
|
5
5
|
locationOptionsTypePurchase: import("vue").ComputedRef<{
|
|
6
6
|
phoneNumber?: string | null | undefined;
|
|
@@ -39,13 +39,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
39
39
|
url?: string | null | undefined;
|
|
40
40
|
expiredAt?: string | null | undefined;
|
|
41
41
|
agentId?: string | null | undefined;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
name: string;
|
|
47
|
-
id: string;
|
|
48
|
-
}[];
|
|
42
|
+
attributeSettings?: {
|
|
43
|
+
type: "string" | "number" | "boolean" | "date";
|
|
44
|
+
key: string;
|
|
45
|
+
entity: "restaurant" | "item";
|
|
49
46
|
}[] | null | undefined;
|
|
50
47
|
pf_agent?: {
|
|
51
48
|
clickupId?: string | null | undefined;
|
|
@@ -168,6 +165,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
168
165
|
template?: string | null | undefined;
|
|
169
166
|
stockSnapshotId?: string | null | undefined;
|
|
170
167
|
effectiveAt?: string | null | undefined;
|
|
168
|
+
netSuite?: {
|
|
169
|
+
id?: string | null | undefined;
|
|
170
|
+
subsidiary: {
|
|
171
|
+
id?: string | null | undefined;
|
|
172
|
+
name?: string | null | undefined;
|
|
173
|
+
};
|
|
174
|
+
} | null | undefined;
|
|
171
175
|
items: {
|
|
172
176
|
measurement?: {
|
|
173
177
|
id: string;
|
|
@@ -291,13 +295,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
291
295
|
url?: string | null | undefined;
|
|
292
296
|
expiredAt?: string | null | undefined;
|
|
293
297
|
agentId?: string | null | undefined;
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
name: string;
|
|
299
|
-
id: string;
|
|
300
|
-
}[];
|
|
298
|
+
attributeSettings?: {
|
|
299
|
+
type: "string" | "number" | "boolean" | "date";
|
|
300
|
+
key: string;
|
|
301
|
+
entity: "restaurant" | "item";
|
|
301
302
|
}[] | null | undefined;
|
|
302
303
|
pf_agent?: {
|
|
303
304
|
clickupId?: string | null | undefined;
|
|
@@ -420,6 +421,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
420
421
|
template?: string | null | undefined;
|
|
421
422
|
stockSnapshotId?: string | null | undefined;
|
|
422
423
|
effectiveAt?: string | null | undefined;
|
|
424
|
+
netSuite?: {
|
|
425
|
+
id?: string | null | undefined;
|
|
426
|
+
subsidiary: {
|
|
427
|
+
id?: string | null | undefined;
|
|
428
|
+
name?: string | null | undefined;
|
|
429
|
+
};
|
|
430
|
+
} | null | undefined;
|
|
423
431
|
items: {
|
|
424
432
|
measurement?: {
|
|
425
433
|
id: string;
|
|
@@ -543,13 +551,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
543
551
|
url?: string | null | undefined;
|
|
544
552
|
expiredAt?: string | null | undefined;
|
|
545
553
|
agentId?: string | null | undefined;
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
name: string;
|
|
551
|
-
id: string;
|
|
552
|
-
}[];
|
|
554
|
+
attributeSettings?: {
|
|
555
|
+
type: "string" | "number" | "boolean" | "date";
|
|
556
|
+
key: string;
|
|
557
|
+
entity: "restaurant" | "item";
|
|
553
558
|
}[] | null | undefined;
|
|
554
559
|
pf_agent?: {
|
|
555
560
|
clickupId?: string | null | undefined;
|
|
@@ -672,6 +677,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
672
677
|
template?: string | null | undefined;
|
|
673
678
|
stockSnapshotId?: string | null | undefined;
|
|
674
679
|
effectiveAt?: string | null | undefined;
|
|
680
|
+
netSuite?: {
|
|
681
|
+
id?: string | null | undefined;
|
|
682
|
+
subsidiary: {
|
|
683
|
+
id?: string | null | undefined;
|
|
684
|
+
name?: string | null | undefined;
|
|
685
|
+
};
|
|
686
|
+
} | null | undefined;
|
|
675
687
|
items: {
|
|
676
688
|
measurement?: {
|
|
677
689
|
id: string;
|
|
@@ -795,13 +807,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
795
807
|
url?: string | null | undefined;
|
|
796
808
|
expiredAt?: string | null | undefined;
|
|
797
809
|
agentId?: string | null | undefined;
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
name: string;
|
|
803
|
-
id: string;
|
|
804
|
-
}[];
|
|
810
|
+
attributeSettings?: {
|
|
811
|
+
type: "string" | "number" | "boolean" | "date";
|
|
812
|
+
key: string;
|
|
813
|
+
entity: "restaurant" | "item";
|
|
805
814
|
}[] | null | undefined;
|
|
806
815
|
pf_agent?: {
|
|
807
816
|
clickupId?: string | null | undefined;
|
|
@@ -924,6 +933,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
924
933
|
template?: string | null | undefined;
|
|
925
934
|
stockSnapshotId?: string | null | undefined;
|
|
926
935
|
effectiveAt?: string | null | undefined;
|
|
936
|
+
netSuite?: {
|
|
937
|
+
id?: string | null | undefined;
|
|
938
|
+
subsidiary: {
|
|
939
|
+
id?: string | null | undefined;
|
|
940
|
+
name?: string | null | undefined;
|
|
941
|
+
};
|
|
942
|
+
} | null | undefined;
|
|
927
943
|
items: {
|
|
928
944
|
measurement?: {
|
|
929
945
|
id: string;
|
|
@@ -1056,13 +1072,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1056
1072
|
url?: string | null | undefined;
|
|
1057
1073
|
expiredAt?: string | null | undefined;
|
|
1058
1074
|
agentId?: string | null | undefined;
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
name: string;
|
|
1064
|
-
id: string;
|
|
1065
|
-
}[];
|
|
1075
|
+
attributeSettings?: {
|
|
1076
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1077
|
+
key: string;
|
|
1078
|
+
entity: "restaurant" | "item";
|
|
1066
1079
|
}[] | null | undefined;
|
|
1067
1080
|
pf_agent?: {
|
|
1068
1081
|
clickupId?: string | null | undefined;
|
|
@@ -1185,6 +1198,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1185
1198
|
template?: string | null | undefined;
|
|
1186
1199
|
stockSnapshotId?: string | null | undefined;
|
|
1187
1200
|
effectiveAt?: string | null | undefined;
|
|
1201
|
+
netSuite?: {
|
|
1202
|
+
id?: string | null | undefined;
|
|
1203
|
+
subsidiary: {
|
|
1204
|
+
id?: string | null | undefined;
|
|
1205
|
+
name?: string | null | undefined;
|
|
1206
|
+
};
|
|
1207
|
+
} | null | undefined;
|
|
1188
1208
|
items: {
|
|
1189
1209
|
measurement?: {
|
|
1190
1210
|
id: string;
|
|
@@ -1308,13 +1328,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1308
1328
|
url?: string | null | undefined;
|
|
1309
1329
|
expiredAt?: string | null | undefined;
|
|
1310
1330
|
agentId?: string | null | undefined;
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
name: string;
|
|
1316
|
-
id: string;
|
|
1317
|
-
}[];
|
|
1331
|
+
attributeSettings?: {
|
|
1332
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1333
|
+
key: string;
|
|
1334
|
+
entity: "restaurant" | "item";
|
|
1318
1335
|
}[] | null | undefined;
|
|
1319
1336
|
pf_agent?: {
|
|
1320
1337
|
clickupId?: string | null | undefined;
|
|
@@ -1437,6 +1454,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1437
1454
|
template?: string | null | undefined;
|
|
1438
1455
|
stockSnapshotId?: string | null | undefined;
|
|
1439
1456
|
effectiveAt?: string | null | undefined;
|
|
1457
|
+
netSuite?: {
|
|
1458
|
+
id?: string | null | undefined;
|
|
1459
|
+
subsidiary: {
|
|
1460
|
+
id?: string | null | undefined;
|
|
1461
|
+
name?: string | null | undefined;
|
|
1462
|
+
};
|
|
1463
|
+
} | null | undefined;
|
|
1440
1464
|
items: {
|
|
1441
1465
|
measurement?: {
|
|
1442
1466
|
id: string;
|
|
@@ -1560,13 +1584,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1560
1584
|
url?: string | null | undefined;
|
|
1561
1585
|
expiredAt?: string | null | undefined;
|
|
1562
1586
|
agentId?: string | null | undefined;
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
name: string;
|
|
1568
|
-
id: string;
|
|
1569
|
-
}[];
|
|
1587
|
+
attributeSettings?: {
|
|
1588
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1589
|
+
key: string;
|
|
1590
|
+
entity: "restaurant" | "item";
|
|
1570
1591
|
}[] | null | undefined;
|
|
1571
1592
|
pf_agent?: {
|
|
1572
1593
|
clickupId?: string | null | undefined;
|
|
@@ -1689,6 +1710,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1689
1710
|
template?: string | null | undefined;
|
|
1690
1711
|
stockSnapshotId?: string | null | undefined;
|
|
1691
1712
|
effectiveAt?: string | null | undefined;
|
|
1713
|
+
netSuite?: {
|
|
1714
|
+
id?: string | null | undefined;
|
|
1715
|
+
subsidiary: {
|
|
1716
|
+
id?: string | null | undefined;
|
|
1717
|
+
name?: string | null | undefined;
|
|
1718
|
+
};
|
|
1719
|
+
} | null | undefined;
|
|
1692
1720
|
items: {
|
|
1693
1721
|
measurement?: {
|
|
1694
1722
|
id: string;
|
|
@@ -1812,13 +1840,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1812
1840
|
url?: string | null | undefined;
|
|
1813
1841
|
expiredAt?: string | null | undefined;
|
|
1814
1842
|
agentId?: string | null | undefined;
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
name: string;
|
|
1820
|
-
id: string;
|
|
1821
|
-
}[];
|
|
1843
|
+
attributeSettings?: {
|
|
1844
|
+
type: "string" | "number" | "boolean" | "date";
|
|
1845
|
+
key: string;
|
|
1846
|
+
entity: "restaurant" | "item";
|
|
1822
1847
|
}[] | null | undefined;
|
|
1823
1848
|
pf_agent?: {
|
|
1824
1849
|
clickupId?: string | null | undefined;
|
|
@@ -1941,6 +1966,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1941
1966
|
template?: string | null | undefined;
|
|
1942
1967
|
stockSnapshotId?: string | null | undefined;
|
|
1943
1968
|
effectiveAt?: string | null | undefined;
|
|
1969
|
+
netSuite?: {
|
|
1970
|
+
id?: string | null | undefined;
|
|
1971
|
+
subsidiary: {
|
|
1972
|
+
id?: string | null | undefined;
|
|
1973
|
+
name?: string | null | undefined;
|
|
1974
|
+
};
|
|
1975
|
+
} | null | undefined;
|
|
1944
1976
|
items: {
|
|
1945
1977
|
measurement?: {
|
|
1946
1978
|
id: string;
|
|
@@ -2073,13 +2105,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2073
2105
|
url?: string | null | undefined;
|
|
2074
2106
|
expiredAt?: string | null | undefined;
|
|
2075
2107
|
agentId?: string | null | undefined;
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
name: string;
|
|
2081
|
-
id: string;
|
|
2082
|
-
}[];
|
|
2108
|
+
attributeSettings?: {
|
|
2109
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2110
|
+
key: string;
|
|
2111
|
+
entity: "restaurant" | "item";
|
|
2083
2112
|
}[] | null | undefined;
|
|
2084
2113
|
pf_agent?: {
|
|
2085
2114
|
clickupId?: string | null | undefined;
|
|
@@ -2202,6 +2231,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2202
2231
|
template?: string | null | undefined;
|
|
2203
2232
|
stockSnapshotId?: string | null | undefined;
|
|
2204
2233
|
effectiveAt?: string | null | undefined;
|
|
2234
|
+
netSuite?: {
|
|
2235
|
+
id?: string | null | undefined;
|
|
2236
|
+
subsidiary: {
|
|
2237
|
+
id?: string | null | undefined;
|
|
2238
|
+
name?: string | null | undefined;
|
|
2239
|
+
};
|
|
2240
|
+
} | null | undefined;
|
|
2205
2241
|
items: {
|
|
2206
2242
|
measurement?: {
|
|
2207
2243
|
id: string;
|
|
@@ -2325,13 +2361,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2325
2361
|
url?: string | null | undefined;
|
|
2326
2362
|
expiredAt?: string | null | undefined;
|
|
2327
2363
|
agentId?: string | null | undefined;
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
name: string;
|
|
2333
|
-
id: string;
|
|
2334
|
-
}[];
|
|
2364
|
+
attributeSettings?: {
|
|
2365
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2366
|
+
key: string;
|
|
2367
|
+
entity: "restaurant" | "item";
|
|
2335
2368
|
}[] | null | undefined;
|
|
2336
2369
|
pf_agent?: {
|
|
2337
2370
|
clickupId?: string | null | undefined;
|
|
@@ -2454,6 +2487,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2454
2487
|
template?: string | null | undefined;
|
|
2455
2488
|
stockSnapshotId?: string | null | undefined;
|
|
2456
2489
|
effectiveAt?: string | null | undefined;
|
|
2490
|
+
netSuite?: {
|
|
2491
|
+
id?: string | null | undefined;
|
|
2492
|
+
subsidiary: {
|
|
2493
|
+
id?: string | null | undefined;
|
|
2494
|
+
name?: string | null | undefined;
|
|
2495
|
+
};
|
|
2496
|
+
} | null | undefined;
|
|
2457
2497
|
items: {
|
|
2458
2498
|
measurement?: {
|
|
2459
2499
|
id: string;
|
|
@@ -2577,13 +2617,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2577
2617
|
url?: string | null | undefined;
|
|
2578
2618
|
expiredAt?: string | null | undefined;
|
|
2579
2619
|
agentId?: string | null | undefined;
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
name: string;
|
|
2585
|
-
id: string;
|
|
2586
|
-
}[];
|
|
2620
|
+
attributeSettings?: {
|
|
2621
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2622
|
+
key: string;
|
|
2623
|
+
entity: "restaurant" | "item";
|
|
2587
2624
|
}[] | null | undefined;
|
|
2588
2625
|
pf_agent?: {
|
|
2589
2626
|
clickupId?: string | null | undefined;
|
|
@@ -2706,6 +2743,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2706
2743
|
template?: string | null | undefined;
|
|
2707
2744
|
stockSnapshotId?: string | null | undefined;
|
|
2708
2745
|
effectiveAt?: string | null | undefined;
|
|
2746
|
+
netSuite?: {
|
|
2747
|
+
id?: string | null | undefined;
|
|
2748
|
+
subsidiary: {
|
|
2749
|
+
id?: string | null | undefined;
|
|
2750
|
+
name?: string | null | undefined;
|
|
2751
|
+
};
|
|
2752
|
+
} | null | undefined;
|
|
2709
2753
|
items: {
|
|
2710
2754
|
measurement?: {
|
|
2711
2755
|
id: string;
|
|
@@ -2829,13 +2873,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2829
2873
|
url?: string | null | undefined;
|
|
2830
2874
|
expiredAt?: string | null | undefined;
|
|
2831
2875
|
agentId?: string | null | undefined;
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
name: string;
|
|
2837
|
-
id: string;
|
|
2838
|
-
}[];
|
|
2876
|
+
attributeSettings?: {
|
|
2877
|
+
type: "string" | "number" | "boolean" | "date";
|
|
2878
|
+
key: string;
|
|
2879
|
+
entity: "restaurant" | "item";
|
|
2839
2880
|
}[] | null | undefined;
|
|
2840
2881
|
pf_agent?: {
|
|
2841
2882
|
clickupId?: string | null | undefined;
|
|
@@ -2958,6 +2999,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2958
2999
|
template?: string | null | undefined;
|
|
2959
3000
|
stockSnapshotId?: string | null | undefined;
|
|
2960
3001
|
effectiveAt?: string | null | undefined;
|
|
3002
|
+
netSuite?: {
|
|
3003
|
+
id?: string | null | undefined;
|
|
3004
|
+
subsidiary: {
|
|
3005
|
+
id?: string | null | undefined;
|
|
3006
|
+
name?: string | null | undefined;
|
|
3007
|
+
};
|
|
3008
|
+
} | null | undefined;
|
|
2961
3009
|
items: {
|
|
2962
3010
|
measurement?: {
|
|
2963
3011
|
id: string;
|