@feedmepos/mf-inventory-portal 0.0.25-dev.2 → 0.0.25-dev.21

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 (115) hide show
  1. package/dist/App-D6WBVERc.js +278 -0
  2. package/dist/ApprovalView-BIBoagE8.js +146 -0
  3. package/dist/{BindingsDialog-qeGh3ND8.js → BindingsDialog-DHRRkK1Z.js} +6 -6
  4. package/dist/{BindingsPicker-SfiA8fmD.js → BindingsPicker-DohvMDDF.js} +3 -3
  5. package/dist/{BindingsTable-BjW-eJr6.js → BindingsTable-C_JwU9ei.js} +6 -6
  6. package/dist/ClosingDraftView-BBebhUj-.js +1308 -0
  7. package/dist/ClosingTemplateView-CXRN19-D.js +1859 -0
  8. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-D-IWRjRD.js +34 -0
  9. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-BJufUQNE.js +215 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-5rldKjyh.js → FmUnitInput.vue_vue_type_script_setup_true_lang-C5Xk19jY.js} +52 -52
  11. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-7HNI82u-.js +51 -0
  12. package/dist/{IngredientGroupView-CGyyFyvj.js → IngredientGroupView-l2bAc1Kj.js} +1 -1
  13. package/dist/{IngredientsView-BLKk-VxQ.js → IngredientsView-zDXt7KEx.js} +394 -382
  14. package/dist/{IntegrationView-C6gwvZ9b.js → IntegrationView-BYnlAPrP.js} +660 -623
  15. package/dist/{InventoryBindingForm-BB3ZN3Lx.js → InventoryBindingForm-BuweG4Vl.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-PT7Quw7j.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-DgxN0U4N.js} +99 -99
  17. package/dist/{InventoryBindingSummary-yr0oie3c.js → InventoryBindingSummary-BpEo0JsK.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DjJGUE9a.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CcjzkzCt.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-O1mYRa5W.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Ej20iSHA.js} +15 -15
  20. package/dist/PublishView-DCZ0zIaP.js +222 -0
  21. package/dist/{PurchaseOrderPrintPreview-Q_9-KVNj.js → PurchaseOrderPrintPreview-Cag7UEvz.js} +1 -1
  22. package/dist/ReceiveRequestView-ChIJGA98.js +2319 -0
  23. package/dist/{RecipeView-DBfugmRY.js → RecipeView-bBshe0eF.js} +32 -31
  24. package/dist/{index-CgspzSQi.js → StockView-D6-oKpAC.js} +3577 -1764
  25. package/dist/{SupplierView-BQViPyfj.js → SupplierView-dyIcGp9Q.js} +12 -11
  26. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-C_7wbQow.js +1771 -0
  27. package/dist/TransferTemplateView-D2rxV0k_.js +1660 -0
  28. package/dist/{UnitView-CrbFeWaB.js → UnitView-DVS5Az5c.js} +14 -14
  29. package/dist/{WarehouseView-Dy5GljxY.js → WarehouseView-CR03TpnA.js} +332 -314
  30. package/dist/api/closing-draft.d.ts +1 -0
  31. package/dist/api/inventory.d.ts +9 -6
  32. package/dist/api/purchase-order.d.ts +2 -1
  33. package/dist/{app-D0O4wr2X.js → app-oV9ISfFL.js} +28343 -28141
  34. package/dist/app.js +1 -1
  35. package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
  36. package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
  37. package/dist/components/FmLockableField.vue.d.ts +3 -0
  38. package/dist/components/FmMultiselectDialog.d.ts +46 -0
  39. package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
  40. package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
  41. package/dist/components/MountListener.vue.d.ts +15 -0
  42. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
  43. package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
  44. package/dist/{decimal-CPGmj9BT.js → decimal-C7zgfr5G.js} +1 -1
  45. package/dist/feature-CDQQ-mV9.js +1003 -0
  46. package/dist/{format-unit-display-CMM6DZJj.js → format-unit-display-CVBzrNQ4.js} +334 -327
  47. package/dist/helper/fuzzy.d.ts +10 -0
  48. package/dist/index-0VS4cuk3.js +35546 -0
  49. package/dist/{stock-9nTT4Amy.js → stock-BIP_NIK_.js} +3 -3
  50. package/dist/stores/feature.d.ts +4 -7
  51. package/dist/stores/integration/netsuite.d.ts +5 -0
  52. package/dist/stores/inventory.d.ts +135 -8
  53. package/dist/stores/location.d.ts +100 -0
  54. package/dist/stores/warehouse.d.ts +1 -0
  55. package/dist/style.css +1 -1
  56. package/dist/{supplier-CH4EwBZM.js → supplier-DUQ2VSMg.js} +1 -1
  57. package/dist/tsconfig.app.tsbuildinfo +1 -1
  58. package/dist/use-ingredient-select-dialog-VkU5_Aaj.js +51 -0
  59. package/dist/{use-inventory-binding-dialog-Dli3xtq4.js → use-inventory-binding-dialog-BXp0z3v_.js} +1 -1
  60. package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
  61. package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
  62. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
  63. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +4 -1
  64. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
  65. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +1 -1
  66. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
  67. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
  68. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
  69. package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
  70. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
  71. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
  72. package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
  73. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
  74. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
  75. package/dist/views/receive-request/components/transfer-details/TransferDetails.vue.d.ts +1387 -0
  76. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +5 -1
  77. package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +3 -0
  78. package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -2
  79. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +48 -2
  80. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +490 -2
  81. package/dist/views/receive-request/components/transfer-form/components/TransferSubItemTable.vue.d.ts +72 -0
  82. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +25 -2
  83. package/dist/views/receive-request/components/transfer-form/helpers/calculate-sub-item-total.helper.d.ts +4 -0
  84. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +693 -35
  85. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +684 -35
  86. package/dist/views/receive-request/helper/po-to-po-template.util.d.ts +1 -0
  87. package/dist/views/receive-request/helper/print-po.d.ts +9 -2
  88. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
  89. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItem.vue.d.ts +270 -2
  90. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItemTable.vue.d.ts +286 -0
  91. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateSubItem.vue.d.ts +74 -0
  92. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateSubItemTable.vue.d.ts +92 -0
  93. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
  94. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
  95. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +36 -2
  96. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +456 -12
  97. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +456 -12
  98. package/dist/views/transfer-template/helpers/location-to-po-supplier.util.d.ts +75 -0
  99. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
  100. package/dist/{vue-i18n-BcYt8MNZ.js → vue-i18n-CCd5_SRR.js} +212 -212
  101. package/package.json +3 -3
  102. package/dist/App-oKNdl2la.js +0 -276
  103. package/dist/ApprovalView-hDGkcBDy.js +0 -138
  104. package/dist/ClosingDraftView-CEeeL7W4.js +0 -1225
  105. package/dist/ClosingTemplateView-CkS9e0MV.js +0 -1819
  106. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-CIBSvY0s.js +0 -142
  107. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-Dg_7ELeT.js +0 -286
  108. package/dist/PublishView-ByXdmuJL.js +0 -192
  109. package/dist/ReceiveRequestView-CApg7LGM.js +0 -1876
  110. package/dist/StockView-D6o_oUlz.js +0 -1817
  111. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-D2skLe2M.js +0 -1327
  112. package/dist/TransferTemplateView-DVesObTd.js +0 -1284
  113. package/dist/components/FmCustomAttribute2.vue.d.ts +0 -18
  114. package/dist/index-P5iEcRw3.js +0 -29202
  115. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +0 -2628
