@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.
Files changed (140) hide show
  1. package/dist/App-D3sNH2MR.js +276 -0
  2. package/dist/{ApprovalView-e85YmdZN.js → ApprovalView-DHnRx0hJ.js} +17 -20
  3. package/dist/{BindingsDialog-giBUD0IH.js → BindingsDialog-oTeg2Dai.js} +6 -6
  4. package/dist/{BindingsPicker-CC4MmPbF.js → BindingsPicker-CWdjmMJ3.js} +8 -9
  5. package/dist/{BindingsTable-WphZdzrA.js → BindingsTable-bKLR1OKX.js} +18 -22
  6. package/dist/ClosingDraftView-CIQVz7lY.js +1225 -0
  7. package/dist/{ClosingTemplateView-1lzoDyet.js → ClosingTemplateView-D5pLzQwU.js} +259 -274
  8. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-ClLDcchC.js +142 -0
  9. 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
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DIFQcrc0.js → FmUnitInput.vue_vue_type_script_setup_true_lang-DhpHOaRH.js} +50 -51
  11. package/dist/{IngredientGroupView-UegBM_JK.js → IngredientGroupView-4C437mso.js} +63 -70
  12. package/dist/IngredientsView-DoiGgjre.js +1706 -0
  13. package/dist/{IntegrationView-FYNNzKia.js → IntegrationView-8ZKE7MAM.js} +123 -126
  14. package/dist/{InventoryBindingForm-DsHv_IHG.js → InventoryBindingForm-CcnfliYQ.js} +1 -1
  15. 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
  16. package/dist/{InventoryBindingSummary-BLb4MRPZ.js → InventoryBindingSummary-CRdHCzNE.js} +1 -1
  17. 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
  18. 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
  19. package/dist/PublishView-t5gjGmK_.js +192 -0
  20. package/dist/{PurchaseOrderPrintPreview-BBMU3teq.js → PurchaseOrderPrintPreview-6i53Y-v1.js} +13 -14
  21. package/dist/ReceiveRequestView-uOeSh0Mr.js +1866 -0
  22. package/dist/RecipeView-BTWywckD.js +609 -0
  23. package/dist/StockView-DN2xk8ei.js +1817 -0
  24. package/dist/{SupplierView-B2aObtwK.js → SupplierView-l0XUg3J4.js} +185 -196
  25. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CWMn6fFf.js +1327 -0
  26. package/dist/TransferTemplateView-wDKXpCWZ.js +1263 -0
  27. package/dist/UnitView-CUI-k-tS.js +648 -0
  28. package/dist/{WarehouseView-G8pej6Y2.js → WarehouseView-WsI_eG5r.js} +190 -197
  29. package/dist/api/adjustment-template.d.ts +25 -0
  30. package/dist/api/bill.d.ts +240 -84
  31. package/dist/api/inventory.d.ts +19 -6
  32. package/dist/api/netsuite.d.ts +3 -3
  33. package/dist/app-DntcWR3_.js +85558 -0
  34. package/dist/app.d.ts +85 -0
  35. package/dist/app.js +2 -2
  36. package/dist/components/FmCustomAttribute.vue.d.ts +23 -0
  37. package/dist/components/FmLockableField.vue.d.ts +37 -0
  38. package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
  39. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +3 -1
  40. package/dist/components/shell/inventory/binding-ui.vue.d.ts +3 -1
  41. package/dist/composable/defineDeepModel.d.ts +1 -1
  42. package/dist/{decimal-DC07xoJW.js → decimal-DTCTnMwO.js} +1 -1
  43. package/dist/format-unit-display-Hy48Iw5j.js +1215 -0
  44. package/dist/index-Bv9RYyTZ.js +29202 -0
  45. package/dist/{StockView-C5btudss.js → index-D4yJP9I2.js} +2220 -3863
  46. package/dist/layout/SingleColumnLayout.vue.d.ts +1 -0
  47. package/dist/router/name.d.ts +2 -0
  48. package/dist/stock-BsdmfT-b.js +125 -0
  49. package/dist/stores/feature.d.ts +41 -1
  50. package/dist/stores/integration/netsuite.d.ts +3 -2
  51. package/dist/stores/inventory.d.ts +20 -8
  52. package/dist/stores/location.d.ts +29 -1
  53. package/dist/stores/supplier.d.ts +1 -1
  54. package/dist/style.css +1 -1
  55. package/dist/supplier-CXhkgC4M.js +77 -0
  56. package/dist/tsconfig.app.tsbuildinfo +1 -1
  57. package/dist/{use-inventory-binding-dialog-B0G2XYSw.js → use-inventory-binding-dialog-DPMJmBCr.js} +10 -11
  58. package/dist/views/adjustment-template/import/AdjustmentTemplateImport.vue.d.ts +2 -0
  59. package/dist/views/adjustment-template/import/AdjustmentTemplateImportItem.vue.d.ts +18 -0
  60. package/dist/views/adjustment-template/import/export.d.ts +60 -0
  61. package/dist/views/adjustment-template/wastage-template/WastageTemplateDetails.vue.d.ts +2 -0
  62. package/dist/views/adjustment-template/wastage-template/WastageTemplateDialog.vue.d.ts +22 -0
  63. package/dist/views/adjustment-template/wastage-template/WastageTemplatePublish.vue.d.ts +6 -0
  64. package/dist/views/adjustment-template/wastage-template/WastageTemplateReason.vue.d.ts +18 -0
  65. package/dist/views/adjustment-template/wastage-template/WastageTemplateView.vue.d.ts +2 -0
  66. package/dist/views/adjustment-template/wastage-template/actions.d.ts +1377 -0
  67. package/dist/views/adjustment-template/wastage-template/form/WastageTemplateForm.vue.d.ts +16 -0
  68. package/dist/views/adjustment-template/wastage-template/form/WastageTemplateItemTable.vue.d.ts +35 -0
  69. package/dist/views/adjustment-template/wastage-template/form/useAdjustmentTemplateItems.d.ts +20 -0
  70. package/dist/views/adjustment-template/wastage-template/props.d.ts +36 -0
  71. package/dist/views/adjustment-template/wastage-template/table.d.ts +1351 -0
  72. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +198 -12
  73. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +7 -4
  74. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +1559 -467
  75. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +19 -0
  76. package/dist/views/closing-draft/helpers/get-calculated-total.helper.d.ts +4 -0
  77. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +2 -1
  78. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +72 -12
  79. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +73 -13
  80. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +6 -3
  81. package/dist/views/ingredients/components/convert/ConvertFormProps.d.ts +1 -0
  82. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +4 -2
  83. package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +1 -0
  84. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +2 -1
  85. package/dist/views/publish/PublishView.vue.d.ts +2 -0
  86. package/dist/views/receive-request/components/netsuite/NetSuiteInfo.vue.d.ts +12 -0
  87. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +13 -0
  88. package/dist/views/receive-request/components/netsuite/NetSuiteSync.vue.d.ts +12 -0
  89. package/dist/views/receive-request/components/transfer-form/NetSuiteField.vue.d.ts +13 -0
  90. package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +1 -1
  91. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +86 -17
  92. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +4 -2
  93. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +2 -1
  94. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +126 -24
  95. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +126 -24
  96. package/dist/views/recipe/components/recipe-form/RecipeForm.vue.d.ts +2 -0
  97. package/dist/views/stock/components/StockRecordCard.vue.d.ts +120 -42
  98. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +6 -4
  99. package/dist/views/stock/helper/compute-summary-total.d.ts +2 -2
  100. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +4 -0
  101. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +2 -1
  102. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +72 -12
  103. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +72 -12
  104. package/dist/views/transfer-template/helpers/import-export.helper.d.ts +2 -1
  105. package/dist/vue-i18n-ByVzHsI7.js +2365 -0
  106. package/package.json +5 -4
  107. package/dist/App-ByLgARNp.js +0 -259
  108. package/dist/ClosingDraftView-CQM1Sx45.js +0 -755
  109. package/dist/FmDroppableField-8RzKjEdL.js +0 -154
  110. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BvkN-71q.js +0 -436
  111. package/dist/FmMultiselectDialog-DScMA6iG.js +0 -415
  112. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-t4pim_k9.js +0 -51
  113. package/dist/IngredientsView-BfW-jZLM.js +0 -1666
  114. package/dist/ReceiveRequestView-vbANEzne.js +0 -4165
  115. package/dist/RecipeView-DW4DY0C0.js +0 -598
  116. package/dist/TableActionableRow.vue_vue_type_script_setup_true_lang-DlNJ6kRg.js +0 -135
  117. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-B2LOvVef.js +0 -1229
  118. package/dist/TransferTemplateView-BKumN_p6.js +0 -1262
  119. package/dist/UnitView-CHLucv9s.js +0 -648
  120. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  121. package/dist/app-BXjk74IB.js +0 -33538
  122. package/dist/date2-CWAt9bRf.js +0 -117
  123. package/dist/dayjs.min-D3jPOnu6.js +0 -282
  124. package/dist/defineDeepModel-CiD4GtOw.js +0 -13
  125. package/dist/feature-6tcLMotY.js +0 -92
  126. package/dist/form-mode.enum-BKiNVH6A.js +0 -4
  127. package/dist/format-time-from-id-CYU5Z9Mt.js +0 -15
  128. package/dist/format-unit-display-CY-0bznr.js +0 -1217
  129. package/dist/fuzzy-BMkhNYLR.js +0 -41
  130. package/dist/index-BXwQa14X.js +0 -45
  131. package/dist/index-CRLd5xyg.js +0 -22283
  132. package/dist/index-DqwAtOgI.js +0 -12087
  133. package/dist/netsuite-fYUUk_ss.js +0 -225
  134. package/dist/row-action.enum-7rGLGZ5v.js +0 -55
  135. package/dist/rules-BmRGm3yv.js +0 -203
  136. package/dist/stock-CEX0DP2B.js +0 -111
  137. package/dist/supplier-CdJmZr7w.js +0 -77
  138. package/dist/use-template-enabled-locations-2-xbPJWHCs.js +0 -86
  139. package/dist/xlsx-CTOKp7SQ.js +0 -24004
  140. package/dist/xlsx.util-D5NFSfDg.js +0 -78
