@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
@@ -18,12 +18,22 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
18
18
  message: string;
19
19
  createdAt: string;
20
20
  }[] | null | undefined;
21
+ missingItems?: {
22
+ name: string;
23
+ reason: string;
24
+ netSuiteId: string;
25
+ }[] | null | undefined;
26
+ additionalInfo?: any;
21
27
  id: string | null;
22
28
  } | null | undefined;
23
29
  template?: string | null | undefined;
24
30
  templateDoc?: {
25
31
  _rev?: string | null | undefined;
26
32
  locations?: {
33
+ inventory?: {
34
+ _id: string;
35
+ updatedAt: string;
36
+ } | null | undefined;
27
37
  type: "restaurant" | "warehouse";
28
38
  name: string;
29
39
  acceptRequest: boolean;
@@ -177,11 +187,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
177
187
  precision: number;
178
188
  };
179
189
  } | null | undefined;
190
+ operationalGroup?: string | null | undefined;
180
191
  thresholds?: {
181
192
  low: number;
182
193
  mid: number;
183
194
  } | null | undefined;
184
- operationalGroup?: string | null | undefined;
195
+ customAttributes?: Record<string, any> | null | undefined;
185
196
  unit: {
186
197
  _id: string;
187
198
  name: string;
@@ -318,11 +329,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
318
329
  precision: number;
319
330
  };
320
331
  } | null | undefined;
332
+ operationalGroup?: string | null | undefined;
321
333
  thresholds?: {
322
334
  low: number;
323
335
  mid: number;
324
336
  } | null | undefined;
325
- operationalGroup?: string | null | undefined;
337
+ customAttributes?: Record<string, any> | null | undefined;
326
338
  unit: {
327
339
  _id: string;
328
340
  name: string;
@@ -407,11 +419,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
407
419
  precision: number;
408
420
  };
409
421
  } | null | undefined;
422
+ operationalGroup?: string | null | undefined;
410
423
  thresholds?: {
411
424
  low: number;
412
425
  mid: number;
413
426
  } | null | undefined;
414
- operationalGroup?: string | null | undefined;
427
+ customAttributes?: Record<string, any> | null | undefined;
415
428
  unit: {
416
429
  _id: string;
417
430
  name: string;
@@ -537,11 +550,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
537
550
  precision: number;
538
551
  };
539
552
  } | null | undefined;
553
+ operationalGroup?: string | null | undefined;
540
554
  thresholds?: {
541
555
  low: number;
542
556
  mid: number;
543
557
  } | null | undefined;
544
- operationalGroup?: string | null | undefined;
558
+ customAttributes?: Record<string, any> | null | undefined;
545
559
  unit: {
546
560
  _id: string;
547
561
  name: string;
@@ -588,12 +602,22 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
588
602
  message: string;
589
603
  createdAt: string;
590
604
  }[] | null | undefined;
605
+ missingItems?: {
606
+ name: string;
607
+ reason: string;
608
+ netSuiteId: string;
609
+ }[] | null | undefined;
610
+ additionalInfo?: any;
591
611
  id: string | null;
592
612
  } | null | undefined;
593
613
  template?: string | null | undefined;
594
614
  templateDoc?: {
595
615
  _rev?: string | null | undefined;
596
616
  locations?: {
617
+ inventory?: {
618
+ _id: string;
619
+ updatedAt: string;
620
+ } | null | undefined;
597
621
  type: "restaurant" | "warehouse";
598
622
  name: string;
599
623
  acceptRequest: boolean;
@@ -747,11 +771,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
747
771
  precision: number;
748
772
  };
749
773
  } | null | undefined;
774
+ operationalGroup?: string | null | undefined;
750
775
  thresholds?: {
751
776
  low: number;
752
777
  mid: number;
753
778
  } | null | undefined;
754
- operationalGroup?: string | null | undefined;
779
+ customAttributes?: Record<string, any> | null | undefined;
755
780
  unit: {
756
781
  _id: string;
757
782
  name: string;
@@ -888,11 +913,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
888
913
  precision: number;
889
914
  };
890
915
  } | null | undefined;
916
+ operationalGroup?: string | null | undefined;
891
917
  thresholds?: {
892
918
  low: number;
893
919
  mid: number;
894
920
  } | null | undefined;
895
- operationalGroup?: string | null | undefined;
921
+ customAttributes?: Record<string, any> | null | undefined;
896
922
  unit: {
897
923
  _id: string;
898
924
  name: string;
@@ -977,11 +1003,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
977
1003
  precision: number;
978
1004
  };
979
1005
  } | null | undefined;
1006
+ operationalGroup?: string | null | undefined;
980
1007
  thresholds?: {
981
1008
  low: number;
982
1009
  mid: number;
983
1010
  } | null | undefined;