@@ -24,6 +24,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
24
24
  negativeStockItems?: {
25
25
  remark?: string | null | undefined;
26
26
  sku: {
27
+ customAttributes?: Record<string, any> | null | undefined;
27
28
  trackingMeasurement?: string | null | undefined;
28
29
  convert?: {
29
30
  measurement?: string | null | undefined;
@@ -67,7 +68,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
67
68
  low: number;
68
69
  mid: number;
69
70
  } | null | undefined;
70
- customAttributes?: Record<string, any> | null | undefined;
71
71
  unit: {
72
72
  _id: string;
73
73
  name: string;
@@ -112,6 +112,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
112
112
  items: {
113
113
  remark?: string | null | undefined;
114
114
  sku: {
115
+ customAttributes?: Record<string, any> | null | undefined;
115
116
  trackingMeasurement?: string | null | undefined;
116
117
  convert?: {
117
118
  measurement?: string | null | undefined;
@@ -155,7 +156,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
155
156
  low: number;
156
157
  mid: number;
157
158
  } | null | undefined;
158
- customAttributes?: Record<string, any> | null | undefined;
159
159
  unit: {
160
160
  _id: string;
161
161
  name: string;
@@ -215,6 +215,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
215
215
  acceptRequest: boolean;
216
216
  dbName: string;
217
217
  doc: {
218
+ customAttributes?: Record<string, any> | null | undefined;
218
219
  _id: string;
219
220
  businessId: string;
220
221
  profile: {
@@ -296,6 +297,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
296
297
  };
297
298
  };
298
299
  }[] | null | undefined;
300
+ locationTags?: string[] | null | undefined;
299
301
  updatedBy?: {
300
302
  name: string;
301
303
  id: string;
@@ -331,6 +333,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
331
333
  negativeStockItems?: {
332
334
  remark?: string | null | undefined;
333
335
  sku: {
336
+ customAttributes?: Record<string, any> | null | undefined;
334
337
  trackingMeasurement?: string | null | undefined;
335
338
  convert?: {
336
339
  measurement?: string | null | undefined;
@@ -374,7 +377,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
374
377
  low: number;
375
378
  mid: number;
376
379
  } | null | undefined;
377
- customAttributes?: Record<string, any> | null | undefined;
378
380
  unit: {
379
381
  _id: string;
380
382
  name: string;
@@ -419,6 +421,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
419
421
  items: {
420
422
  remark?: string | null | undefined;
421
423
  sku: {
424
+ customAttributes?: Record<string, any> | null | undefined;
422
425
  trackingMeasurement?: string | null | undefined;
423
426
  convert?: {
424
427
  measurement?: string | null | undefined;
@@ -462,7 +465,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
462
465
  low: number;
463
466
  mid: number;
464
467
  } | null | undefined;
465
- customAttributes?: Record<string, any> | null | undefined;
466
468
  unit: {
467
469
  _id: string;
468
470
  name: string;
@@ -522,6 +524,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
522
524
  acceptRequest: boolean;
523
525
  dbName: string;
524
526
  doc: {
527
+ customAttributes?: Record<string, any> | null | undefined;
525
528
  _id: string;
526
529
  businessId: string;
527
530
  profile: {
@@ -603,6 +606,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
603
606
  };
604
607
  };
605
608
  }[] | null | undefined;
609
+ locationTags?: string[] | null | undefined;
606
610
  updatedBy?: {
607
611
  name: string;
608
612
  id: string;
@@ -637,6 +641,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
637
641
  negativeStockItems?: {
638
642
  remark?: string | null | undefined;
639
643
  sku: {
644
+ customAttributes?: Record<string, any> | null | undefined;
640
645
  trackingMeasurement?: string | null | undefined;
641
646
  convert?: {
642
647
  measurement?: string | null | undefined;
@@ -680,7 +685,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
680
685
  low: number;
681
686
  mid: number;
682
687
  } | null | undefined;
683
- customAttributes?: Record<string, any> | null | undefined;
684
688
  unit: {
685
689
  _id: string;
686
690
  name: string;
@@ -725,6 +729,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
725
729
  items: {
726
730
  remark?: string | null | undefined;
727
731
  sku: {
732
+ customAttributes?: Record<string, any> | null | undefined;
728
733
  trackingMeasurement?: string | null | undefined;
729
734
  convert?: {
730
735
  measurement?: string | null | undefined;
@@ -768,7 +773,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
768
773
  low: number;
769
774
  mid: number;
770
775
  } | null | undefined;
771
- customAttributes?: Record<string, any> | null | undefined;
772
776
  unit: {
773
777
  _id: string;
774
778
  name: string;
@@ -828,6 +832,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
828
832
  acceptRequest: boolean;
829
833
  dbName: string;
830
834
  doc: {
835
+ customAttributes?: Record<string, any> | null | undefined;
831
836
  _id: string;
832
837
  businessId: string;
833
838
  profile: {
@@ -909,6 +914,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
909
914
  };
910
915
  };
911
916
  }[] | null | undefined;
917
+ locationTags?: string[] | null | undefined;
912
918
  updatedBy?: {
913
919
  name: string;
914
920
  id: string;
@@ -943,6 +949,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
943
949
  negativeStockItems?: {
944
950
  remark?: string | null | undefined;
945
951
  sku: {
952
+ customAttributes?: Record<string, any> | null | undefined;
946
953
  trackingMeasurement?: string | null | undefined;
947
954
  convert?: {
948
955
  measurement?: string | null | undefined;
@@ -986,7 +993,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
986
993
  low: number;
987
994
  mid: number;
988
995
  } | null | undefined;
989
- customAttributes?: Record<string, any> | null | undefined;
990
996
  unit: {
991
997
  _id: string;
992
998
  name: string;
@@ -1031,6 +1037,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1031
1037
  items: {
1032
1038
  remark?: string | null | undefined;
1033
1039
  sku: {
1040
+ customAttributes?: Record<string, any> | null | undefined;
1034
1041
  trackingMeasurement?: string | null | undefined;
1035
1042
  convert?: {
1036
1043
  measurement?: string | null | undefined;
@@ -1074,7 +1081,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1074
1081
  low: number;
1075
1082
  mid: number;
1076
1083
  } | null | undefined;
1077
- customAttributes?: Record<string, any> | null | undefined;
1078
1084
  unit: {
1079
1085
  _id: string;
1080
1086
  name: string;
@@ -1134,6 +1140,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1134
1140
  acceptRequest: boolean;
1135
1141
  dbName: string;
1136
1142
  doc: {
1143
+ customAttributes?: Record<string, any> | null | undefined;
1137
1144
  _id: string;
1138
1145
  businessId: string;
1139
1146
  profile: {
@@ -1215,6 +1222,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1215
1222
  };
1216
1223
  };
1217
1224
  }[] | null | undefined;
1225
+ locationTags?: string[] | null | undefined;
1218
1226
  updatedBy?: {
1219
1227
  name: string;
1220
1228
  id: string;
@@ -1254,6 +1262,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1254
1262
  negativeStockItems?: {
1255
1263
  remark?: string | null | undefined;
1256
1264
  sku: {
1265
+ customAttributes?: Record<string, any> | null | undefined;
1257
1266
  trackingMeasurement?: string | null | undefined;
1258
1267
  convert?: {
1259
1268
  measurement?: string | null | undefined;
@@ -1297,7 +1306,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1297
1306
  low: number;
1298
1307
  mid: number;
1299
1308
  } | null | undefined;
1300
- customAttributes?: Record<string, any> | null | undefined;
1301
1309
  unit: {
1302
1310
  _id: string;
1303
1311
  name: string;
@@ -1342,6 +1350,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1342
1350
  items: {
1343
1351
  remark?: string | null | undefined;
1344
1352
  sku: {
1353
+ customAttributes?: Record<string, any> | null | undefined;
1345
1354
  trackingMeasurement?: string | null | undefined;
1346
1355
  convert?: {
1347
1356
  measurement?: string | null | undefined;
@@ -1385,7 +1394,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1385
1394
  low: number;
1386
1395
  mid: number;
1387
1396
  } | null | undefined;
1388
- customAttributes?: Record<string, any> | null | undefined;
1389
1397
  unit: {
1390
1398
  _id: string;
1391
1399
  name: string;
@@ -1445,6 +1453,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1445
1453
  acceptRequest: boolean;
1446
1454
  dbName: string;
1447
1455
  doc: {
1456
+ customAttributes?: Record<string, any> | null | undefined;
1448
1457
  _id: string;
1449
1458
  businessId: string;
1450
1459
  profile: {
@@ -1526,6 +1535,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1526
1535
  };
1527
1536
  };
1528
1537
  }[] | null | undefined;
1538
+ locationTags?: string[] | null | undefined;
1529
1539
  updatedBy?: {
1530
1540
  name: string;
1531
1541
  id: string;
@@ -1561,6 +1571,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1561
1571
  negativeStockItems?: {
1562
1572
  remark?: string | null | undefined;
1563
1573
  sku: {
1574
+ customAttributes?: Record<string, any> | null | undefined;
1564
1575
  trackingMeasurement?: string | null | undefined;
1565
1576
  convert?: {
1566
1577
  measurement?: string | null | undefined;
@@ -1604,7 +1615,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1604
1615
  low: number;
1605
1616
  mid: number;
1606
1617
  } | null | undefined;
1607
- customAttributes?: Record<string, any> | null | undefined;
1608
1618
  unit: {
1609
1619
  _id: string;
1610
1620
  name: string;
@@ -1649,6 +1659,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1649
1659
  items: {
1650
1660
  remark?: string | null | undefined;
1651
1661
  sku: {
1662
+ customAttributes?: Record<string, any> | null | undefined;
1652
1663
  trackingMeasurement?: string | null | undefined;
1653
1664
  convert?: {
1654
1665
  measurement?: string | null | undefined;
@@ -1692,7 +1703,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1692
1703
  low: number;
1693
1704
  mid: number;
1694
1705
  } | null | undefined;
1695
- customAttributes?: Record<string, any> | null | undefined;
1696
1706
  unit: {
1697
1707
  _id: string;
1698
1708
  name: string;
@@ -1752,6 +1762,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1752
1762
  acceptRequest: boolean;
1753
1763
  dbName: string;
1754
1764
  doc: {
1765
+ customAttributes?: Record<string, any> | null | undefined;
1755
1766
  _id: string;
1756
1767
  businessId: string;
1757
1768
  profile: {
@@ -1833,6 +1844,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1833
1844
  };
1834
1845
  };
1835
1846
  }[] | null | undefined;
1847
+ locationTags?: string[] | null | undefined;
1836
1848
  updatedBy?: {
1837
1849
  name: string;
1838
1850
  id: string;
@@ -1867,6 +1879,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1867
1879
  negativeStockItems?: {
1868
1880
  remark?: string | null | undefined;
1869
1881
  sku: {
1882
+ customAttributes?: Record<string, any> | null | undefined;
1870
1883
  trackingMeasurement?: string | null | undefined;
1871
1884
  convert?: {
1872
1885
  measurement?: string | null | undefined;
@@ -1910,7 +1923,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1910
1923
  low: number;
1911
1924
  mid: number;
1912
1925
  } | null | undefined;
1913
- customAttributes?: Record<string, any> | null | undefined;
1914
1926
  unit: {
1915
1927
  _id: string;
1916
1928
  name: string;
@@ -1955,6 +1967,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1955
1967
  items: {
1956
1968
  remark?: string | null | undefined;
1957
1969
  sku: {
1970
+ customAttributes?: Record<string, any> | null | undefined;
1958
1971
  trackingMeasurement?: string | null | undefined;
1959
1972
  convert?: {
1960
1973
  measurement?: string | null | undefined;
@@ -1998,7 +2011,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
1998
2011
  low: number;
1999
2012
  mid: number;
2000
2013
  } | null | undefined;
2001
- customAttributes?: Record<string, any> | null | undefined;
2002
2014
  unit: {
2003
2015
  _id: string;
2004
2016
  name: string;
@@ -2058,6 +2070,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2058
2070
  acceptRequest: boolean;
2059
2071
  dbName: string;
2060
2072
  doc: {
2073
+ customAttributes?: Record<string, any> | null | undefined;
2061
2074
  _id: string;
2062
2075
  businessId: string;
2063
2076
  profile: {
@@ -2139,6 +2152,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2139
2152
  };
2140
2153
  };
2141
2154
  }[] | null | undefined;
2155
+ locationTags?: string[] | null | undefined;
2142
2156
  updatedBy?: {
2143
2157
  name: string;
2144
2158
  id: string;
@@ -2173,6 +2187,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2173
2187
  negativeStockItems?: {
2174
2188
  remark?: string | null | undefined;
2175
2189
  sku: {
2190
+ customAttributes?: Record<string, any> | null | undefined;
2176
2191
  trackingMeasurement?: string | null | undefined;
2177
2192
  convert?: {
2178
2193
  measurement?: string | null | undefined;
@@ -2216,7 +2231,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2216
2231
  low: number;
2217
2232
  mid: number;
2218
2233
  } | null | undefined;
2219
- customAttributes?: Record<string, any> | null | undefined;
2220
2234
  unit: {
2221
2235
  _id: string;
2222
2236
  name: string;
@@ -2261,6 +2275,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2261
2275
  items: {
2262
2276
  remark?: string | null | undefined;
2263
2277
  sku: {
2278
+ customAttributes?: Record<string, any> | null | undefined;
2264
2279
  trackingMeasurement?: string | null | undefined;
2265
2280
  convert?: {
2266
2281
  measurement?: string | null | undefined;
@@ -2304,7 +2319,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2304
2319
  low: number;
2305
2320
  mid: number;
2306
2321
  } | null | undefined;
2307
- customAttributes?: Record<string, any> | null | undefined;
2308
2322
  unit: {
2309
2323
  _id: string;
2310
2324
  name: string;
@@ -2364,6 +2378,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2364
2378
  acceptRequest: boolean;
2365
2379
  dbName: string;
2366
2380
  doc: {
2381
+ customAttributes?: Record<string, any> | null | undefined;
2367
2382
  _id: string;
2368
2383
  businessId: string;
2369
2384
  profile: {
@@ -2445,6 +2460,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2445
2460
  };
2446
2461
  };
2447
2462
  }[] | null | undefined;
2463
+ locationTags?: string[] | null | undefined;
2448
2464
  updatedBy?: {
2449
2465
  name: string;
2450
2466
  id: string;
@@ -2484,6 +2500,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2484
2500
  negativeStockItems?: {
2485
2501
  remark?: string | null | undefined;
2486
2502
  sku: {
2503
+ customAttributes?: Record<string, any> | null | undefined;
2487
2504
  trackingMeasurement?: string | null | undefined;
2488
2505
  convert?: {
2489
2506
  measurement?: string | null | undefined;
@@ -2527,7 +2544,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2527
2544
  low: number;
2528
2545
  mid: number;
2529
2546
  } | null | undefined;
2530
- customAttributes?: Record<string, any> | null | undefined;
2531
2547
  unit: {
2532
2548
  _id: string;
2533
2549
  name: string;
@@ -2572,6 +2588,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2572
2588
  items: {
2573
2589
  remark?: string | null | undefined;
2574
2590
  sku: {
2591
+ customAttributes?: Record<string, any> | null | undefined;
2575
2592
  trackingMeasurement?: string | null | undefined;
2576
2593
  convert?: {
2577
2594
  measurement?: string | null | undefined;
@@ -2615,7 +2632,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2615
2632
  low: number;
2616
2633
  mid: number;
2617
2634
  } | null | undefined;
2618
- customAttributes?: Record<string, any> | null | undefined;
2619
2635
  unit: {
2620
2636
  _id: string;
2621
2637
  name: string;
@@ -2675,6 +2691,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2675
2691
  acceptRequest: boolean;
2676
2692
  dbName: string;
2677
2693
  doc: {
2694
+ customAttributes?: Record<string, any> | null | undefined;
2678
2695
  _id: string;
2679
2696
  businessId: string;
2680
2697
  profile: {
@@ -2756,6 +2773,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2756
2773
  };
2757
2774
  };
2758
2775
  }[] | null | undefined;
2776
+ locationTags?: string[] | null | undefined;
2759
2777
  updatedBy?: {
2760
2778
  name: string;
2761
2779
  id: string;
@@ -2791,6 +2809,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2791
2809
  negativeStockItems?: {
2792
2810
  remark?: string | null | undefined;
2793
2811
  sku: {
2812
+ customAttributes?: Record<string, any> | null | undefined;
2794
2813
  trackingMeasurement?: string | null | undefined;
2795
2814
  convert?: {
2796
2815
  measurement?: string | null | undefined;
@@ -2834,7 +2853,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2834
2853
  low: number;
2835
2854
  mid: number;
2836
2855
  } | null | undefined;
2837
- customAttributes?: Record<string, any> | null | undefined;
2838
2856
  unit: {
2839
2857
  _id: string;
2840
2858
  name: string;
@@ -2879,6 +2897,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2879
2897
  items: {
2880
2898
  remark?: string | null | undefined;
2881
2899
  sku: {
2900
+ customAttributes?: Record<string, any> | null | undefined;
2882
2901
  trackingMeasurement?: string | null | undefined;
2883
2902
  convert?: {
2884
2903
  measurement?: string | null | undefined;
@@ -2922,7 +2941,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2922
2941
  low: number;
2923
2942
  mid: number;
2924
2943
  } | null | undefined;
2925
- customAttributes?: Record<string, any> | null | undefined;
2926
2944
  unit: {
2927
2945
  _id: string;
2928
2946
  name: string;
@@ -2982,6 +3000,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
2982
3000
  acceptRequest: boolean;
2983
3001
  dbName: string;
2984
3002
  doc: {
3003
+ customAttributes?: Record<string, any> | null | undefined;
2985
3004
  _id: string;
2986
3005
  businessId: string;
2987
3006
  profile: {
@@ -3063,6 +3082,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3063
3082
  };
3064
3083
  };
3065
3084
  }[] | null | undefined;
3085
+ locationTags?: string[] | null | undefined;
3066
3086
  updatedBy?: {
3067
3087
  name: string;
3068
3088
  id: string;
@@ -3097,6 +3117,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3097
3117
  negativeStockItems?: {
3098
3118
  remark?: string | null | undefined;
3099
3119
  sku: {
3120
+ customAttributes?: Record<string, any> | null | undefined;
3100
3121
  trackingMeasurement?: string | null | undefined;
3101
3122
  convert?: {
3102
3123
  measurement?: string | null | undefined;
@@ -3140,7 +3161,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3140
3161
  low: number;
3141
3162
  mid: number;
3142
3163
  } | null | undefined;
3143
- customAttributes?: Record<string, any> | null | undefined;
3144
3164
  unit: {
3145
3165
  _id: string;
3146
3166
  name: string;
@@ -3185,6 +3205,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3185
3205
  items: {
3186
3206
  remark?: string | null | undefined;
3187
3207
  sku: {
3208
+ customAttributes?: Record<string, any> | null | undefined;
3188
3209
  trackingMeasurement?: string | null | undefined;
3189
3210
  convert?: {
3190
3211
  measurement?: string | null | undefined;
@@ -3228,7 +3249,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3228
3249
  low: number;
3229
3250
  mid: number;
3230
3251
  } | null | undefined;
3231
- customAttributes?: Record<string, any> | null | undefined;
3232
3252
  unit: {
3233
3253
  _id: string;
3234
3254
  name: string;
@@ -3288,6 +3308,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3288
3308
  acceptRequest: boolean;
3289
3309
  dbName: string;
3290
3310
  doc: {
3311
+ customAttributes?: Record<string, any> | null | undefined;
3291
3312
  _id: string;
3292
3313
  businessId: string;
3293
3314
  profile: {
@@ -3369,6 +3390,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3369
3390
  };
3370
3391
  };
3371
3392
  }[] | null | undefined;
3393
+ locationTags?: string[] | null | undefined;
3372
3394
  updatedBy?: {
3373
3395
  name: string;
3374
3396
  id: string;
@@ -3403,6 +3425,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3403
3425
  negativeStockItems?: {
3404
3426
  remark?: string | null | undefined;
3405
3427
  sku: {
3428
+ customAttributes?: Record<string, any> | null | undefined;
3406
3429
  trackingMeasurement?: string | null | undefined;
3407
3430
  convert?: {
3408
3431
  measurement?: string | null | undefined;
@@ -3446,7 +3469,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3446
3469
  low: number;
3447
3470
  mid: number;
3448
3471
  } | null | undefined;
3449
- customAttributes?: Record<string, any> | null | undefined;
3450
3472
  unit: {
3451
3473
  _id: string;
3452
3474
  name: string;
@@ -3491,6 +3513,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3491
3513
  items: {
3492
3514
  remark?: string | null | undefined;
3493
3515
  sku: {
3516
+ customAttributes?: Record<string, any> | null | undefined;
3494
3517
  trackingMeasurement?: string | null | undefined;
3495
3518
  convert?: {
3496
3519
  measurement?: string | null | undefined;
@@ -3534,7 +3557,6 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3534
3557
  low: number;
3535
3558
  mid: number;
3536
3559
  } | null | undefined;
3537
- customAttributes?: Record<string, any> | null | undefined;
3538
3560
  unit: {
3539
3561
  _id: string;
3540
3562
  name: string;
@@ -3594,6 +3616,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3594
3616
  acceptRequest: boolean;
3595
3617
  dbName: string;
3596
3618
  doc: {
3619
+ customAttributes?: Record<string, any> | null | undefined;
3597
3620
  _id: string;
3598
3621
  businessId: string;
3599
3622
  profile: {
@@ -3675,6 +3698,7 @@ export declare const useClosingDraftTable: import("pinia").StoreDefinition<"clos
3675
3698
  };
3676
3699
  };
3677
3700
  }[] | null | undefined;
3701
+ locationTags?: string[] | null | undefined;
3678
3702
  updatedBy?: {
3679
3703
  name: string;
3680
3704
  id: string;
@@ -15,5 +15,5 @@ export type ColIdHeader<T> = {
15
15
  id: keyof T;
16
16
  name: string;
17
17
  };
18
- export declare function getExcelHeaders(measurementColumns: number): ColIdHeader<DraftItemRow>[];
18
+ export declare function getExcelHeaders(): ColIdHeader<DraftItemRow>[];
19
19
  export declare function exportDraft(draft: FdoClosingDraft, skuBalances: FdoSkuBalance[]): string;
@@ -13,6 +13,7 @@ export declare function useClosingTemplateItems(controller: {
13
13
  columnDefs: import("vue").ComputedRef<ColumnDef<{
14
14
  disabledMeasurements?: string[] | null | undefined;
15
15
  sku: {
16
+ customAttributes?: Record<string, any> | null | undefined;
16
17
  trackingMeasurement?: string | null | undefined;
17
18
  convert?: {
18
19
  measurement?: string | null | undefined;
@@ -56,7 +57,6 @@ export declare function useClosingTemplateItems(controller: {
56
57
  low: number;
57
58
  mid: number;
58
59
  } | null | undefined;
59
- customAttributes?: Record<string, any> | null | undefined;
60
60
  unit: {
61
61
  _id: string;
62
62
  name: string;