@@ -2,6 +2,7 @@ export interface ConvertFormProps {
2
2
  modelValue: FdoInventorySku['convert'];
3
3
  rootValue: FdoInventorySku;
4
4
  disabled?: boolean;
5
+ readonly?: boolean;
5
6
  }
6
7
  export interface ConvertFormEvents {
7
8
  (event: 'update:modelValue', mv: FdoInventorySku['convert']): void;
@@ -43,11 +43,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
43
43
  precision: number;
44
44
  };
45
45
  } | null | undefined;
46
+ operationalGroup?: string | null | undefined;
46
47
  thresholds?: {
47
48
  low: number;
48
49
  mid: number;
49
50
  } | null | undefined;
50
- operationalGroup?: string | null | undefined;
51
+ customAttributes?: Record<string, any> | null | undefined;
51
52
  unit: {
52
53
  _id: string;
53
54
  name: string;
@@ -108,11 +109,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
108
109
  precision: number;
109
110
  };
110
111
  } | null | undefined;
112
+ operationalGroup?: string | null | undefined;
111
113
  thresholds?: {
112
114
  low: number;
113
115
  mid: number;
114
116
  } | null | undefined;
115
- operationalGroup?: string | null | undefined;
117
+ customAttributes?: Record<string, any> | null | undefined;
116
118
  unit: {
117
119
  _id: string;
118
120
  name: string;
@@ -6,6 +6,7 @@ export interface InventoryBindingFormProps {
6
6
  rules?: (ValidationResult | ((bindings: FdoInventoryBinding[]) => ValidationResult))[];
7
7
  iframeMode?: boolean;
8
8
  disabled?: boolean;
9
+ readonly?: boolean;
9
10
  }
10
11
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InventoryBindingFormProps>, {
11
12
  modelValue: () => never[];
@@ -39,11 +39,12 @@ export declare function useIngredientTable(): {
39
39
  precision: number;
40
40
  };
41
41
  } | null | undefined;
42
+ operationalGroup?: string | null | undefined;
42
43
  thresholds?: {
43
44
  low: number;
44
45
  mid: number;
45
46
  } | null | undefined;
46
- operationalGroup?: string | null | undefined;
47
+ customAttributes?: Record<string, any> | null | undefined;
47
48
  unit: {
48
49
  _id: string;
49
50
  name: string;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import type { NetSuiteInfoProps } from './NetSuiteProps';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteInfoProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteInfoProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToRuntimeProps<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -0,0 +1,13 @@
1
+ import type { PurchaseOrderTransactionType } from '../../constants/purchase-order-transaction-type';
2
+ export interface NetSuiteInfoProps {
3
+ transferType: PurchaseOrderTransactionType;
4
+ transferToDbName?: string;
5
+ poRequest?: FdoPurchaseOrderRequest;
6
+ purchaseOrder?: FdoPurchaseOrder;
7
+ isTransferBetweenOutlets?: boolean;
8
+ }
9
+ export interface NetSuiteSyncProps {
10
+ poRequest?: FdoPurchaseOrderRequest;
11
+ purchaseOrder?: FdoPurchaseOrder;
12
+ isTransferBetweenOutlets?: boolean;
13
+ }
@@ -0,0 +1,12 @@
1
+ import type { NetSuiteSyncProps } from './NetSuiteProps';
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteSyncProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteSyncProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
+ export default _default;
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToRuntimeProps<T> = {
6
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
7
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
+ } : {
9
+ type: import('vue').PropType<T[K]>;
10
+ required: true;
11
+ };
12
+ };
@@ -1,4 +1,5 @@
1
1
  interface NetSuiteFieldProps {
2
+ required?: boolean;
2
3
  disabled?: boolean;
3
4
  supplier: FdoPurchaseOrderSupplier;
4
5
  setting?: FdoPurchaseOrderNetSuiteSetting | null;
@@ -20,6 +21,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
21
  message: string;
21
22
  createdAt: string;
22
23
  }[] | null | undefined;
24
+ missingItems?: {
25
+ name: string;
26
+ reason: string;
27
+ netSuiteId: string;
28
+ }[] | null | undefined;
29
+ additionalInfo?: any;
23
30
  id: string | null;
24
31
  }) => void;