984
- operationalGroup?: string | null | undefined;
1011
+ customAttributes?: Record<string, any> | null | undefined;
985
1012
  unit: {
986
1013
  _id: string;
987
1014
  name: string;
@@ -1107,11 +1134,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1107
1134
  precision: number;
1108
1135
  };
1109
1136
  } | null | undefined;
1137
+ operationalGroup?: string | null | undefined;
1110
1138
  thresholds?: {
1111
1139
  low: number;
1112
1140
  mid: number;
1113
1141
  } | null | undefined;
1114
- operationalGroup?: string | null | undefined;
1142
+ customAttributes?: Record<string, any> | null | undefined;
1115
1143
  unit: {
1116
1144
  _id: string;
1117
1145
  name: string;
@@ -1158,12 +1186,22 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1158
1186
  message: string;
1159
1187
  createdAt: string;
1160
1188
  }[] | null | undefined;
1189
+ missingItems?: {
1190
+ name: string;
1191
+ reason: string;
1192
+ netSuiteId: string;
1193
+ }[] | null | undefined;
1194
+ additionalInfo?: any;
1161
1195
  id: string | null;
1162
1196
  } | null | undefined;
1163
1197
  template?: string | null | undefined;
1164
1198
  templateDoc?: {
1165
1199
  _rev?: string | null | undefined;
1166
1200
  locations?: {
1201
+ inventory?: {
1202
+ _id: string;
1203
+ updatedAt: string;
1204
+ } | null | undefined;
1167
1205
  type: "restaurant" | "warehouse";
1168
1206
  name: string;
1169
1207
  acceptRequest: boolean;
@@ -1317,11 +1355,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1317
1355
  precision: number;
1318
1356
  };
1319
1357
  } | null | undefined;
1358
+ operationalGroup?: string | null | undefined;
1320
1359
  thresholds?: {
1321
1360
  low: number;
1322
1361
  mid: number;
1323
1362
  } | null | undefined;
1324
- operationalGroup?: string | null | undefined;
1363
+ customAttributes?: Record<string, any> | null | undefined;
1325
1364
  unit: {
1326
1365
  _id: string;
1327
1366
  name: string;
@@ -1458,11 +1497,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1458
1497
  precision: number;
1459
1498
  };
1460
1499
  } | null | undefined;
1500
+ operationalGroup?: string | null | undefined;
1461
1501
  thresholds?: {
1462
1502
  low: number;
1463
1503
  mid: number;
1464
1504
  } | null | undefined;
1465
- operationalGroup?: string | null | undefined;
1505
+ customAttributes?: Record<string, any> | null | undefined;
1466
1506
  unit: {
1467
1507
  _id: string;
1468
1508
  name: string;
@@ -1547,11 +1587,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1547
1587
  precision: number;
1548
1588
  };
1549
1589
  } | null | undefined;
1590
+ operationalGroup?: string | null | undefined;
1550
1591
  thresholds?: {
1551
1592
  low: number;
1552
1593
  mid: number;
1553
1594
  } | null | undefined;
1554
- operationalGroup?: string | null | undefined;
1595
+ customAttributes?: Record<string, any> | null | undefined;
1555
1596
  unit: {
1556
1597
  _id: string;
1557
1598
  name: string;
@@ -1677,11 +1718,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1677
1718
  precision: number;
1678
1719
  };
1679
1720
  } | null | undefined;
1721
+ operationalGroup?: string | null | undefined;
1680
1722
  thresholds?: {
1681
1723
  low: number;
1682
1724
  mid: number;
1683
1725
  } | null | undefined;
1684
- operationalGroup?: string | null | undefined;
1726
+ customAttributes?: Record<string, any> | null | undefined;
1685
1727
  unit: {
1686
1728
  _id: string;
1687
1729
  name: string;
@@ -1726,6 +1768,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1726
1768
  message: string;
1727
1769
  createdAt: string;
1728
1770
  }[] | null | undefined;
1771
+ missingItems?: {
1772
+ name: string;
1773
+ reason: string;
1774
+ netSuiteId: string;
1775
+ }[] | null | undefined;
1776
+ additionalInfo?: any;
1729
1777
  id: string | null;
1730
1778
  } | null | undefined;
1731
1779
  purchaseOrder?: {
@@ -1743,12 +1791,22 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1743
1791
  message: string;
1744
1792
  createdAt: string;
1745
1793
  }[] | null | undefined;
1794
+ missingItems?: {
1795
+ name: string;
1796
+ reason: string;
1797
+ netSuiteId: string;
1798
+ }[] | null | undefined;
1799
+ additionalInfo?: any;
1746
1800
  id: string | null;
1747
1801
  } | null | undefined;
1748
1802
  template?: string | null | undefined;
