@feedmepos/mf-inventory-portal 0.0.23-dev.9 → 0.0.24-dev.1
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-D3sNH2MR.js +276 -0
- package/dist/{ApprovalView-e85YmdZN.js → ApprovalView-DHnRx0hJ.js} +17 -20
- package/dist/{BindingsDialog-giBUD0IH.js → BindingsDialog-oTeg2Dai.js} +6 -6
- package/dist/{BindingsPicker-CC4MmPbF.js → BindingsPicker-CWdjmMJ3.js} +8 -9
- package/dist/{BindingsTable-WphZdzrA.js → BindingsTable-bKLR1OKX.js} +18 -22
- package/dist/ClosingDraftView-CIQVz7lY.js +1225 -0
- package/dist/{ClosingTemplateView-1lzoDyet.js → ClosingTemplateView-D5pLzQwU.js} +259 -274
- package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-ClLDcchC.js +142 -0
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-Cv-vvzr5.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-B_c6Vn6P.js} +23 -24
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DIFQcrc0.js → FmUnitInput.vue_vue_type_script_setup_true_lang-DhpHOaRH.js} +50 -51
- package/dist/{IngredientGroupView-UegBM_JK.js → IngredientGroupView-4C437mso.js} +63 -70
- package/dist/IngredientsView-DoiGgjre.js +1706 -0
- package/dist/{IntegrationView-FYNNzKia.js → IntegrationView-8ZKE7MAM.js} +123 -126
- package/dist/{InventoryBindingForm-DsHv_IHG.js → InventoryBindingForm-CcnfliYQ.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BURSXafS.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-B_J-6C9x.js} +116 -108
- package/dist/{InventoryBindingSummary-BLb4MRPZ.js → InventoryBindingSummary-CRdHCzNE.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BG78-DHs.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-B2-TypU0.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-CqID5_7v.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BuQde75S.js} +20 -21
- package/dist/PublishView-t5gjGmK_.js +192 -0
- package/dist/{PurchaseOrderPrintPreview-BBMU3teq.js → PurchaseOrderPrintPreview-6i53Y-v1.js} +13 -14
- package/dist/ReceiveRequestView-uOeSh0Mr.js +1866 -0
- package/dist/RecipeView-BTWywckD.js +609 -0
- package/dist/StockView-DN2xk8ei.js +1817 -0
- package/dist/{SupplierView-B2aObtwK.js → SupplierView-l0XUg3J4.js} +185 -196
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CWMn6fFf.js +1327 -0
- package/dist/TransferTemplateView-wDKXpCWZ.js +1263 -0
- package/dist/UnitView-CUI-k-tS.js +648 -0
- package/dist/{WarehouseView-G8pej6Y2.js → WarehouseView-WsI_eG5r.js} +190 -197
- package/dist/api/adjustment-template.d.ts +25 -0
- package/dist/api/bill.d.ts +240 -84
- package/dist/api/inventory.d.ts +19 -6
- package/dist/api/netsuite.d.ts +3 -3
- package/dist/app-DntcWR3_.js +85558 -0
- package/dist/app.d.ts +85 -0
- package/dist/app.js +2 -2
- package/dist/components/FmCustomAttribute.vue.d.ts +23 -0
- package/dist/components/FmLockableField.vue.d.ts +37 -0
- package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
- package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +3 -1
- package/dist/components/shell/inventory/binding-ui.vue.d.ts +3 -1
- package/dist/composable/defineDeepModel.d.ts +1 -1
- package/dist/{decimal-DC07xoJW.js → decimal-DTCTnMwO.js} +1 -1
- package/dist/format-unit-display-Hy48Iw5j.js +1215 -0
- package/dist/index-Bv9RYyTZ.js +29202 -0
- package/dist/{StockView-C5btudss.js → index-D4yJP9I2.js} +2220 -3863
- package/dist/layout/SingleColumnLayout.vue.d.ts +1 -0
- package/dist/router/name.d.ts +2 -0
- package/dist/stock-BsdmfT-b.js +125 -0
- package/dist/stores/feature.d.ts +41 -1
- package/dist/stores/integration/netsuite.d.ts +3 -2
- package/dist/stores/inventory.d.ts +20 -8
- package/dist/stores/location.d.ts +29 -1
- package/dist/stores/supplier.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/supplier-CXhkgC4M.js +77 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-B0G2XYSw.js → use-inventory-binding-dialog-DPMJmBCr.js} +10 -11
- package/dist/views/adjustment-template/import/AdjustmentTemplateImport.vue.d.ts +2 -0
- package/dist/views/adjustment-template/import/AdjustmentTemplateImportItem.vue.d.ts +18 -0
- package/dist/views/adjustment-template/import/export.d.ts +60 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateDetails.vue.d.ts +2 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateDialog.vue.d.ts +22 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplatePublish.vue.d.ts +6 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateReason.vue.d.ts +18 -0
- package/dist/views/adjustment-template/wastage-template/WastageTemplateView.vue.d.ts +2 -0
- package/dist/views/adjustment-template/wastage-template/actions.d.ts +1377 -0
- package/dist/views/adjustment-template/wastage-template/form/WastageTemplateForm.vue.d.ts +16 -0
- package/dist/views/adjustment-template/wastage-template/form/WastageTemplateItemTable.vue.d.ts +35 -0
- package/dist/views/adjustment-template/wastage-template/form/useAdjustmentTemplateItems.d.ts +20 -0
- package/dist/views/adjustment-template/wastage-template/props.d.ts +36 -0
- package/dist/views/adjustment-template/wastage-template/table.d.ts +1351 -0
- package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +198 -12
- package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +7 -4
- package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +1559 -467
- package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +19 -0
- package/dist/views/closing-draft/helpers/get-calculated-total.helper.d.ts +4 -0
- package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +2 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +72 -12
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +73 -13
- package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +6 -3
- package/dist/views/ingredients/components/convert/ConvertFormProps.d.ts +1 -0
- package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +4 -2
- package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +1 -0
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +2 -1
- package/dist/views/publish/PublishView.vue.d.ts +2 -0
- package/dist/views/receive-request/components/netsuite/NetSuiteInfo.vue.d.ts +12 -0
- package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +13 -0
- package/dist/views/receive-request/components/netsuite/NetSuiteSync.vue.d.ts +12 -0
- package/dist/views/receive-request/components/transfer-form/NetSuiteField.vue.d.ts +13 -0
- package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +1 -1
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +86 -17
- package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +4 -2
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +2 -1
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +126 -24
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +126 -24
- package/dist/views/recipe/components/recipe-form/RecipeForm.vue.d.ts +2 -0
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +120 -42
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +6 -4
- package/dist/views/stock/helper/compute-summary-total.d.ts +2 -2
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +4 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +2 -1
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +72 -12
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +72 -12
- package/dist/views/transfer-template/helpers/import-export.helper.d.ts +2 -1
- package/dist/vue-i18n-ByVzHsI7.js +2365 -0
- package/package.json +5 -4
- package/dist/App-ByLgARNp.js +0 -259
- package/dist/ClosingDraftView-CQM1Sx45.js +0 -755
- package/dist/FmDroppableField-8RzKjEdL.js +0 -154
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BvkN-71q.js +0 -436
- package/dist/FmMultiselectDialog-DScMA6iG.js +0 -415
- package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-t4pim_k9.js +0 -51
- package/dist/IngredientsView-BfW-jZLM.js +0 -1666
- package/dist/ReceiveRequestView-vbANEzne.js +0 -4165
- package/dist/RecipeView-DW4DY0C0.js +0 -598
- package/dist/TableActionableRow.vue_vue_type_script_setup_true_lang-DlNJ6kRg.js +0 -135
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-B2LOvVef.js +0 -1229
- package/dist/TransferTemplateView-BKumN_p6.js +0 -1262
- package/dist/UnitView-CHLucv9s.js +0 -648
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
- package/dist/app-BXjk74IB.js +0 -33538
- package/dist/date2-CWAt9bRf.js +0 -117
- package/dist/dayjs.min-D3jPOnu6.js +0 -282
- package/dist/defineDeepModel-CiD4GtOw.js +0 -13
- package/dist/feature-6tcLMotY.js +0 -92
- package/dist/form-mode.enum-BKiNVH6A.js +0 -4
- package/dist/format-time-from-id-CYU5Z9Mt.js +0 -15
- package/dist/format-unit-display-CY-0bznr.js +0 -1217
- package/dist/fuzzy-BMkhNYLR.js +0 -41
- package/dist/index-BXwQa14X.js +0 -45
- package/dist/index-CRLd5xyg.js +0 -22283
- package/dist/index-DqwAtOgI.js +0 -12087
- package/dist/netsuite-fYUUk_ss.js +0 -225
- package/dist/row-action.enum-7rGLGZ5v.js +0 -55
- package/dist/rules-BmRGm3yv.js +0 -203
- package/dist/stock-CEX0DP2B.js +0 -111
- package/dist/supplier-CdJmZr7w.js +0 -77
- package/dist/use-template-enabled-locations-2-xbPJWHCs.js +0 -86
- package/dist/xlsx-CTOKp7SQ.js +0 -24004
- package/dist/xlsx.util-D5NFSfDg.js +0 -78
|
@@ -27,12 +27,22 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
27
27
|
message: string;
|
|
28
28
|
createdAt: string;
|
|
29
29
|
}[] | null | undefined;
|
|
30
|
+
missingItems?: {
|
|
31
|
+
name: string;
|
|
32
|
+
reason: string;
|
|
33
|
+
netSuiteId: string;
|
|
34
|
+
}[] | null | undefined;
|
|
35
|
+
additionalInfo?: any;
|
|
30
36
|
id: string | null;
|
|
31
37
|
} | null | undefined;
|
|
32
38
|
template?: string | null | undefined;
|
|
33
39
|
templateDoc?: {
|
|
34
40
|
_rev?: string | null | undefined;
|
|
35
41
|
locations?: {
|
|
42
|
+
inventory?: {
|
|
43
|
+
_id: string;
|
|
44
|
+
updatedAt: string;
|
|
45
|
+
} | null | undefined;
|
|
36
46
|
type: "restaurant" | "warehouse";
|
|
37
47
|
name: string;
|
|
38
48
|
acceptRequest: boolean;
|
|
@@ -186,11 +196,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
186
196
|
precision: number;
|
|
187
197
|
};
|
|
188
198
|
} | null | undefined;
|
|
199
|
+
operationalGroup?: string | null | undefined;
|
|
189
200
|
thresholds?: {
|
|
190
201
|
low: number;
|
|
191
202
|
mid: number;
|
|
192
203
|
} | null | undefined;
|
|
193
|
-
|
|
204
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
194
205
|
unit: {
|
|
195
206
|
_id: string;
|
|
196
207
|
name: string;
|
|
@@ -327,11 +338,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
327
338
|
precision: number;
|
|
328
339
|
};
|
|
329
340
|
} | null | undefined;
|
|
341
|
+
operationalGroup?: string | null | undefined;
|
|
330
342
|
thresholds?: {
|
|
331
343
|
low: number;
|
|
332
344
|
mid: number;
|
|
333
345
|
} | null | undefined;
|
|
334
|
-
|
|
346
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
335
347
|
unit: {
|
|
336
348
|
_id: string;
|
|
337
349
|
name: string;
|
|
@@ -416,11 +428,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
416
428
|
precision: number;
|
|
417
429
|
};
|
|
418
430
|
} | null | undefined;
|
|
431
|
+
operationalGroup?: string | null | undefined;
|
|
419
432
|
thresholds?: {
|
|
420
433
|
low: number;
|
|
421
434
|
mid: number;
|
|
422
435
|
} | null | undefined;
|
|
423
|
-
|
|
436
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
424
437
|
unit: {
|
|
425
438
|
_id: string;
|
|
426
439
|
name: string;
|
|
@@ -546,11 +559,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
546
559
|
precision: number;
|
|
547
560
|
};
|
|
548
561
|
} | null | undefined;
|
|
562
|
+
operationalGroup?: string | null | undefined;
|
|
549
563
|
thresholds?: {
|
|
550
564
|
low: number;
|
|
551
565
|
mid: number;
|
|
552
566
|
} | null | undefined;
|
|
553
|
-
|
|
567
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
554
568
|
unit: {
|
|
555
569
|
_id: string;
|
|
556
570
|
name: string;
|
|
@@ -637,12 +651,22 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
637
651
|
message: string;
|
|
638
652
|
createdAt: string;
|
|
639
653
|
}[] | null | undefined;
|
|
654
|
+
missingItems?: {
|
|
655
|
+
name: string;
|
|
656
|
+
reason: string;
|
|
657
|
+
netSuiteId: string;
|
|
658
|
+
}[] | null | undefined;
|
|
659
|
+
additionalInfo?: any;
|
|
640
660
|
id: string | null;
|
|
641
661
|
} | null | undefined;
|
|
642
662
|
template?: string | null | undefined;
|
|
643
663
|
templateDoc?: {
|
|
644
664
|
_rev?: string | null | undefined;
|
|
645
665
|
locations?: {
|
|
666
|
+
inventory?: {
|
|
667
|
+
_id: string;
|
|
668
|
+
updatedAt: string;
|
|
669
|
+
} | null | undefined;
|
|
646
670
|
type: "restaurant" | "warehouse";
|
|
647
671
|
name: string;
|
|
648
672
|
acceptRequest: boolean;
|
|
@@ -796,11 +820,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
796
820
|
precision: number;
|
|
797
821
|
};
|
|
798
822
|
} | null | undefined;
|
|
823
|
+
operationalGroup?: string | null | undefined;
|
|
799
824
|
thresholds?: {
|
|
800
825
|
low: number;
|
|
801
826
|
mid: number;
|
|
802
827
|
} | null | undefined;
|
|
803
|
-
|
|
828
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
804
829
|
unit: {
|
|
805
830
|
_id: string;
|
|
806
831
|
name: string;
|
|
@@ -937,11 +962,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
937
962
|
precision: number;
|
|
938
963
|
};
|
|
939
964
|
} | null | undefined;
|
|
965
|
+
operationalGroup?: string | null | undefined;
|
|
940
966
|
thresholds?: {
|
|
941
967
|
low: number;
|
|
942
968
|
mid: number;
|
|
943
969
|
} | null | undefined;
|
|
944
|
-
|
|
970
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
945
971
|
unit: {
|
|
946
972
|
_id: string;
|
|
947
973
|
name: string;
|
|
@@ -1026,11 +1052,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1026
1052
|
precision: number;
|
|
1027
1053
|
};
|
|
1028
1054
|
} | null | undefined;
|
|
1055
|
+
operationalGroup?: string | null | undefined;
|
|
1029
1056
|
thresholds?: {
|
|
1030
1057
|
low: number;
|
|
1031
1058
|
mid: number;
|
|
1032
1059
|
} | null | undefined;
|
|
1033
|
-
|
|
1060
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1034
1061
|
unit: {
|
|
1035
1062
|
_id: string;
|
|
1036
1063
|
name: string;
|
|
@@ -1156,11 +1183,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1156
1183
|
precision: number;
|
|
1157
1184
|
};
|
|
1158
1185
|
} | null | undefined;
|
|
1186
|
+
operationalGroup?: string | null | undefined;
|
|
1159
1187
|
thresholds?: {
|
|
1160
1188
|
low: number;
|
|
1161
1189
|
mid: number;
|
|
1162
1190
|
} | null | undefined;
|
|
1163
|
-
|
|
1191
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1164
1192
|
unit: {
|
|
1165
1193
|
_id: string;
|
|
1166
1194
|
name: string;
|
|
@@ -1217,12 +1245,22 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1217
1245
|
message: string;
|
|
1218
1246
|
createdAt: string;
|
|
1219
1247
|
}[] | null | undefined;
|
|
1248
|
+
missingItems?: {
|
|
1249
|
+
name: string;
|
|
1250
|
+
reason: string;
|
|
1251
|
+
netSuiteId: string;
|
|
1252
|
+
}[] | null | undefined;
|
|
1253
|
+
additionalInfo?: any;
|
|
1220
1254
|
id: string | null;
|
|
1221
1255
|
} | null | undefined;
|
|
1222
1256
|
template?: string | null | undefined;
|
|
1223
1257
|
templateDoc?: {
|
|
1224
1258
|
_rev?: string | null | undefined;
|
|
1225
1259
|
locations?: {
|
|
1260
|
+
inventory?: {
|
|
1261
|
+
_id: string;
|
|
1262
|
+
updatedAt: string;
|
|
1263
|
+
} | null | undefined;
|
|
1226
1264
|
type: "restaurant" | "warehouse";
|
|
1227
1265
|
name: string;
|
|
1228
1266
|
acceptRequest: boolean;
|
|
@@ -1376,11 +1414,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1376
1414
|
precision: number;
|
|
1377
1415
|
};
|
|
1378
1416
|
} | null | undefined;
|
|
1417
|
+
operationalGroup?: string | null | undefined;
|
|
1379
1418
|
thresholds?: {
|
|
1380
1419
|
low: number;
|
|
1381
1420
|
mid: number;
|
|
1382
1421
|
} | null | undefined;
|
|
1383
|
-
|
|
1422
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1384
1423
|
unit: {
|
|
1385
1424
|
_id: string;
|
|
1386
1425
|
name: string;
|
|
@@ -1517,11 +1556,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1517
1556
|
precision: number;
|
|
1518
1557
|
};
|
|
1519
1558
|
} | null | undefined;
|
|
1559
|
+
operationalGroup?: string | null | undefined;
|
|
1520
1560
|
thresholds?: {
|
|
1521
1561
|
low: number;
|
|
1522
1562
|
mid: number;
|
|
1523
1563
|
} | null | undefined;
|
|
1524
|
-
|
|
1564
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1525
1565
|
unit: {
|
|
1526
1566
|
_id: string;
|
|
1527
1567
|
name: string;
|
|
@@ -1606,11 +1646,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1606
1646
|
precision: number;
|
|
1607
1647
|
};
|
|
1608
1648
|
} | null | undefined;
|
|
1649
|
+
operationalGroup?: string | null | undefined;
|
|
1609
1650
|
thresholds?: {
|
|
1610
1651
|
low: number;
|
|
1611
1652
|
mid: number;
|
|
1612
1653
|
} | null | undefined;
|
|
1613
|
-
|
|
1654
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1614
1655
|
unit: {
|
|
1615
1656
|
_id: string;
|
|
1616
1657
|
name: string;
|
|
@@ -1736,11 +1777,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1736
1777
|
precision: number;
|
|
1737
1778
|
};
|
|
1738
1779
|
} | null | undefined;
|
|
1780
|
+
operationalGroup?: string | null | undefined;
|
|
1739
1781
|
thresholds?: {
|
|
1740
1782
|
low: number;
|
|
1741
1783
|
mid: number;
|
|
1742
1784
|
} | null | undefined;
|
|
1743
|
-
|
|
1785
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1744
1786
|
unit: {
|
|
1745
1787
|
_id: string;
|
|
1746
1788
|
name: string;
|
|
@@ -1809,6 +1851,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1809
1851
|
message: string;
|
|
1810
1852
|
createdAt: string;
|
|
1811
1853
|
}[] | null | undefined;
|
|
1854
|
+
missingItems?: {
|
|
1855
|
+
name: string;
|
|
1856
|
+
reason: string;
|
|
1857
|
+
netSuiteId: string;
|
|
1858
|
+
}[] | null | undefined;
|
|
1859
|
+
additionalInfo?: any;
|
|
1812
1860
|
id: string | null;
|
|
1813
1861
|
} | null | undefined;
|
|
1814
1862
|
purchaseOrder?: {
|
|
@@ -1826,12 +1874,22 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1826
1874
|
message: string;
|
|
1827
1875
|
createdAt: string;
|
|
1828
1876
|
}[] | null | undefined;
|
|
1877
|
+
missingItems?: {
|
|
1878
|
+
name: string;
|
|
1879
|
+
reason: string;
|
|
1880
|
+
netSuiteId: string;
|
|
1881
|
+
}[] | null | undefined;
|
|
1882
|
+
additionalInfo?: any;
|
|
1829
1883
|
id: string | null;
|
|
1830
1884
|
} | null | undefined;
|
|
1831
1885
|
template?: string | null | undefined;
|
|
1832
1886
|
templateDoc?: {
|
|
1833
1887
|
_rev?: string | null | undefined;
|
|
1834
1888
|
locations?: {
|
|
1889
|
+
inventory?: {
|
|
1890
|
+
_id: string;
|
|
1891
|
+
updatedAt: string;
|
|
1892
|
+
} | null | undefined;
|
|
1835
1893
|
type: "restaurant" | "warehouse";
|
|
1836
1894
|
name: string;
|
|
1837
1895
|
acceptRequest: boolean;
|
|
@@ -1985,11 +2043,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1985
2043
|
precision: number;
|
|
1986
2044
|
};
|
|
1987
2045
|
} | null | undefined;
|
|
2046
|
+
operationalGroup?: string | null | undefined;
|
|
1988
2047
|
thresholds?: {
|
|
1989
2048
|
low: number;
|
|
1990
2049
|
mid: number;
|
|
1991
2050
|
} | null | undefined;
|
|
1992
|
-
|
|
2051
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
1993
2052
|
unit: {
|
|
1994
2053
|
_id: string;
|
|
1995
2054
|
name: string;
|
|
@@ -2126,11 +2185,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2126
2185
|
precision: number;
|
|
2127
2186
|
};
|
|
2128
2187
|
} | null | undefined;
|
|
2188
|
+
operationalGroup?: string | null | undefined;
|
|
2129
2189
|
thresholds?: {
|
|
2130
2190
|
low: number;
|
|
2131
2191
|
mid: number;
|
|
2132
2192
|
} | null | undefined;
|
|
2133
|
-
|
|
2193
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2134
2194
|
unit: {
|
|
2135
2195
|
_id: string;
|
|
2136
2196
|
name: string;
|
|
@@ -2215,11 +2275,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2215
2275
|
precision: number;
|
|
2216
2276
|
};
|
|
2217
2277
|
} | null | undefined;
|
|
2278
|
+
operationalGroup?: string | null | undefined;
|
|
2218
2279
|
thresholds?: {
|
|
2219
2280
|
low: number;
|
|
2220
2281
|
mid: number;
|
|
2221
2282
|
} | null | undefined;
|
|
2222
|
-
|
|
2283
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2223
2284
|
unit: {
|
|
2224
2285
|
_id: string;
|
|
2225
2286
|
name: string;
|
|
@@ -2345,11 +2406,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2345
2406
|
precision: number;
|
|
2346
2407
|
};
|
|
2347
2408
|
} | null | undefined;
|
|
2409
|
+
operationalGroup?: string | null | undefined;
|
|
2348
2410
|
thresholds?: {
|
|
2349
2411
|
low: number;
|
|
2350
2412
|
mid: number;
|
|
2351
2413
|
} | null | undefined;
|
|
2352
|
-
|
|
2414
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2353
2415
|
unit: {
|
|
2354
2416
|
_id: string;
|
|
2355
2417
|
name: string;
|
|
@@ -2443,6 +2505,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2443
2505
|
message: string;
|
|
2444
2506
|
createdAt: string;
|
|
2445
2507
|
}[] | null | undefined;
|
|
2508
|
+
missingItems?: {
|
|
2509
|
+
name: string;
|
|
2510
|
+
reason: string;
|
|
2511
|
+
netSuiteId: string;
|
|
2512
|
+
}[] | null | undefined;
|
|
2513
|
+
additionalInfo?: any;
|
|
2446
2514
|
id: string | null;
|
|
2447
2515
|
} | null | undefined;
|
|
2448
2516
|
purchaseOrder?: {
|
|
@@ -2460,12 +2528,22 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2460
2528
|
message: string;
|
|
2461
2529
|
createdAt: string;
|
|
2462
2530
|
}[] | null | undefined;
|
|
2531
|
+
missingItems?: {
|
|
2532
|
+
name: string;
|
|
2533
|
+
reason: string;
|
|
2534
|
+
netSuiteId: string;
|
|
2535
|
+
}[] | null | undefined;
|
|
2536
|
+
additionalInfo?: any;
|
|
2463
2537
|
id: string | null;
|
|
2464
2538
|
} | null | undefined;
|
|
2465
2539
|
template?: string | null | undefined;
|
|
2466
2540
|
templateDoc?: {
|
|
2467
2541
|
_rev?: string | null | undefined;
|
|
2468
2542
|
locations?: {
|
|
2543
|
+
inventory?: {
|
|
2544
|
+
_id: string;
|
|
2545
|
+
updatedAt: string;
|
|
2546
|
+
} | null | undefined;
|
|
2469
2547
|
type: "restaurant" | "warehouse";
|
|
2470
2548
|
name: string;
|
|
2471
2549
|
acceptRequest: boolean;
|
|
@@ -2619,11 +2697,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2619
2697
|
precision: number;
|
|
2620
2698
|
};
|
|
2621
2699
|
} | null | undefined;
|
|
2700
|
+
operationalGroup?: string | null | undefined;
|
|
2622
2701
|
thresholds?: {
|
|
2623
2702
|
low: number;
|
|
2624
2703
|
mid: number;
|
|
2625
2704
|
} | null | undefined;
|
|
2626
|
-
|
|
2705
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2627
2706
|
unit: {
|
|
2628
2707
|
_id: string;
|
|
2629
2708
|
name: string;
|
|
@@ -2760,11 +2839,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2760
2839
|
precision: number;
|
|
2761
2840
|
};
|
|
2762
2841
|
} | null | undefined;
|
|
2842
|
+
operationalGroup?: string | null | undefined;
|
|
2763
2843
|
thresholds?: {
|
|
2764
2844
|
low: number;
|
|
2765
2845
|
mid: number;
|
|
2766
2846
|
} | null | undefined;
|
|
2767
|
-
|
|
2847
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2768
2848
|
unit: {
|
|
2769
2849
|
_id: string;
|
|
2770
2850
|
name: string;
|
|
@@ -2849,11 +2929,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2849
2929
|
precision: number;
|
|
2850
2930
|
};
|
|
2851
2931
|
} | null | undefined;
|
|
2932
|
+
operationalGroup?: string | null | undefined;
|
|
2852
2933
|
thresholds?: {
|
|
2853
2934
|
low: number;
|
|
2854
2935
|
mid: number;
|
|
2855
2936
|
} | null | undefined;
|
|
2856
|
-
|
|
2937
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2857
2938
|
unit: {
|
|
2858
2939
|
_id: string;
|
|
2859
2940
|
name: string;
|
|
@@ -2979,11 +3060,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
2979
3060
|
precision: number;
|
|
2980
3061
|
};
|
|
2981
3062
|
} | null | undefined;
|
|
3063
|
+
operationalGroup?: string | null | undefined;
|
|
2982
3064
|
thresholds?: {
|
|
2983
3065
|
low: number;
|
|
2984
3066
|
mid: number;
|
|
2985
3067
|
} | null | undefined;
|
|
2986
|
-
|
|
3068
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
2987
3069
|
unit: {
|
|
2988
3070
|
_id: string;
|
|
2989
3071
|
name: string;
|
|
@@ -3051,6 +3133,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3051
3133
|
message: string;
|
|
3052
3134
|
createdAt: string;
|
|
3053
3135
|
}[] | null | undefined;
|
|
3136
|
+
missingItems?: {
|
|
3137
|
+
name: string;
|
|
3138
|
+
reason: string;
|
|
3139
|
+
netSuiteId: string;
|
|
3140
|
+
}[] | null | undefined;
|
|
3141
|
+
additionalInfo?: any;
|
|
3054
3142
|
id: string | null;
|
|
3055
3143
|
} | null | undefined;
|
|
3056
3144
|
purchaseOrder?: {
|
|
@@ -3068,12 +3156,22 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3068
3156
|
message: string;
|
|
3069
3157
|
createdAt: string;
|
|
3070
3158
|
}[] | null | undefined;
|
|
3159
|
+
missingItems?: {
|
|
3160
|
+
name: string;
|
|
3161
|
+
reason: string;
|
|
3162
|
+
netSuiteId: string;
|
|
3163
|
+
}[] | null | undefined;
|
|
3164
|
+
additionalInfo?: any;
|
|
3071
3165
|
id: string | null;
|
|
3072
3166
|
} | null | undefined;
|
|
3073
3167
|
template?: string | null | undefined;
|
|
3074
3168
|
templateDoc?: {
|
|
3075
3169
|
_rev?: string | null | undefined;
|
|
3076
3170
|
locations?: {
|
|
3171
|
+
inventory?: {
|
|
3172
|
+
_id: string;
|
|
3173
|
+
updatedAt: string;
|
|
3174
|
+
} | null | undefined;
|
|
3077
3175
|
type: "restaurant" | "warehouse";
|
|
3078
3176
|
name: string;
|
|
3079
3177
|
acceptRequest: boolean;
|
|
@@ -3227,11 +3325,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3227
3325
|
precision: number;
|
|
3228
3326
|
};
|
|
3229
3327
|
} | null | undefined;
|
|
3328
|
+
operationalGroup?: string | null | undefined;
|
|
3230
3329
|
thresholds?: {
|
|
3231
3330
|
low: number;
|
|
3232
3331
|
mid: number;
|
|
3233
3332
|
} | null | undefined;
|
|
3234
|
-
|
|
3333
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3235
3334
|
unit: {
|
|
3236
3335
|
_id: string;
|
|
3237
3336
|
name: string;
|
|
@@ -3368,11 +3467,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3368
3467
|
precision: number;
|
|
3369
3468
|
};
|
|
3370
3469
|
} | null | undefined;
|
|
3470
|
+
operationalGroup?: string | null | undefined;
|
|
3371
3471
|
thresholds?: {
|
|
3372
3472
|
low: number;
|
|
3373
3473
|
mid: number;
|
|
3374
3474
|
} | null | undefined;
|
|
3375
|
-
|
|
3475
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3376
3476
|
unit: {
|
|
3377
3477
|
_id: string;
|
|
3378
3478
|
name: string;
|
|
@@ -3457,11 +3557,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3457
3557
|
precision: number;
|
|
3458
3558
|
};
|
|
3459
3559
|
} | null | undefined;
|
|
3560
|
+
operationalGroup?: string | null | undefined;
|
|
3460
3561
|
thresholds?: {
|
|
3461
3562
|
low: number;
|
|
3462
3563
|
mid: number;
|
|
3463
3564
|
} | null | undefined;
|
|
3464
|
-
|
|
3565
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3465
3566
|
unit: {
|
|
3466
3567
|
_id: string;
|
|
3467
3568
|
name: string;
|
|
@@ -3587,11 +3688,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
3587
3688
|
precision: number;
|
|
3588
3689
|
};
|
|
3589
3690
|
} | null | undefined;
|
|
3691
|
+
operationalGroup?: string | null | undefined;
|
|
3590
3692
|
thresholds?: {
|
|
3591
3693
|
low: number;
|
|
3592
3694
|
mid: number;
|
|
3593
3695
|
} | null | undefined;
|
|
3594
|
-
|
|
3696
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
3595
3697
|
unit: {
|
|
3596
3698
|
_id: string;
|
|
3597
3699
|
name: string;
|
|
@@ -5,6 +5,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5
5
|
resetInputs: () => void;
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (mv: {
|
|
8
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
8
9
|
_id: string;
|
|
9
10
|
name: string;
|
|
10
11
|
contains: {
|
|
@@ -28,6 +29,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
29
|
"click:submit": () => void;
|
|
29
30
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<RecipeFormProps>>> & Readonly<{
|
|
30
31
|
"onUpdate:modelValue"?: ((mv: {
|
|
32
|
+
customAttributes?: Record<string, any> | null | undefined;
|
|
31
33
|
_id: string;
|
|
32
34
|
name: string;
|
|
33
35
|
contains: {
|