25
32
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NetSuiteFieldProps>>> & Readonly<{
@@ -34,6 +41,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
41
  message: string;
35
42
  createdAt: string;
36
43
  }[] | null | undefined;
44
+ missingItems?: {
45
+ name: string;
46
+ reason: string;
47
+ netSuiteId: string;
48
+ }[] | null | undefined;
49
+ additionalInfo?: any;
37
50
  id: string | null;
38
51
  }) => any) | undefined;
39
52
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
17
17
  default: string;
18
18
  };
19
19
  }>> & Readonly<{}>, {
20
- size: number;
21
20
  color: string;
21
+ size: number;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
23
  export default _default;
@@ -12,12 +12,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
12
12
  message: string;
13
13
  createdAt: string;
14
14
  }[] | null | undefined;
15
+ missingItems?: {
16
+ name: string;
17
+ reason: string;
18
+ netSuiteId: string;
19
+ }[] | null | undefined;
20
+ additionalInfo?: any;
15
21
  id: string | null;
16
22
  } | null | undefined;
17
23
  template?: string | null | undefined;
18
24
  templateDoc?: {
19
25
  _rev?: string | null | undefined;
20
26
  locations?: {
27
+ inventory?: {
28
+ _id: string;
29
+ updatedAt: string;
30
+ } | null | undefined;
21
31
  type: "restaurant" | "warehouse";
22
32
  name: string;
23
33
  acceptRequest: boolean;
@@ -171,11 +181,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
171
181
  precision: number;
172
182
  };
173
183
  } | null | undefined;