1749
1803
  templateDoc?: {
1750
1804
  _rev?: string | null | undefined;
1751
1805
  locations?: {
1806
+ inventory?: {
1807
+ _id: string;
1808
+ updatedAt: string;
1809
+ } | null | undefined;
1752
1810
  type: "restaurant" | "warehouse";
1753
1811
  name: string;
1754
1812
  acceptRequest: boolean;
@@ -1902,11 +1960,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
1902
1960
  precision: number;
1903
1961
  };
1904
1962
  } | null | undefined;
1963
+ operationalGroup?: string | null | undefined;
1905
1964
  thresholds?: {
1906
1965
  low: number;
1907
1966
  mid: number;
1908
1967
  } | null | undefined;
1909
- operationalGroup?: string | null | undefined;
1968
+ customAttributes?: Record<string, any> | null | undefined;
1910
1969
  unit: {
1911
1970
  _id: string;
1912
1971
  name: string;
@@ -2043,11 +2102,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2043
2102
  precision: number;
2044
2103
  };
2045
2104
  } | null | undefined;
2105
+ operationalGroup?: string | null | undefined;
2046
2106
  thresholds?: {
2047
2107
  low: number;
2048
2108
  mid: number;
2049
2109
  } | null | undefined;
2050
- operationalGroup?: string | null | undefined;
2110
+ customAttributes?: Record<string, any> | null | undefined;
2051
2111
  unit: {
2052
2112
  _id: string;
2053
2113
  name: string;
@@ -2132,11 +2192,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2132
2192
  precision: number;
2133
2193
  };
2134
2194
  } | null | undefined;
2195
+ operationalGroup?: string | null | undefined;
2135
2196
  thresholds?: {
2136
2197
  low: number;
2137
2198
  mid: number;
2138
2199
  } | null | undefined;
2139
- operationalGroup?: string | null | undefined;
2200
+ customAttributes?: Record<string, any> | null | undefined;
2140
2201
  unit: {
2141
2202
  _id: string;
2142
2203
  name: string;
@@ -2262,11 +2323,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2262
2323
  precision: number;
2263
2324
  };
2264
2325
  } | null | undefined;
2326
+ operationalGroup?: string | null | undefined;
2265
2327
  thresholds?: {
2266
2328
  low: number;
2267
2329
  mid: number;
2268
2330
  } | null | undefined;
2269
- operationalGroup?: string | null | undefined;
2331
+ customAttributes?: Record<string, any> | null | undefined;
2270
2332
  unit: {
2271
2333
  _id: string;
2272
2334
  name: string;
@@ -2324,6 +2386,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2324
2386
  message: string;
2325
2387
  createdAt: string;
2326
2388
  }[] | null | undefined;
2389
+ missingItems?: {
2390
+ name: string;
2391
+ reason: string;
2392
+ netSuiteId: string;
2393
+ }[] | null | undefined;
2394
+ additionalInfo?: any;
2327
2395
  id: string | null;
2328
2396
  } | null | undefined;
2329
2397
  purchaseOrder?: {
@@ -2341,12 +2409,22 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2341
2409
  message: string;
2342
2410
  createdAt: string;
2343
2411
  }[] | null | undefined;
2412
+ missingItems?: {
2413
+ name: string;
2414
+ reason: string;
2415
+ netSuiteId: string;
2416
+ }[] | null | undefined;
2417
+ additionalInfo?: any;
2344
2418
  id: string | null;
2345
2419
  } | null | undefined;
2346
2420
  template?: string | null | undefined;
2347
2421
  templateDoc?: {
2348
2422
  _rev?: string | null | undefined;
2349
2423
  locations?: {
2424
+ inventory?: {
2425
+ _id: string;
2426
+ updatedAt: string;
2427
+ } | null | undefined;
2350
2428
  type: "restaurant" | "warehouse";
2351
2429
  name: string;
2352
2430
  acceptRequest: boolean;
@@ -2500,11 +2578,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2500
2578
  precision: number;
2501
2579
  };
2502
2580
  } | null | undefined;
2581
+ operationalGroup?: string | null | undefined;
2503
2582
  thresholds?: {
2504
2583
  low: number;
2505
2584
  mid: number;
2506
2585
  } | null | undefined;
2507
- operationalGroup?: string | null | undefined;
2586
+ customAttributes?: Record<string, any> | null | undefined;
2508
2587
  unit: {
2509
2588
  _id: string;
2510
2589
  name: string;
@@ -2641,11 +2720,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2641
2720
  precision: number;
2642
2721
  };
2643
2722
  } | null | undefined;
2723
+ operationalGroup?: string | null | undefined;
2644
2724
  thresholds?: {
2645
2725
  low: number;
2646
2726
  mid: number;
2647
2727
  } | null | undefined;
