@feedmepos/mf-inventory-portal 0.0.25-dev.1 → 0.0.25-dev.12

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 (91) hide show
  1. package/dist/{App-TRzHN9-F.js → App-PehI6qSK.js} +35 -34
  2. package/dist/ApprovalView-a6tbFyO2.js +140 -0
  3. package/dist/{BindingsDialog-B8WqnjnP.js → BindingsDialog-BNco1Vhd.js} +6 -6
  4. package/dist/{BindingsPicker-jlcu-d6r.js → BindingsPicker-Dns2kFS-.js} +3 -3
  5. package/dist/{BindingsTable-B00mXBU7.js → BindingsTable-DTrXzYzr.js} +6 -6
  6. package/dist/{ClosingDraftView-CTzudiDa.js → ClosingDraftView-BXBkI6WL.js} +47 -47
  7. package/dist/ClosingTemplateView-BiAGOmVg.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-IlN0Uj04.js +211 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-C8UXVANj.js → FmUnitInput.vue_vue_type_script_setup_true_lang-JDL6LVAb.js} +52 -52
  11. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-DR5ewA1c.js +51 -0
  12. package/dist/{IngredientGroupView-C5XpFU4A.js → IngredientGroupView-Bci0qysG.js} +1 -1
  13. package/dist/{IngredientsView-jP9q6wm1.js → IngredientsView-Dpc_GncE.js} +394 -382
  14. package/dist/{IntegrationView-DmX1Q9KM.js → IntegrationView-DCWg-DR4.js} +660 -623
  15. package/dist/{InventoryBindingForm-Doz0ISM5.js → InventoryBindingForm-BwwF-2NM.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CXntbRos.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-1BVSUfuT.js} +55 -55
  17. package/dist/{InventoryBindingSummary-DDjzipz8.js → InventoryBindingSummary-DgoHed7T.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-B8cFyxTY.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Bu4Dw_6P.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DUDKXBlh.js → PremiumBadge.vue_vue_type_script_setup_true_lang-CW7-Eu69.js} +15 -15
  20. package/dist/{PublishView-BX7n6k7c.js → PublishView-DVYBAYBI.js} +7 -7
  21. package/dist/{PurchaseOrderPrintPreview-BjSoZs6d.js → PurchaseOrderPrintPreview-Dp2v_J3o.js} +1 -1
  22. package/dist/{ReceiveRequestView-B7EWBCnW.js → ReceiveRequestView-DVq8tkzd.js} +503 -494
  23. package/dist/{RecipeView-DZo_HxRD.js → RecipeView-Cv5EH2Ah.js} +32 -31
  24. package/dist/{index-qnLd0zOS.js → StockView-B7x9Pywp.js} +3577 -1764
  25. package/dist/{SupplierView-CSB0MJPt.js → SupplierView-BgyqCgOQ.js} +12 -11
  26. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-ByAN3s-h.js +1494 -0
  27. package/dist/TransferTemplateView-C30bwI6y.js +1371 -0
  28. package/dist/{UnitView-DavK_R4W.js → UnitView-IUEnJvH0.js} +14 -14
  29. package/dist/{WarehouseView-DKH-C4Xd.js → WarehouseView-Bcwta2ui.js} +332 -314
  30. package/dist/api/inventory.d.ts +7 -6
  31. package/dist/api/purchase-order.d.ts +1 -0
  32. package/dist/{app-U7r2BqkX.js → app-BKrf9Qul.js} +27996 -28075
  33. package/dist/app.js +1 -1
  34. package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
  35. package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
  36. package/dist/components/FmLockableField.vue.d.ts +3 -0
  37. package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
  38. package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
  39. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
  40. package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
  41. package/dist/{decimal-8Rw9enBX.js → decimal-pm1D555G.js} +1 -1
  42. package/dist/feature-IIGwFZ6m.js +1005 -0
  43. package/dist/{format-unit-display-BOmYRTQF.js → format-unit-display-DAzCcqoK.js} +335 -328
  44. package/dist/helper/fuzzy.d.ts +10 -0
  45. package/dist/index-phCfzXTb.js +35546 -0
  46. package/dist/{stock-B0CPrhsD.js → stock-B9Im7AGF.js} +3 -3
  47. package/dist/stores/integration/netsuite.d.ts +5 -0
  48. package/dist/stores/inventory.d.ts +8 -8
  49. package/dist/stores/location.d.ts +100 -0
  50. package/dist/stores/warehouse.d.ts +1 -0
  51. package/dist/style.css +1 -1
  52. package/dist/{supplier-B9AwIixA.js → supplier-D5z7EqEg.js} +1 -1
  53. package/dist/tsconfig.app.tsbuildinfo +1 -1
  54. package/dist/use-ingredient-select-dialog-QJXtuwbP.js +51 -0
  55. package/dist/{use-inventory-binding-dialog-yq2U1BWY.js → use-inventory-binding-dialog-DbK__hMV.js} +1 -1
  56. package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
  57. package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
  58. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
  59. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
  60. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
  61. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
  62. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
  63. package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
  64. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
  65. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
  66. package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
  67. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
  68. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
  69. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +2 -0
  70. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +25 -17
  71. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +2 -2
  72. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +1 -1
  73. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +42 -26
  74. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +38 -26
  75. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
  76. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
  77. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
  78. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +1 -2
  79. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +36 -12
  80. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +36 -12
  81. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
  82. package/dist/{vue-i18n-Bl7GJEHh.js → vue-i18n-sbiTSWWp.js} +79 -79
  83. package/package.json +5 -5
  84. package/dist/ApprovalView-XuMTVxgh.js +0 -138
  85. package/dist/ClosingTemplateView-CH7km5d2.js +0 -1819
  86. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-7BeCefaL.js +0 -142
  87. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-Dcc6Iujf.js +0 -286
  88. package/dist/StockView-CJy2REMR.js +0 -1817
  89. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DA3f4VAd.js +0 -1327
  90. package/dist/TransferTemplateView-CRZXRX63.js +0 -1284
  91. package/dist/index-C2OSKtid.js +0 -29202