184
+ operationalGroup?: string | null | undefined;
174
185
  thresholds?: {
175
186
  low: number;
176
187
  mid: number;
177
188
  } | null | undefined;
178
- operationalGroup?: string | null | undefined;
189
+ customAttributes?: Record<string, any> | null | undefined;
179
190
  unit: {
180
191
  _id: string;
181
192
  name: string;
@@ -312,11 +323,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
312
323
  precision: number;
313
324
  };
314
325
  } | null | undefined;
326
+ operationalGroup?: string | null | undefined;
315
327
  thresholds?: {
316
328
  low: number;
317
329
  mid: number;
318
330
  } | null | undefined;
319
- operationalGroup?: string | null | undefined;
331
+ customAttributes?: Record<string, any> | null | undefined;
320
332
  unit: {
321
333
  _id: string;
322
334
  name: string;
@@ -399,11 +411,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
399
411
  precision: number;
400
412
  };
401
413
  } | null | undefined;
414
+ operationalGroup?: string | null | undefined;
402
415
  thresholds?: {
403
416
  low: number;
404
417
  mid: number;
405
418
  } | null | undefined;
406
- operationalGroup?: string | null | undefined;
419
+ customAttributes?: Record<string, any> | null | undefined;
407
420
  unit: {
408
421
  _id: string;
409
422
  name: string;
@@ -548,11 +561,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
548
561
  precision: number;
549
562
  };
