@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
@@ -25,6 +25,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
25
25
  modelValue?: {
26
26
  _rev?: string | null | undefined;
27
27
  locations?: {
28
+ inventory?: {
29
+ _id: string;
30
+ updatedAt: string;
31
+ } | null | undefined;
28
32
  type: "restaurant" | "warehouse";
29
33
  name: string;
30
34
  acceptRequest: boolean;
@@ -178,11 +182,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
178
182
  precision: number;
179
183
  };
180
184
  } | null | undefined;
185
+ operationalGroup?: string | null | undefined;
181
186
  thresholds?: {
182
187
  low: number;
183
188
  mid: number;
184
189
  } | null | undefined;
185
- operationalGroup?: string | null | undefined;
190
+ customAttributes?: Record<string, any> | null | undefined;
186
191
  unit: {
187
192
  _id: string;
188
193
  name: string;
@@ -260,6 +265,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
260
265
  modelValue?: {
261
266
  _rev?: string | null | undefined;
262
267
  locations?: {
268
+ inventory?: {
269
+ _id: string;
270
+ updatedAt: string;
271
+ } | null | undefined;
263
272
  type: "restaurant" | "warehouse";
264
273
  name: string;
265
274
  acceptRequest: boolean;
@@ -413,11 +422,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
413
422
  precision: number;
414
423
  };
415
424
  } | null | undefined;
425
+ operationalGroup?: string | null | undefined;
416
426
  thresholds?: {
417
427
  low: number;
418
428
  mid: number;
419
429
  } | null | undefined;
420
- operationalGroup?: string | null | undefined;
430
+ customAttributes?: Record<string, any> | null | undefined;
421
431
  unit: {
422
432
  _id: string;
423
433
  name: string;
@@ -495,6 +505,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
495
505
  template?: {
496
506
  _rev?: string | null | undefined;
497
507
  locations?: {
508
+ inventory?: {
509
+ _id: string;
510
+ updatedAt: string;
511
+ } | null | undefined;
498
512
  type: "restaurant" | "warehouse";
499
513
  name: string;
500
514
  acceptRequest: boolean;
@@ -648,11 +662,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
648
662
  precision: number;
649
663
  };
650
664
  } | null | undefined;
665
+ operationalGroup?: string | null | undefined;
651
666
  thresholds?: {
652
667
  low: number;
653
668
  mid: number;
654
669
  } | null | undefined;
655
- operationalGroup?: string | null | undefined;
670
+ customAttributes?: Record<string, any> | null | undefined;
656
671
  unit: {
657
672
  _id: string;
658
673
  name: string;
@@ -730,6 +745,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
730
745
  template?: {
731
746
  _rev?: string | null | undefined;
732
747
  locations?: {
748
+ inventory?: {
749
+ _id: string;
750
+ updatedAt: string;
751
+ } | null | undefined;
733
752
  type: "restaurant" | "warehouse";
734
753
  name: string;
735
754
  acceptRequest: boolean;
@@ -883,11 +902,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
883
902
  precision: number;
884
903
  };
885
904
  } | null | undefined;
905
+ operationalGroup?: string | null | undefined;
886
906
  thresholds?: {
887
907
  low: number;
888
908
  mid: number;
889
909
  } | null | undefined;
890
- operationalGroup?: string | null | undefined;
910
+ customAttributes?: Record<string, any> | null | undefined;
891
911
  unit: {
892
912
  _id: string;
893
913
  name: string;
@@ -975,6 +995,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
975
995
  modelValue?: {
976
996
  _rev?: string | null | undefined;
977
997
  locations?: {
998
+ inventory?: {
999
+ _id: string;
1000
+ updatedAt: string;
1001
+ } | null | undefined;
978
1002
  type: "restaurant" | "warehouse";
979
1003
  name: string;
980
1004
  acceptRequest: boolean;
@@ -1128,11 +1152,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1128
1152
  precision: number;
1129
1153
  };
1130
1154
  } | null | undefined;
1155
+ operationalGroup?: string | null | undefined;
1131
1156
  thresholds?: {
1132
1157
  low: number;
1133
1158
  mid: number;
1134
1159
  } | null | undefined;
1135
- operationalGroup?: string | null | undefined;
1160
+ customAttributes?: Record<string, any> | null | undefined;
1136
1161
  unit: {
1137
1162
  _id: string;
1138
1163
  name: string;
@@ -1210,6 +1235,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1210
1235
  modelValue?: {
1211
1236
  _rev?: string | null | undefined;
1212
1237
  locations?: {
1238
+ inventory?: {
1239
+ _id: string;
1240
+ updatedAt: string;
1241
+ } | null | undefined;
1213
1242
  type: "restaurant" | "warehouse";
1214
1243
  name: string;
1215
1244
  acceptRequest: boolean;
@@ -1363,11 +1392,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1363
1392
  precision: number;
1364
1393
  };
1365
1394
  } | null | undefined;
1395
+ operationalGroup?: string | null | undefined;
1366
1396
  thresholds?: {
1367
1397
  low: number;
1368
1398
  mid: number;
1369
1399
  } | null | undefined;
1370
- operationalGroup?: string | null | undefined;
1400
+ customAttributes?: Record<string, any> | null | undefined;
1371
1401
  unit: {
1372
1402
  _id: string;
1373
1403
  name: string;
@@ -1445,6 +1475,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1445
1475
  template?: {
1446
1476
  _rev?: string | null | undefined;
1447
1477
  locations?: {
1478
+ inventory?: {
1479
+ _id: string;
1480
+ updatedAt: string;
1481
+ } | null | undefined;
1448
1482
  type: "restaurant" | "warehouse";
1449
1483
  name: string;
1450
1484
  acceptRequest: boolean;
@@ -1598,11 +1632,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1598
1632
  precision: number;
1599
1633
  };
1600
1634
  } | null | undefined;
1635
+ operationalGroup?: string | null | undefined;
1601
1636
  thresholds?: {
1602
1637
  low: number;
1603
1638
  mid: number;
1604
1639
  } | null | undefined;
1605
- operationalGroup?: string | null | undefined;
1640
+ customAttributes?: Record<string, any> | null | undefined;
1606
1641
  unit: {
1607
1642
  _id: string;
1608
1643
  name: string;
@@ -1680,6 +1715,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1680
1715
  template?: {
1681
1716
  _rev?: string | null | undefined;
1682
1717
  locations?: {
1718
+ inventory?: {
1719
+ _id: string;
1720
+ updatedAt: string;
1721
+ } | null | undefined;
1683
1722
  type: "restaurant" | "warehouse";
1684
1723
  name: string;
1685
1724
  acceptRequest: boolean;
@@ -1833,11 +1872,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1833
1872
  precision: number;
1834
1873
  };
1835
1874
  } | null | undefined;
1875
+ operationalGroup?: string | null | undefined;
1836
1876
  thresholds?: {
1837
1877
  low: number;
1838
1878
  mid: number;
1839
1879
  } | null | undefined;
1840
- operationalGroup?: string | null | undefined;
1880
+ customAttributes?: Record<string, any> | null | undefined;
1841
1881
  unit: {
1842
1882
  _id: string;
1843
1883
  name: string;
@@ -1925,6 +1965,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1925
1965
  modelValue?: {
1926
1966
  _rev?: string | null | undefined;
1927
1967
  locations?: {
1968
+ inventory?: {
1969
+ _id: string;
1970
+ updatedAt: string;
1971
+ } | null | undefined;
1928
1972
  type: "restaurant" | "warehouse";
1929
1973
  name: string;
1930
1974
  acceptRequest: boolean;
@@ -2078,11 +2122,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2078
2122
  precision: number;
2079
2123
  };
2080
2124
  } | null | undefined;
2125
+ operationalGroup?: string | null | undefined;
2081
2126
  thresholds?: {
2082
2127
  low: number;
2083
2128
  mid: number;
2084
2129
  } | null | undefined;
2085
- operationalGroup?: string | null | undefined;
2130
+ customAttributes?: Record<string, any> | null | undefined;
2086
2131
  unit: {
2087
2132
  _id: string;
2088
2133
  name: string;
@@ -2160,6 +2205,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2160
2205
  modelValue?: {
2161
2206
  _rev?: string | null | undefined;
2162
2207
  locations?: {
2208
+ inventory?: {
2209
+ _id: string;
2210
+ updatedAt: string;
2211
+ } | null | undefined;
2163
2212
  type: "restaurant" | "warehouse";
2164
2213
  name: string;
2165
2214
  acceptRequest: boolean;
@@ -2313,11 +2362,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2313
2362
  precision: number;
2314
2363
  };
2315
2364
  } | null | undefined;
2365
+ operationalGroup?: string | null | undefined;
2316
2366
  thresholds?: {
2317
2367
  low: number;
2318
2368
  mid: number;
2319
2369
  } | null | undefined;
2320
- operationalGroup?: string | null | undefined;
2370
+ customAttributes?: Record<string, any> | null | undefined;
2321
2371
  unit: {
2322
2372
  _id: string;
2323
2373
  name: string;
@@ -2395,6 +2445,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2395
2445
  template?: {
2396
2446
  _rev?: string | null | undefined;
2397
2447
  locations?: {
2448
+ inventory?: {
2449
+ _id: string;
2450
+ updatedAt: string;
2451
+ } | null | undefined;
2398
2452
  type: "restaurant" | "warehouse";
2399
2453
  name: string;
2400
2454
  acceptRequest: boolean;
@@ -2548,11 +2602,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2548
2602
  precision: number;
2549
2603
  };
2550
2604
  } | null | undefined;
2605
+ operationalGroup?: string | null | undefined;
2551
2606
  thresholds?: {
2552
2607
  low: number;
2553
2608
  mid: number;
2554
2609
  } | null | undefined;
2555
- operationalGroup?: string | null | undefined;
2610
+ customAttributes?: Record<string, any> | null | undefined;
2556
2611
  unit: {
2557
2612
  _id: string;
2558
2613
  name: string;
@@ -2630,6 +2685,10 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2630
2685
  template?: {
2631
2686
  _rev?: string | null | undefined;
2632
2687
  locations?: {
2688
+ inventory?: {
2689
+ _id: string;
2690
+ updatedAt: string;
2691
+ } | null | undefined;
2633
2692
  type: "restaurant" | "warehouse";
2634
2693
  name: string;
2635
2694
  acceptRequest: boolean;
@@ -2783,11 +2842,12 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2783
2842
  precision: number;
2784
2843
  };
2785
2844
  } | null | undefined;
2845
+ operationalGroup?: string | null | undefined;
2786
2846
  thresholds?: {
2787
2847
  low: number;
2788
2848
  mid: number;
2789
2849
  } | null | undefined;
2790
- operationalGroup?: string | null | undefined;
2850
+ customAttributes?: Record<string, any> | null | undefined;
2791
2851
  unit: {
2792
2852
  _id: string;
2793
2853
  name: string;
@@ -4,6 +4,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
4
4
  columnDefs: ColumnDef<{
5
5
  _rev?: string | null | undefined;
6
6
  locations?: {
7
+ inventory?: {
8
+ _id: string;
9
+ updatedAt: string;
10
+ } | null | undefined;
7
11
  type: "restaurant" | "warehouse";
8
12
  name: string;
9
13
  acceptRequest: boolean;
@@ -157,11 +161,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
157
161
  precision: number;
158
162
  };
159
163
  } | null | undefined;
164
+ operationalGroup?: string | null | undefined;
160
165
  thresholds?: {
161
166
  low: number;
162
167
  mid: number;
163
168
  } | null | undefined;
164
- operationalGroup?: string | null | undefined;
169
+ customAttributes?: Record<string, any> | null | undefined;
165
170
  unit: {
166
171
  _id: string;
167
172
  name: string;
@@ -234,6 +239,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
234
239
  templates: import("vue").Ref<{
235
240
  _rev: string;
236
241
  locations?: {
242
+ inventory?: {
243
+ _id: string;
244
+ updatedAt: string;
245
+ } | null | undefined;
237
246
  type: "restaurant" | "warehouse";
238
247
  name: string;
239
248
  acceptRequest: boolean;
@@ -387,11 +396,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
387
396
  precision: number;
388
397
  };
389
398
  } | null | undefined;
399
+ operationalGroup?: string | null | undefined;
390
400
  thresholds?: {
391
401
  low: number;
392
402
  mid: number;
393
403
  } | null | undefined;
394
- operationalGroup?: string | null | undefined;
404
+ customAttributes?: Record<string, any> | null | undefined;
395
405
  unit: {
396
406
  _id: string;
397
407
  name: string;
@@ -463,6 +473,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
463
473
  }[], ({
464
474
  _rev?: string | null | undefined;
465
475
  locations?: {
476
+ inventory?: {
477
+ _id: string;
478
+ updatedAt: string;
479
+ } | null | undefined;
466
480
  type: "restaurant" | "warehouse";
467
481
  name: string;
468
482
  acceptRequest: boolean;
@@ -616,11 +630,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
616
630
  precision: number;
617
631
  };
618
632
  } | null | undefined;
633
+ operationalGroup?: string | null | undefined;
619
634
  thresholds?: {
620
635
  low: number;
621
636
  mid: number;
622
637
  } | null | undefined;
623
- operationalGroup?: string | null | undefined;
638
+ customAttributes?: Record<string, any> | null | undefined;
624
639
  unit: {
625
640
  _id: string;
626
641
  name: string;
@@ -692,6 +707,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
692
707
  } & RevisionIdMeta)[] | {
693
708
  _rev: string;
694
709
  locations?: {
710
+ inventory?: {
711
+ _id: string;
712
+ updatedAt: string;
713
+ } | null | undefined;
695
714
  type: "restaurant" | "warehouse";
696
715
  name: string;
697
716
  acceptRequest: boolean;
@@ -845,11 +864,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
845
864
  precision: number;
846
865
  };
847
866
  } | null | undefined;
867
+ operationalGroup?: string | null | undefined;
848
868
  thresholds?: {
849
869
  low: number;
850
870
  mid: number;
851
871
  } | null | undefined;
852
- operationalGroup?: string | null | undefined;
872
+ customAttributes?: Record<string, any> | null | undefined;
853
873
  unit: {
854
874
  _id: string;
855
875
  name: string;
@@ -926,6 +946,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
926
946
  columnDefs: ColumnDef<{
927
947
  _rev?: string | null | undefined;
928
948
  locations?: {
949
+ inventory?: {
950
+ _id: string;
951
+ updatedAt: string;
952
+ } | null | undefined;
929
953
  type: "restaurant" | "warehouse";
930
954
  name: string;
931
955
  acceptRequest: boolean;
@@ -1079,11 +1103,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1079
1103
  precision: number;
1080
1104
  };
1081
1105
  } | null | undefined;
1106
+ operationalGroup?: string | null | undefined;
1082
1107
  thresholds?: {
1083
1108
  low: number;
1084
1109
  mid: number;
1085
1110
  } | null | undefined;
1086
- operationalGroup?: string | null | undefined;
1111
+ customAttributes?: Record<string, any> | null | undefined;
1087
1112
  unit: {
1088
1113
  _id: string;
1089
1114
  name: string;
@@ -1156,6 +1181,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1156
1181
  templates: import("vue").Ref<{
1157
1182
  _rev: string;
1158
1183
  locations?: {
1184
+ inventory?: {
1185
+ _id: string;
1186
+ updatedAt: string;
1187
+ } | null | undefined;
1159
1188
  type: "restaurant" | "warehouse";
1160
1189
  name: string;
1161
1190
  acceptRequest: boolean;
@@ -1309,11 +1338,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1309
1338
  precision: number;
1310
1339
  };
1311
1340
  } | null | undefined;
1341
+ operationalGroup?: string | null | undefined;
1312
1342
  thresholds?: {
1313
1343
  low: number;
1314
1344
  mid: number;
1315
1345
  } | null | undefined;
1316
- operationalGroup?: string | null | undefined;
1346
+ customAttributes?: Record<string, any> | null | undefined;
1317
1347
  unit: {
1318
1348
  _id: string;
1319
1349
  name: string;
@@ -1385,6 +1415,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1385
1415
  }[], ({
1386
1416
  _rev?: string | null | undefined;
1387
1417
  locations?: {
1418
+ inventory?: {
1419
+ _id: string;
1420
+ updatedAt: string;
1421
+ } | null | undefined;
1388
1422
  type: "restaurant" | "warehouse";
1389
1423
  name: string;
1390
1424
  acceptRequest: boolean;
@@ -1538,11 +1572,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1538
1572
  precision: number;
1539
1573
  };
1540
1574
  } | null | undefined;
1575
+ operationalGroup?: string | null | undefined;
1541
1576
  thresholds?: {
1542
1577
  low: number;
1543
1578
  mid: number;
1544
1579
  } | null | undefined;
1545
- operationalGroup?: string | null | undefined;
1580
+ customAttributes?: Record<string, any> | null | undefined;
1546
1581
  unit: {
1547
1582
  _id: string;
1548
1583
  name: string;
@@ -1614,6 +1649,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1614
1649
  } & RevisionIdMeta)[] | {
1615
1650
  _rev: string;
1616
1651
  locations?: {
1652
+ inventory?: {
1653
+ _id: string;
1654
+ updatedAt: string;
1655
+ } | null | undefined;
1617
1656
  type: "restaurant" | "warehouse";
1618
1657
  name: string;
1619
1658
  acceptRequest: boolean;
@@ -1767,11 +1806,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1767
1806
  precision: number;
1768
1807
  };
1769
1808
  } | null | undefined;
1809
+ operationalGroup?: string | null | undefined;
1770
1810
  thresholds?: {
1771
1811
  low: number;
1772
1812
  mid: number;
1773
1813
  } | null | undefined;
1774
- operationalGroup?: string | null | undefined;
1814
+ customAttributes?: Record<string, any> | null | undefined;
1775
1815
  unit: {
1776
1816
  _id: string;
1777
1817
  name: string;
@@ -1848,6 +1888,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1848
1888
  columnDefs: ColumnDef<{
1849
1889
  _rev?: string | null | undefined;
1850
1890
  locations?: {
1891
+ inventory?: {
1892
+ _id: string;
1893
+ updatedAt: string;
1894
+ } | null | undefined;
1851
1895
  type: "restaurant" | "warehouse";
1852
1896
  name: string;
1853
1897
  acceptRequest: boolean;
@@ -2001,11 +2045,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2001
2045
  precision: number;
2002
2046
  };
2003
2047
  } | null | undefined;
2048
+ operationalGroup?: string | null | undefined;
2004
2049
  thresholds?: {
2005
2050
  low: number;
2006
2051
  mid: number;
2007
2052
  } | null | undefined;
2008
- operationalGroup?: string | null | undefined;
2053
+ customAttributes?: Record<string, any> | null | undefined;
2009
2054
  unit: {
2010
2055
  _id: string;
2011
2056
  name: string;
@@ -2078,6 +2123,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2078
2123
  templates: import("vue").Ref<{
2079
2124
  _rev: string;
2080
2125
  locations?: {
2126
+ inventory?: {
2127
+ _id: string;
2128
+ updatedAt: string;
2129
+ } | null | undefined;
2081
2130
  type: "restaurant" | "warehouse";
2082
2131
  name: string;
2083
2132
  acceptRequest: boolean;
@@ -2231,11 +2280,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2231
2280
  precision: number;
2232
2281
  };
2233
2282
  } | null | undefined;
2283
+ operationalGroup?: string | null | undefined;
2234
2284
  thresholds?: {
2235
2285
  low: number;
2236
2286
  mid: number;
2237
2287
  } | null | undefined;
2238
- operationalGroup?: string | null | undefined;
2288
+ customAttributes?: Record<string, any> | null | undefined;
2239
2289
  unit: {
2240
2290
  _id: string;
2241
2291
  name: string;
@@ -2307,6 +2357,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2307
2357
  }[], ({
2308
2358
  _rev?: string | null | undefined;
2309
2359
  locations?: {
2360
+ inventory?: {
2361
+ _id: string;
2362
+ updatedAt: string;
2363
+ } | null | undefined;
2310
2364
  type: "restaurant" | "warehouse";
2311
2365
  name: string;
2312
2366
  acceptRequest: boolean;
@@ -2460,11 +2514,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2460
2514
  precision: number;
2461
2515
  };
2462
2516
  } | null | undefined;
2517
+ operationalGroup?: string | null | undefined;
2463
2518
  thresholds?: {
2464
2519
  low: number;
2465
2520
  mid: number;
2466
2521
  } | null | undefined;
2467
- operationalGroup?: string | null | undefined;
2522
+ customAttributes?: Record<string, any> | null | undefined;
2468
2523
  unit: {
2469
2524
  _id: string;
2470
2525
  name: string;
@@ -2536,6 +2591,10 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2536
2591
  } & RevisionIdMeta)[] | {
2537
2592
  _rev: string;
2538
2593
  locations?: {
2594
+ inventory?: {
2595
+ _id: string;
2596
+ updatedAt: string;
2597
+ } | null | undefined;
2539
2598
  type: "restaurant" | "warehouse";
2540
2599
  name: string;
2541
2600
  acceptRequest: boolean;
@@ -2689,11 +2748,12 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2689
2748
  precision: number;
2690
2749
  };
2691
2750
  } | null | undefined;
2751
+ operationalGroup?: string | null | undefined;
2692
2752
  thresholds?: {
2693
2753
  low: number;
2694
2754
  mid: number;
2695
2755
  } | null | undefined;
2696
- operationalGroup?: string | null | undefined;
2756
+ customAttributes?: Record<string, any> | null | undefined;
2697
2757
  unit: {
2698
2758
  _id: string;
2699
2759
  name: string;
@@ -8,6 +8,7 @@ export declare enum ReservedSheetNames {
8
8
  }
9
9
  export interface TemplateItemRow {
10
10
  code: string;
11
+ overrideCode?: string;
11
12
  name: string;
12
13
  /** abbrev for base unit or measurement unit */
13
14
  unit: string;
@@ -49,7 +50,7 @@ export type ObjectWithIndex<T> = {
49
50
  data: T;
50
51
  };
51
52
  export declare const FakeUnit: FdoInventoryUnit;
52
- export declare function templateItemToExcelRow(item: FdoPurchaseOrderTemplateItem): TemplateItemRow;
53
+ export declare function templateItemToExcelRow(item: FdoPurchaseOrderTemplateItem, overrideCode?: string): TemplateItemRow;
53
54
  export type ColIdHeader<T> = {
54
55
  id: keyof T;
55
56
  name: string;