2648
- operationalGroup?: string | null | undefined;
2728
+ customAttributes?: Record<string, any> | null | undefined;
2649
2729
  unit: {
2650
2730
  _id: string;
2651
2731
  name: string;
@@ -2730,11 +2810,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2730
2810
  precision: number;
2731
2811
  };
2732
2812
  } | null | undefined;
2813
+ operationalGroup?: string | null | undefined;
2733
2814
  thresholds?: {
2734
2815
  low: number;
2735
2816
  mid: number;
2736
2817
  } | null | undefined;
2737
- operationalGroup?: string | null | undefined;
2818
+ customAttributes?: Record<string, any> | null | undefined;
2738
2819
  unit: {
2739
2820
  _id: string;
2740
2821
  name: string;
@@ -2860,11 +2941,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2860
2941
  precision: number;
2861
2942
  };
2862
2943
  } | null | undefined;
2944
+ operationalGroup?: string | null | undefined;
2863
2945
  thresholds?: {
2864
2946
  low: number;
2865
2947
  mid: number;
2866
2948
  } | null | undefined;
2867
- operationalGroup?: string | null | undefined;
2949
+ customAttributes?: Record<string, any> | null | undefined;
2868
2950
  unit: {
2869
2951
  _id: string;
2870
2952
  name: string;
@@ -2922,6 +3004,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2922
3004
  message: string;
2923
3005
  createdAt: string;
2924
3006
  }[] | null | undefined;
3007
+ missingItems?: {
3008
+ name: string;
3009
+ reason: string;
3010
+ netSuiteId: string;
3011
+ }[] | null | undefined;
3012
+ additionalInfo?: any;
2925
3013
  id: string | null;
2926
3014
  } | null | undefined;
2927
3015
  purchaseOrder?: {
@@ -2939,12 +3027,22 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
2939
3027
  message: string;
2940
3028
  createdAt: string;
2941
3029
  }[] | null | undefined;
3030
+ missingItems?: {
3031
+ name: string;
3032
+ reason: string;
3033
+ netSuiteId: string;
3034
+ }[] | null | undefined;
3035
+ additionalInfo?: any;
2942
3036
  id: string | null;
2943
3037
  } | null | undefined;
2944
3038
  template?: string | null | undefined;
2945
3039
  templateDoc?: {
2946
3040
  _rev?: string | null | undefined;
2947
3041
  locations?: {
3042
+ inventory?: {
3043
+ _id: string;
3044
+ updatedAt: string;
3045
+ } | null | undefined;
2948
3046
  type: "restaurant" | "warehouse";
2949
3047
  name: string;
2950
3048
  acceptRequest: boolean;
@@ -3098,11 +3196,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
3098
3196
  precision: number;
3099
3197
  };
3100
3198
  } | null | undefined;
3199
+ operationalGroup?: string | null | undefined;
3101
3200
  thresholds?: {
3102
3201
  low: number;
3103
3202
  mid: number;
3104
3203
  } | null | undefined;
3105
- operationalGroup?: string | null | undefined;
3204
+ customAttributes?: Record<string, any> | null | undefined;
3106
3205
  unit: {
3107
3206
  _id: string;
3108
3207
  name: string;
@@ -3239,11 +3338,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
3239
3338
  precision: number;
3240
3339
  };
3241
3340
  } | null | undefined;
3341
+ operationalGroup?: string | null | undefined;
3242
3342
  thresholds?: {
3243
3343
  low: number;
3244
3344
  mid: number;
3245
3345
  } | null | undefined;
3246
- operationalGroup?: string | null | undefined;
3346
+ customAttributes?: Record<string, any> | null | undefined;
3247
3347
  unit: {
3248
3348
  _id: string;
3249
3349
  name: string;
@@ -3328,11 +3428,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
3328
3428
  precision: number;
3329
3429
  };
3330
3430
  } | null | undefined;
3431
+ operationalGroup?: string | null | undefined;
3331
3432
  thresholds?: {
3332
3433
  low: number;
3333
3434
  mid: number;
3334
3435
  } | null | undefined;
3335
- operationalGroup?: string | null | undefined;
3436
+ customAttributes?: Record<string, any> | null | undefined;
3336
3437
  unit: {
3337
3438
  _id: string;
3338
3439
  name: string;
@@ -3458,11 +3559,12 @@ export declare function useReceiveRequestForm(scope: 'receive/request' | 'approv
3458
3559
  precision: number;
3459
3560
  };
3460
3561
  } | null | undefined;
3562
+ operationalGroup?: string | null | undefined;
3461
3563
  thresholds?: {
3462
3564
  low: number;
3463
3565
  mid: number;
3464
3566
  } | null | undefined;
3465
- operationalGroup?: string | null | undefined;
3567
+ customAttributes?: Record<string, any> | null | undefined;
3466
3568
  unit: {
3467
3569
  _id: string;
3468
3570
  name: string;