550
563
  } | null | undefined;
564
+ operationalGroup?: string | null | undefined;
551
565
  thresholds?: {
552
566
  low: number;
553
567
  mid: number;
554
568
  } | null | undefined;
555
- operationalGroup?: string | null | undefined;
569
+ customAttributes?: Record<string, any> | null | undefined;
556
570
  unit: {
557
571
  _id: string;
558
572
  name: string;
@@ -587,6 +601,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
587
601
  message: string;
588
602
  createdAt: string;
589
603
  }[] | null | undefined;
604
+ missingItems?: {
605
+ name: string;
606
+ reason: string;
607
+ netSuiteId: string;
608
+ }[] | null | undefined;
609
+ additionalInfo?: any;
590
610
  id: string | null;
591
611
  } | null | undefined;
592
612
  purchaseOrder?: {
@@ -604,12 +624,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
604
624
  message: string;
605
625
  createdAt: string;
606
626
  }[] | null | undefined;
627
+ missingItems?: {
628
+ name: string;
629
+ reason: string;
630
+ netSuiteId: string;
631
+ }[] | null | undefined;
632
+ additionalInfo?: any;
607
633
  id: string | null;
608
634
  } | null | undefined;
609
635
  template?: string | null | undefined;
610
636
  templateDoc?: {
611
637
  _rev?: string | null | undefined;
612
638
  locations?: {
639
+ inventory?: {
640
+ _id: string;
641
+ updatedAt: string;
642
+ } | null | undefined;
613
643
  type: "restaurant" | "warehouse";
614
644
  name: string;
615
645
  acceptRequest: boolean;
@@ -763,11 +793,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
763
793
  precision: number;
764
794
  };
765
795
  } | null | undefined;
796
+ operationalGroup?: string | null | undefined;
766
797
  thresholds?: {
767
798
  low: number;
768
799
  mid: number;
769
800
  } | null | undefined;
770
- operationalGroup?: string | null | undefined;
801
+ customAttributes?: Record<string, any> | null | undefined;
771
802
  unit: {
772
803
  _id: string;
773
804
  name: string;
@@ -904,11 +935,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
904
935
  precision: number;
905
936
  };
906
937
  } | null | undefined;
938
+ operationalGroup?: string | null | undefined;
907
939
  thresholds?: {
908
940
  low: number;
909
941
  mid: number;
910
942
  } | null | undefined;
911
- operationalGroup?: string | null | undefined;
943
+ customAttributes?: Record<string, any> | null | undefined;
912
944
  unit: {
913
945
  _id: string;
914
946
  name: string;
@@ -993,11 +1025,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
993
1025
  precision: number;
994
1026
  };
995
1027
  } | null | undefined;
1028
+ operationalGroup?: string | null | undefined;
996
1029
  thresholds?: {
997
1030
  low: number;
998
1031
  mid: number;
999
1032
  } | null | undefined;
1000
- operationalGroup?: string | null | undefined;
1033
+ customAttributes?: Record<string, any> | null | undefined;
1001
1034
  unit: {
1002
1035
  _id: string;
1003
1036
  name: string;
@@ -1123,11 +1156,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1123
1156
  precision: number;
1124
1157
  };
1125
1158
  } | null | undefined;
1159
+ operationalGroup?: string | null | undefined;
1126
1160
  thresholds?: {
1127
1161
  low: number;
1128
1162
  mid: number;
1129
1163
  } | null | undefined;
1130
- operationalGroup?: string | null | undefined;
1164
+ customAttributes?: Record<string, any> | null | undefined;
1131
1165
  unit: {
1132
1166
  _id: string;
1133
1167
  name: string;
@@ -1242,12 +1276,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1242
1276
  message: string;
1243
1277
  createdAt: string;
1244
1278
  }[] | null | undefined;