@@ -13,6 +13,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
13
13
  acceptRequest: boolean;
14
14
  dbName: string;
15
15
  doc: {
16
+ customAttributes?: Record<string, any> | null | undefined;
16
17
  _id: string;
17
18
  businessId: string;
18
19
  profile: {
@@ -94,6 +95,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
94
95
  };
95
96
  };
96
97
  }[] | null | undefined;
98
+ locationTags?: string[] | null | undefined;
97
99
  _id: string;
98
100
  name: string;
99
101
  purchaseOrder: {
@@ -123,6 +125,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
123
125
  precision: number;
124
126
  } | null | undefined;
125
127
  sku: {
128
+ customAttributes?: Record<string, any> | null | undefined;
126
129
  trackingMeasurement?: string | null | undefined;
127
130
  convert?: {
128
131
  measurement?: string | null | undefined;
@@ -166,7 +169,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
166
169
  low: number;
167
170
  mid: number;
168
171
  } | null | undefined;
169
- customAttributes?: Record<string, any> | null | undefined;
170
172
  unit: {
171
173
  _id: string;
172
174
  name: string;
@@ -248,6 +250,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
248
250
  acceptRequest: boolean;
249
251
  dbName: string;
250
252
  doc: {
253
+ customAttributes?: Record<string, any> | null | undefined;
251
254
  _id: string;
252
255
  businessId: string;
253
256
  profile: {
@@ -329,6 +332,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
329
332
  };
330
333
  };
331
334
  }[] | null | undefined;
335
+ locationTags?: string[] | null | undefined;
332
336
  _id: string;
333
337
  name: string;
334
338
  purchaseOrder: {
@@ -358,6 +362,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
358
362
  precision: number;
359
363
  } | null | undefined;
360
364
  sku: {
365
+ customAttributes?: Record<string, any> | null | undefined;
361
366
  trackingMeasurement?: string | null | undefined;
362
367
  convert?: {
363
368
  measurement?: string | null | undefined;
@@ -401,7 +406,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
401
406
  low: number;
402
407
  mid: number;
403
408
  } | null | undefined;
404
- customAttributes?: Record<string, any> | null | undefined;
405
409
  unit: {
406
410
  _id: string;
407
411
  name: string;
@@ -482,6 +486,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
482
486
  acceptRequest: boolean;
483
487
  dbName: string;
484
488
  doc: {
489
+ customAttributes?: Record<string, any> | null | undefined;
485
490
  _id: string;
486
491
  businessId: string;
487
492
  profile: {
@@ -563,6 +568,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
563
568
  };
564
569
  };
565
570
  }[] | null | undefined;
571
+ locationTags?: string[] | null | undefined;
566
572
  _id: string;
567
573
  name: string;
568
574
  purchaseOrder: {
@@ -592,6 +598,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
592
598
  precision: number;
593
599
  } | null | undefined;
594
600
  sku: {
601
+ customAttributes?: Record<string, any> | null | undefined;
595
602
  trackingMeasurement?: string | null | undefined;
596
603
  convert?: {
597
604
  measurement?: string | null | undefined;
@@ -635,7 +642,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
635
642
  low: number;
636
643
  mid: number;
637
644
  } | null | undefined;
638
- customAttributes?: Record<string, any> | null | undefined;
639
645
  unit: {
640
646
  _id: string;
641
647
  name: string;
@@ -716,6 +722,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
716
722
  acceptRequest: boolean;
717
723
  dbName: string;
718
724
  doc: {
725
+ customAttributes?: Record<string, any> | null | undefined;
719
726
  _id: string;
720
727
  businessId: string;
721
728
  profile: {
@@ -797,6 +804,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
797
804
  };
798
805
  };
799
806
  }[] | null | undefined;
807
+ locationTags?: string[] | null | undefined;
800
808
  _id: string;
801
809
  name: string;
802
810
  purchaseOrder: {
@@ -826,6 +834,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
826
834
  precision: number;
827
835
  } | null | undefined;
828
836
  sku: {
837
+ customAttributes?: Record<string, any> | null | undefined;
829
838
  trackingMeasurement?: string | null | undefined;
830
839
  convert?: {
831
840
  measurement?: string | null | undefined;
@@ -869,7 +878,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
869
878
  low: number;
870
879
  mid: number;
871
880
  } | null | undefined;
872
- customAttributes?: Record<string, any> | null | undefined;
873
881
  unit: {
874
882
  _id: string;
875
883
  name: string;
@@ -955,6 +963,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
955
963
  acceptRequest: boolean;
956
964
  dbName: string;
957
965
  doc: {
966
+ customAttributes?: Record<string, any> | null | undefined;
958
967
  _id: string;
959
968
  businessId: string;
960
969
  profile: {
@@ -1036,6 +1045,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1036
1045
  };
1037
1046
  };
1038
1047
  }[] | null | undefined;
1048
+ locationTags?: string[] | null | undefined;
1039
1049
  _id: string;
1040
1050
  name: string;
1041
1051
  purchaseOrder: {
@@ -1065,6 +1075,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1065
1075
  precision: number;
1066
1076
  } | null | undefined;
1067
1077
  sku: {
1078
+ customAttributes?: Record<string, any> | null | undefined;
1068
1079
  trackingMeasurement?: string | null | undefined;
1069
1080
  convert?: {
1070
1081
  measurement?: string | null | undefined;
@@ -1108,7 +1119,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1108
1119
  low: number;
1109
1120
  mid: number;
1110
1121
  } | null | undefined;
1111
- customAttributes?: Record<string, any> | null | undefined;
1112
1122
  unit: {
1113
1123
  _id: string;
1114
1124
  name: string;
@@ -1190,6 +1200,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1190
1200
  acceptRequest: boolean;
1191
1201
  dbName: string;
1192
1202
  doc: {
1203
+ customAttributes?: Record<string, any> | null | undefined;
1193
1204
  _id: string;
1194
1205
  businessId: string;
1195
1206
  profile: {
@@ -1271,6 +1282,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1271
1282
  };
1272
1283
  };
1273
1284
  }[] | null | undefined;
1285
+ locationTags?: string[] | null | undefined;
1274
1286
  _id: string;
1275
1287
  name: string;
1276
1288
  purchaseOrder: {
@@ -1300,6 +1312,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1300
1312
  precision: number;
1301
1313
  } | null | undefined;
1302
1314
  sku: {
1315
+ customAttributes?: Record<string, any> | null | undefined;
1303
1316
  trackingMeasurement?: string | null | undefined;
1304
1317
  convert?: {
1305
1318
  measurement?: string | null | undefined;
@@ -1343,7 +1356,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1343
1356
  low: number;
1344
1357
  mid: number;
1345
1358
  } | null | undefined;
1346
- customAttributes?: Record<string, any> | null | undefined;
1347
1359
  unit: {
1348
1360
  _id: string;
1349
1361
  name: string;
@@ -1424,6 +1436,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1424
1436
  acceptRequest: boolean;
1425
1437
  dbName: string;
1426
1438
  doc: {
1439
+ customAttributes?: Record<string, any> | null | undefined;
1427
1440
  _id: string;
1428
1441
  businessId: string;
1429
1442
  profile: {
@@ -1505,6 +1518,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1505
1518
  };
1506
1519
  };
1507
1520
  }[] | null | undefined;
1521
+ locationTags?: string[] | null | undefined;
1508
1522
  _id: string;
1509
1523
  name: string;
1510
1524
  purchaseOrder: {
@@ -1534,6 +1548,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1534
1548
  precision: number;
1535
1549
  } | null | undefined;
1536
1550
  sku: {
1551
+ customAttributes?: Record<string, any> | null | undefined;
1537
1552
  trackingMeasurement?: string | null | undefined;
1538
1553
  convert?: {
1539
1554
  measurement?: string | null | undefined;
@@ -1577,7 +1592,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1577
1592
  low: number;
1578
1593
  mid: number;
1579
1594
  } | null | undefined;
1580
- customAttributes?: Record<string, any> | null | undefined;
1581
1595
  unit: {
1582
1596
  _id: string;
1583
1597
  name: string;
@@ -1658,6 +1672,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1658
1672
  acceptRequest: boolean;
1659
1673
  dbName: string;
1660
1674
  doc: {
1675
+ customAttributes?: Record<string, any> | null | undefined;
1661
1676
  _id: string;
1662
1677
  businessId: string;
1663
1678
  profile: {
@@ -1739,6 +1754,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1739
1754
  };
1740
1755
  };
1741
1756
  }[] | null | undefined;
1757
+ locationTags?: string[] | null | undefined;
1742
1758
  _id: string;
1743
1759
  name: string;
1744
1760
  purchaseOrder: {
@@ -1768,6 +1784,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1768
1784
  precision: number;
1769
1785
  } | null | undefined;
1770
1786
  sku: {
1787
+ customAttributes?: Record<string, any> | null | undefined;
1771
1788
  trackingMeasurement?: string | null | undefined;
1772
1789
  convert?: {
1773
1790
  measurement?: string | null | undefined;
@@ -1811,7 +1828,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1811
1828
  low: number;
1812
1829
  mid: number;
1813
1830
  } | null | undefined;
1814
- customAttributes?: Record<string, any> | null | undefined;
1815
1831
  unit: {
1816
1832
  _id: string;
1817
1833
  name: string;
@@ -1897,6 +1913,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1897
1913
  acceptRequest: boolean;
1898
1914
  dbName: string;
1899
1915
  doc: {
1916
+ customAttributes?: Record<string, any> | null | undefined;
1900
1917
  _id: string;
1901
1918
  businessId: string;
1902
1919
  profile: {
@@ -1978,6 +1995,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1978
1995
  };
1979
1996
  };
1980
1997
  }[] | null | undefined;
1998
+ locationTags?: string[] | null | undefined;
1981
1999
  _id: string;
1982
2000
  name: string;
1983
2001
  purchaseOrder: {
@@ -2007,6 +2025,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2007
2025
  precision: number;
2008
2026
  } | null | undefined;
2009
2027
  sku: {
2028
+ customAttributes?: Record<string, any> | null | undefined;
2010
2029
  trackingMeasurement?: string | null | undefined;
2011
2030
  convert?: {
2012
2031
  measurement?: string | null | undefined;
@@ -2050,7 +2069,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2050
2069
  low: number;
2051
2070
  mid: number;
2052
2071
  } | null | undefined;
2053
- customAttributes?: Record<string, any> | null | undefined;
2054
2072
  unit: {
2055
2073
  _id: string;
2056
2074
  name: string;
@@ -2132,6 +2150,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2132
2150
  acceptRequest: boolean;
2133
2151
  dbName: string;
2134
2152
  doc: {
2153
+ customAttributes?: Record<string, any> | null | undefined;
2135
2154
  _id: string;
2136
2155
  businessId: string;
2137
2156
  profile: {
@@ -2213,6 +2232,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2213
2232
  };
2214
2233
  };
2215
2234
  }[] | null | undefined;
2235
+ locationTags?: string[] | null | undefined;
2216
2236
  _id: string;
2217
2237
  name: string;
2218
2238
  purchaseOrder: {
@@ -2242,6 +2262,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2242
2262
  precision: number;
2243
2263
  } | null | undefined;
2244
2264
  sku: {
2265
+ customAttributes?: Record<string, any> | null | undefined;
2245
2266
  trackingMeasurement?: string | null | undefined;
2246
2267
  convert?: {
2247
2268
  measurement?: string | null | undefined;
@@ -2285,7 +2306,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2285
2306
  low: number;
2286
2307
  mid: number;
2287
2308
  } | null | undefined;
2288
- customAttributes?: Record<string, any> | null | undefined;
2289
2309
  unit: {
2290
2310
  _id: string;
2291
2311
  name: string;
@@ -2366,6 +2386,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2366
2386
  acceptRequest: boolean;
2367
2387
  dbName: string;
2368
2388
  doc: {
2389
+ customAttributes?: Record<string, any> | null | undefined;
2369
2390
  _id: string;
2370
2391
  businessId: string;
2371
2392
  profile: {
@@ -2447,6 +2468,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2447
2468
  };
2448
2469
  };
2449
2470
  }[] | null | undefined;
2471
+ locationTags?: string[] | null | undefined;
2450
2472
  _id: string;
2451
2473
  name: string;
2452
2474
  purchaseOrder: {
@@ -2476,6 +2498,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2476
2498
  precision: number;
2477
2499
  } | null | undefined;
2478
2500
  sku: {
2501
+ customAttributes?: Record<string, any> | null | undefined;
2479
2502
  trackingMeasurement?: string | null | undefined;
2480
2503
  convert?: {
2481
2504
  measurement?: string | null | undefined;
@@ -2519,7 +2542,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2519
2542
  low: number;
2520
2543
  mid: number;
2521
2544
  } | null | undefined;
2522
- customAttributes?: Record<string, any> | null | undefined;
2523
2545
  unit: {
2524
2546
  _id: string;
2525
2547
  name: string;
@@ -2600,6 +2622,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2600
2622
  acceptRequest: boolean;
2601
2623
  dbName: string;
2602
2624
  doc: {
2625
+ customAttributes?: Record<string, any> | null | undefined;
2603
2626
  _id: string;
2604
2627
  businessId: string;
2605
2628
  profile: {
@@ -2681,6 +2704,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2681
2704
  };
2682
2705
  };
2683
2706
  }[] | null | undefined;
2707
+ locationTags?: string[] | null | undefined;
2684
2708
  _id: string;
2685
2709
  name: string;
2686
2710
  purchaseOrder: {
@@ -2710,6 +2734,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2710
2734
  precision: number;
2711
2735
  } | null | undefined;
2712
2736
  sku: {
2737
+ customAttributes?: Record<string, any> | null | undefined;
2713
2738
  trackingMeasurement?: string | null | undefined;
2714
2739
  convert?: {
2715
2740
  measurement?: string | null | undefined;
@@ -2753,7 +2778,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2753
2778
  low: number;
2754
2779
  mid: number;
2755
2780
  } | null | undefined;
2756
- customAttributes?: Record<string, any> | null | undefined;
2757
2781
  unit: {
2758
2782
  _id: string;
2759
2783
  name: string;
@@ -75,6 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  warehouseQuota: number;
76
76
  menuVersion: string;
77
77
  } | null | undefined;
78
+ customAttributes?: Record<string, any> | null | undefined;
78
79
  _id: string;
79
80
  businessId: string;
80
81
  profile: {
@@ -166,6 +167,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
167
  warehouseQuota: number;
167
168
  menuVersion: string;
168
169
  } | null | undefined;
170
+ customAttributes?: Record<string, any> | null | undefined;
169
171
  _id: string;
170
172
  businessId: string;
171
173
  profile: {