@feedmepos/mf-inventory-portal 0.0.22-dev.6 → 0.0.22-dev.8
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-C3pfc3dI.js → ApprovalView-BNeTV3TV.js} +4 -4
- package/dist/{BindingsDialog-B5Wslo-f.js → BindingsDialog-pBelBtiH.js} +1 -1
- package/dist/{BindingsPicker-DvI3H5lb.js → BindingsPicker-VHr76FFM.js} +19 -19
- package/dist/{BindingsTable-B6yXjwVZ.js → BindingsTable-CgIp6DKB.js} +1 -1
- package/dist/ClosingTemplateView-FleQasJi.js +1065 -0
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BTw7Szfi.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BYfojQsH.js} +1 -1
- package/dist/{IngredientsView-J-HwciIj.js → IngredientsView-BEW8_MJ0.js} +3 -3
- package/dist/{IntegrationView-CJgc6NQo.js → IntegrationView-NnpJ8nYO.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CzCVf08r.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CJMb1aR1.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BJHZI0SZ.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DWSq3JsJ.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-DQlHM7ar.js → PurchaseOrderPrintPreview-BZ5uhyRy.js} +1 -1
- package/dist/{ReceiveRequestView-l-agN7yj.js → ReceiveRequestView-DN9u5HLn.js} +6 -6
- package/dist/{RecipeView-Bo85tc7w.js → RecipeView-DM20cOk3.js} +3 -3
- package/dist/{StockView-CqORznbJ.js → StockView-LppKR-nM.js} +6 -6
- package/dist/{SupplierView-BSc10_7O.js → SupplierView-DHh6MhoI.js} +37 -37
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-KHwccWdi.js +754 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-2QZK3Iu5.js +1485 -0
- package/dist/TransferTemplateView-CUQSQR8U.js +1278 -0
- package/dist/{UnitView-C4Ynhnes.js → UnitView-D8XJca7H.js} +4 -4
- package/dist/{WarehouseView-CXhsdB6L.js → WarehouseView-DTnx3-Fi.js} +2 -2
- package/dist/api/inventory.d.ts +1 -0
- package/dist/api/netsuite.d.ts +40 -0
- package/dist/api/purchase-order-template.d.ts +0 -4
- package/dist/{app-CEx_CAFE.js → app-Cn0UYdAW.js} +8183 -7946
- package/dist/app.d.ts +6 -0
- package/dist/app.js +3 -3
- package/dist/{decimal-c4am8-9x.js → decimal-BiLgcnqq.js} +1 -1
- package/dist/{defineDeepModel-DstjIWV3.js → defineDeepModel-CXCb8GcR.js} +4 -4
- package/dist/{format-time-from-id-C7eIbCJx.js → format-time-from-id-5QzQNKlI.js} +1 -1
- package/dist/{id-to-date-BvvYzy9E.js → id-to-date-C-LYuoim.js} +1 -1
- package/dist/purchase-order-transaction-type-BV80Rx9h.js +676 -0
- package/dist/stores/api.d.ts +1 -0
- package/dist/stores/helper/core-store-proxy.d.ts +27 -0
- package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
- package/dist/stores/netsuite.d.ts +49 -0
- package/dist/style.css +1 -1
- package/dist/{supplier-Buou9AeW.js → supplier-Bg9MjX_y.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-template-enabled-locations-2-CzY-UFrc.js +85 -0
- 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-transfer-locations.d.ts +2 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +84 -0
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +28 -986
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +7 -0
- package/dist/{xlsx-_u-mXW67.js → xlsx-BsdfXPiA.js} +1 -1
- package/dist/{xlsx.util-C_mH9WMn.js → xlsx.util-B_ynXZ3Q.js} +2 -2
- package/package.json +5 -5
- package/dist/ClosingTemplateView-YW5Sw9M5.js +0 -1030
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-qfnlbLSa.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-CW4b6og_.js +0 -1409
- package/dist/TransferTemplateView-Djn47L76.js +0 -1230
- package/dist/purchase-order-transaction-type-DpJe0L78.js +0 -702
- package/dist/use-template-enabled-locations-BPap1ER6.js +0 -57
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { j as d, y as p } from "./app-Cn0UYdAW.js";
|
|
2
|
+
import { useI18n as f } from "@feedmepos/mf-common";
|
|
3
|
+
import { useDialog as h } from "@feedmepos/ui-library";
|
|
4
|
+
import { computed as c } from "vue";
|
|
5
|
+
function S(s) {
|
|
6
|
+
const r = h(), a = d(), { t: n } = f();
|
|
7
|
+
function i() {
|
|
8
|
+
var t;
|
|
9
|
+
r.open({
|
|
10
|
+
title: "Select at least one location",
|
|
11
|
+
contentComponent: p,
|
|
12
|
+
contentComponentProps: {
|
|
13
|
+
modelValue: ((t = l.value) == null ? void 0 : t.map((e) => e.doc._id)) ?? [],
|
|
14
|
+
items: a.locations.map((e) => ({
|
|
15
|
+
label: e.name,
|
|
16
|
+
sublabel: e.type,
|
|
17
|
+
value: e.doc._id
|
|
18
|
+
}))
|
|
19
|
+
},
|
|
20
|
+
primaryActions: {
|
|
21
|
+
text: n("common.confirm"),
|
|
22
|
+
close: !0
|
|
23
|
+
},
|
|
24
|
+
secondaryActions: {
|
|
25
|
+
text: n("common.close"),
|
|
26
|
+
close: !0
|
|
27
|
+
}
|
|
28
|
+
}).onPrimary((e) => {
|
|
29
|
+
const o = a.locations.filter((m) => e.includes(m.doc._id));
|
|
30
|
+
o.length ? s.setLocations(o) : s.setLocations(null);
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
const l = c(() => {
|
|
34
|
+
var e;
|
|
35
|
+
const t = /* @__PURE__ */ new Set([...a.locations.map((o) => o.doc._id)]);
|
|
36
|
+
return (e = s.getLocations()) == null ? void 0 : e.filter((o) => t.has(o.doc._id));
|
|
37
|
+
}), u = c(() => {
|
|
38
|
+
const t = s.getLocations();
|
|
39
|
+
return t ? t.reduce(
|
|
40
|
+
(e, o) => {
|
|
41
|
+
switch (o.type) {
|
|
42
|
+
case "restaurant": {
|
|
43
|
+
e[0].restaurants += 1;
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
case "warehouse": {
|
|
47
|
+
e[0].warehouses += 1;
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
return e[0][o.type] += 1, e;
|
|
52
|
+
},
|
|
53
|
+
[
|
|
54
|
+
{
|
|
55
|
+
restaurants: 0,
|
|
56
|
+
warehouses: 0
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
) : [
|
|
60
|
+
{
|
|
61
|
+
restaurants: "All",
|
|
62
|
+
warehouses: "All"
|
|
63
|
+
}
|
|
64
|
+
];
|
|
65
|
+
});
|
|
66
|
+
return {
|
|
67
|
+
promptSelectLocations: i,
|
|
68
|
+
columnDefs: [
|
|
69
|
+
{
|
|
70
|
+
accessorKey: "restaurants",
|
|
71
|
+
header: () => "Restaurants",
|
|
72
|
+
enableSorting: !1
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
accessorKey: "warehouses",
|
|
76
|
+
header: () => "Warehouses",
|
|
77
|
+
enableSorting: !1
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
rowData: u
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
export {
|
|
84
|
+
S as u
|
|
85
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -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;
|
|
@@ -168,6 +168,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
168
168
|
template?: string | null | undefined;
|
|
169
169
|
stockSnapshotId?: string | null | undefined;
|
|
170
170
|
effectiveAt?: string | null | undefined;
|
|
171
|
+
netSuite?: {
|
|
172
|
+
id?: string | null | undefined;
|
|
173
|
+
subsidiary: {
|
|
174
|
+
id?: string | null | undefined;
|
|
175
|
+
name?: string | null | undefined;
|
|
176
|
+
};
|
|
177
|
+
} | null | undefined;
|
|
171
178
|
items: {
|
|
172
179
|
measurement?: {
|
|
173
180
|
id: string;
|
|
@@ -420,6 +427,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
420
427
|
template?: string | null | undefined;
|
|
421
428
|
stockSnapshotId?: string | null | undefined;
|
|
422
429
|
effectiveAt?: string | null | undefined;
|
|
430
|
+
netSuite?: {
|
|
431
|
+
id?: string | null | undefined;
|
|
432
|
+
subsidiary: {
|
|
433
|
+
id?: string | null | undefined;
|
|
434
|
+
name?: string | null | undefined;
|
|
435
|
+
};
|
|
436
|
+
} | null | undefined;
|
|
423
437
|
items: {
|
|
424
438
|
measurement?: {
|
|
425
439
|
id: string;
|
|
@@ -672,6 +686,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
672
686
|
template?: string | null | undefined;
|
|
673
687
|
stockSnapshotId?: string | null | undefined;
|
|
674
688
|
effectiveAt?: string | null | undefined;
|
|
689
|
+
netSuite?: {
|
|
690
|
+
id?: string | null | undefined;
|
|
691
|
+
subsidiary: {
|
|
692
|
+
id?: string | null | undefined;
|
|
693
|
+
name?: string | null | undefined;
|
|
694
|
+
};
|
|
695
|
+
} | null | undefined;
|
|
675
696
|
items: {
|
|
676
697
|
measurement?: {
|
|
677
698
|
id: string;
|
|
@@ -924,6 +945,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
924
945
|
template?: string | null | undefined;
|
|
925
946
|
stockSnapshotId?: string | null | undefined;
|
|
926
947
|
effectiveAt?: string | null | undefined;
|
|
948
|
+
netSuite?: {
|
|
949
|
+
id?: string | null | undefined;
|
|
950
|
+
subsidiary: {
|
|
951
|
+
id?: string | null | undefined;
|
|
952
|
+
name?: string | null | undefined;
|
|
953
|
+
};
|
|
954
|
+
} | null | undefined;
|
|
927
955
|
items: {
|
|
928
956
|
measurement?: {
|
|
929
957
|
id: string;
|
|
@@ -1185,6 +1213,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1185
1213
|
template?: string | null | undefined;
|
|
1186
1214
|
stockSnapshotId?: string | null | undefined;
|
|
1187
1215
|
effectiveAt?: string | null | undefined;
|
|
1216
|
+
netSuite?: {
|
|
1217
|
+
id?: string | null | undefined;
|
|
1218
|
+
subsidiary: {
|
|
1219
|
+
id?: string | null | undefined;
|
|
1220
|
+
name?: string | null | undefined;
|
|
1221
|
+
};
|
|
1222
|
+
} | null | undefined;
|
|
1188
1223
|
items: {
|
|
1189
1224
|
measurement?: {
|
|
1190
1225
|
id: string;
|
|
@@ -1437,6 +1472,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1437
1472
|
template?: string | null | undefined;
|
|
1438
1473
|
stockSnapshotId?: string | null | undefined;
|
|
1439
1474
|
effectiveAt?: string | null | undefined;
|
|
1475
|
+
netSuite?: {
|
|
1476
|
+
id?: string | null | undefined;
|
|
1477
|
+
subsidiary: {
|
|
1478
|
+
id?: string | null | undefined;
|
|
1479
|
+
name?: string | null | undefined;
|
|
1480
|
+
};
|
|
1481
|
+
} | null | undefined;
|
|
1440
1482
|
items: {
|
|
1441
1483
|
measurement?: {
|
|
1442
1484
|
id: string;
|
|
@@ -1689,6 +1731,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1689
1731
|
template?: string | null | undefined;
|
|
1690
1732
|
stockSnapshotId?: string | null | undefined;
|
|
1691
1733
|
effectiveAt?: string | null | undefined;
|
|
1734
|
+
netSuite?: {
|
|
1735
|
+
id?: string | null | undefined;
|
|
1736
|
+
subsidiary: {
|
|
1737
|
+
id?: string | null | undefined;
|
|
1738
|
+
name?: string | null | undefined;
|
|
1739
|
+
};
|
|
1740
|
+
} | null | undefined;
|
|
1692
1741
|
items: {
|
|
1693
1742
|
measurement?: {
|
|
1694
1743
|
id: string;
|
|
@@ -1941,6 +1990,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1941
1990
|
template?: string | null | undefined;
|
|
1942
1991
|
stockSnapshotId?: string | null | undefined;
|
|
1943
1992
|
effectiveAt?: string | null | undefined;
|
|
1993
|
+
netSuite?: {
|
|
1994
|
+
id?: string | null | undefined;
|
|
1995
|
+
subsidiary: {
|
|
1996
|
+
id?: string | null | undefined;
|
|
1997
|
+
name?: string | null | undefined;
|
|
1998
|
+
};
|
|
1999
|
+
} | null | undefined;
|
|
1944
2000
|
items: {
|
|
1945
2001
|
measurement?: {
|
|
1946
2002
|
id: string;
|
|
@@ -2202,6 +2258,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2202
2258
|
template?: string | null | undefined;
|
|
2203
2259
|
stockSnapshotId?: string | null | undefined;
|
|
2204
2260
|
effectiveAt?: string | null | undefined;
|
|
2261
|
+
netSuite?: {
|
|
2262
|
+
id?: string | null | undefined;
|
|
2263
|
+
subsidiary: {
|
|
2264
|
+
id?: string | null | undefined;
|
|
2265
|
+
name?: string | null | undefined;
|
|
2266
|
+
};
|
|
2267
|
+
} | null | undefined;
|
|
2205
2268
|
items: {
|
|
2206
2269
|
measurement?: {
|
|
2207
2270
|
id: string;
|
|
@@ -2454,6 +2517,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2454
2517
|
template?: string | null | undefined;
|
|
2455
2518
|
stockSnapshotId?: string | null | undefined;
|
|
2456
2519
|
effectiveAt?: string | null | undefined;
|
|
2520
|
+
netSuite?: {
|
|
2521
|
+
id?: string | null | undefined;
|
|
2522
|
+
subsidiary: {
|
|
2523
|
+
id?: string | null | undefined;
|
|
2524
|
+
name?: string | null | undefined;
|
|
2525
|
+
};
|
|
2526
|
+
} | null | undefined;
|
|
2457
2527
|
items: {
|
|
2458
2528
|
measurement?: {
|
|
2459
2529
|
id: string;
|
|
@@ -2706,6 +2776,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2706
2776
|
template?: string | null | undefined;
|
|
2707
2777
|
stockSnapshotId?: string | null | undefined;
|
|
2708
2778
|
effectiveAt?: string | null | undefined;
|
|
2779
|
+
netSuite?: {
|
|
2780
|
+
id?: string | null | undefined;
|
|
2781
|
+
subsidiary: {
|
|
2782
|
+
id?: string | null | undefined;
|
|
2783
|
+
name?: string | null | undefined;
|
|
2784
|
+
};
|
|
2785
|
+
} | null | undefined;
|
|
2709
2786
|
items: {
|
|
2710
2787
|
measurement?: {
|
|
2711
2788
|
id: string;
|
|
@@ -2958,6 +3035,13 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2958
3035
|
template?: string | null | undefined;
|
|
2959
3036
|
stockSnapshotId?: string | null | undefined;
|
|
2960
3037
|
effectiveAt?: string | null | undefined;
|
|
3038
|
+
netSuite?: {
|
|
3039
|
+
id?: string | null | undefined;
|
|
3040
|
+
subsidiary: {
|
|
3041
|
+
id?: string | null | undefined;
|
|
3042
|
+
name?: string | null | undefined;
|
|
3043
|
+
};
|
|
3044
|
+
} | null | undefined;
|
|
2961
3045
|
items: {
|
|
2962
3046
|
measurement?: {
|
|
2963
3047
|
id: string;
|