1279
+ missingItems?: {
1280
+ name: string;
1281
+ reason: string;
1282
+ netSuiteId: string;
1283
+ }[] | null | undefined;
1284
+ additionalInfo?: any;
1245
1285
  id: string | null;
1246
1286
  } | null | undefined;
1247
1287
  template?: string | null | undefined;
1248
1288
  templateDoc?: {
1249
1289
  _rev?: string | null | undefined;
1250
1290
  locations?: {
1291
+ inventory?: {
1292
+ _id: string;
1293
+ updatedAt: string;
1294
+ } | null | undefined;
1251
1295
  type: "restaurant" | "warehouse";
1252
1296
  name: string;
1253
1297
  acceptRequest: boolean;
@@ -1401,11 +1445,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1401
1445
  precision: number;
1402
1446
  };
1403
1447
  } | null | undefined;
1448
+ operationalGroup?: string | null | undefined;
1404
1449
  thresholds?: {
1405
1450
  low: number;
1406
1451
  mid: number;
1407
1452
  } | null | undefined;
1408
- operationalGroup?: string | null | undefined;
1453
+ customAttributes?: Record<string, any> | null | undefined;
1409
1454
  unit: {
1410
1455
  _id: string;
1411
1456
  name: string;
@@ -1542,11 +1587,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1542
1587
  precision: number;
1543
1588
  };
1544
1589
  } | null | undefined;
1590
+ operationalGroup?: string | null | undefined;
1545
1591
  thresholds?: {
1546
1592
  low: number;
1547
1593
  mid: number;
1548
1594
  } | null | undefined;
1549
- operationalGroup?: string | null | undefined;
1595
+ customAttributes?: Record<string, any> | null | undefined;
1550
1596
  unit: {
1551
1597
  _id: string;
1552
1598
  name: string;
@@ -1629,11 +1675,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1629
1675
  precision: number;
1630
1676
  };
1631
1677
  } | null | undefined;
1678
+ operationalGroup?: string | null | undefined;
1632
1679
  thresholds?: {
1633
1680
  low: number;
1634
1681
  mid: number;
1635
1682
  } | null | undefined;
1636
- operationalGroup?: string | null | undefined;
1683
+ customAttributes?: Record<string, any> | null | undefined;
1637
1684
  unit: {
1638
1685
  _id: string;
1639
1686
  name: string;
@@ -1778,11 +1825,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1778
1825
  precision: number;
1779
1826
  };
1780
1827
  } | null | undefined;
1828
+ operationalGroup?: string | null | undefined;
1781
1829
  thresholds?: {
1782
1830
  low: number;
1783
1831
  mid: number;
1784
1832
  } | null | undefined;
1785
- operationalGroup?: string | null | undefined;
1833
+ customAttributes?: Record<string, any> | null | undefined;
1786
1834
  unit: {
1787
1835
  _id: string;
1788
1836
  name: string;
@@ -1817,6 +1865,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1817
1865
  message: string;
1818
1866
  createdAt: string;
1819
1867
  }[] | null | undefined;
1868
+ missingItems?: {
1869
+ name: string;
1870
+ reason: string;
1871
+ netSuiteId: string;
1872
+ }[] | null | undefined;
1873
+ additionalInfo?: any;
1820
1874
  id: string | null;
1821
1875
  } | null | undefined;
1822
1876
  purchaseOrder?: {
@@ -1834,12 +1888,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1834
1888
  message: string;
1835
1889
  createdAt: string;
1836
1890
  }[] | null | undefined;
1891
+ missingItems?: {
1892
+ name: string;
1893
+ reason: string;
1894
+ netSuiteId: string;
1895
+ }[] | null | undefined;
1896
+ additionalInfo?: any;
1837
1897
  id: string | null;
1838
1898
  } | null | undefined;
1839
1899
  template?: string | null | undefined;
1840
1900
  templateDoc?: {
1841
1901
  _rev?: string | null | undefined;
1842
1902
  locations?: {
1903
+ inventory?: {
1904
+ _id: string;
1905
+ updatedAt: string;
1906
+ } | null | undefined;
1843
1907
  type: "restaurant" | "warehouse";
1844
1908
  name: string;
1845
1909
  acceptRequest: boolean;
@@ -1993,11 +2057,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1993
2057
  precision: number;
1994
2058
  };
1995
2059
  } | null | undefined;
2060
+ operationalGroup?: string | null | undefined;
1996
2061
  thresholds?: {
1997
2062
  low: number;
1998
2063
  mid: number;
1999
2064
  } | null | undefined;
2000
- operationalGroup?: string | null | undefined;
2065
+ customAttributes?: Record<string, any> | null | undefined;
2001
2066
  unit: {
2002
2067
  _id: string;
2003
2068
  name: string;
@@ -2134,11 +2199,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2134
2199
  precision: number;
2135
2200
  };
2136
2201
  } | null | undefined;
2202
+ operationalGroup?: string | null | undefined;
2137
2203
  thresholds?: {
2138
2204
  low: number;
2139
2205
  mid: number;
2140
2206
  } | null | undefined;
2141
- operationalGroup?: string | null | undefined;
2207
+ customAttributes?: Record<string, any> | null | undefined;
2142
2208
  unit: {
2143
2209
  _id: string;
2144
2210
  name: string;
@@ -2223,11 +2289,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2223
2289
  precision: number;
2224
2290
  };
2225
2291
  } | null | undefined;
2292
+ operationalGroup?: string | null | undefined;
2226
2293
  thresholds?: {
2227
2294
  low: number;
2228
2295
  mid: number;
2229
2296
  } | null | undefined;
2230
- operationalGroup?: string | null | undefined;
2297
+ customAttributes?: Record<string, any> | null | undefined;
2231
2298
  unit: {
2232
2299
  _id: string;
2233
2300
  name: string;
@@ -2353,11 +2420,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2353
2420
  precision: number;
2354
2421
  };
2355
2422
  } | null | undefined;
2423
+ operationalGroup?: string | null | undefined;
2356
2424
  thresholds?: {
2357
2425
  low: number;
2358
2426
  mid: number;
2359
2427
  } | null | undefined;
2360
- operationalGroup?: string | null | undefined;
2428
+ customAttributes?: Record<string, any> | null | undefined;
2361
2429
  unit: {
2362
2430
  _id: string;
2363
2431
  name: string;
@@ -2494,11 +2562,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2494
2562
  precision: number;
2495
2563
  };
2496
2564
  } | null | undefined;
2565
+ operationalGroup?: string | null | undefined;
2497
2566
  thresholds?: {
2498
2567
  low: number;
2499
2568
  mid: number;
2500
2569
  } | null | undefined;
2501
- operationalGroup?: string | null | undefined;
2570
+ customAttributes?: Record<string, any> | null | undefined;
2502
2571
  unit: {
2503
2572
  _id: string;
2504
2573
  name: string;
@@ -55,11 +55,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
55
55
  precision: number;
56
56
  };
57
57
  } | null | undefined;
58
+ operationalGroup?: string | null | undefined;
58
59
  thresholds?: {
59
60
  low: number;
60
61
  mid: number;
61
62
  } | null | undefined;
62
- operationalGroup?: string | null | undefined;
63
+ customAttributes?: Record<string, any> | null | undefined;
63
64
  unit: {
64
65
  _id: string;
65
66
  name: string;
@@ -143,11 +144,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
143
144
  precision: number;
144
145
  };
145
146
  } | null | undefined;
147
+ operationalGroup?: string | null | undefined;
146
148
  thresholds?: {
147
149
  low: number;
148
150
  mid: number;
149
151
  } | null | undefined;
150
- operationalGroup?: string | null | undefined;
152
+ customAttributes?: Record<string, any> | null | undefined;
151
153
  unit: {
152
154
  _id: string;
153
155
  name: string;
@@ -71,11 +71,12 @@ export declare function useTransferItems(controller: {
71
71
  precision: number;
72
72
  };
73
73
  } | null | undefined;
74
+ operationalGroup?: string | null | undefined;
74
75
  thresholds?: {
75
76
  low: number;
76
77
  mid: number;
77
78
  } | null | undefined;
78
- operationalGroup?: string | null | undefined;
79
+ customAttributes?: Record<string, any> | null | undefined;
79
80
  unit: {
80
81
  _id: string;
81
82
  name: string;