@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
@@ -16,6 +16,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
16
16
  acceptRequest: boolean;
17
17
  dbName: string;
18
18
  doc: {
19
+ customAttributes?: Record<string, any> | null | undefined;
19
20
  _id: string;
20
21
  businessId: string;
21
22
  profile: {
@@ -97,6 +98,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
97
98
  };
98
99
  };
99
100
  }[] | null | undefined;
101
+ locationTags?: string[] | null | undefined;
100
102
  updatedBy?: {
101
103
  name: string;
102
104
  id: string;
@@ -105,6 +107,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
105
107
  items: {
106
108
  disabledMeasurements?: string[] | null | undefined;
107
109
  sku: {
110
+ customAttributes?: Record<string, any> | null | undefined;
108
111
  trackingMeasurement?: string | null | undefined;
109
112
  convert?: {
110
113
  measurement?: string | null | undefined;
@@ -148,7 +151,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
148
151
  low: number;
149
152
  mid: number;
150
153
  } | null | undefined;
151
- customAttributes?: Record<string, any> | null | undefined;
152
154
  unit: {
153
155
  _id: string;
154
156
  name: string;
@@ -206,6 +208,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
206
208
  acceptRequest: boolean;
207
209
  dbName: string;
208
210
  doc: {
211
+ customAttributes?: Record<string, any> | null | undefined;
209
212
  _id: string;
210
213
  businessId: string;
211
214
  profile: {
@@ -287,6 +290,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
287
290
  };
288
291
  };
289
292
  }[] | null | undefined;
293
+ locationTags?: string[] | null | undefined;
290
294
  updatedBy?: {
291
295
  name: string;
292
296
  id: string;
@@ -295,6 +299,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
295
299
  items: {
296
300
  disabledMeasurements?: string[] | null | undefined;
297
301
  sku: {
302
+ customAttributes?: Record<string, any> | null | undefined;
298
303
  trackingMeasurement?: string | null | undefined;
299
304
  convert?: {
300
305
  measurement?: string | null | undefined;
@@ -338,7 +343,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
338
343
  low: number;
339
344
  mid: number;
340
345
  } | null | undefined;
341
- customAttributes?: Record<string, any> | null | undefined;
342
346
  unit: {
343
347
  _id: string;
344
348
  name: string;
@@ -374,6 +378,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
374
378
  acceptRequest: boolean;
375
379
  dbName: string;
376
380
  doc: {
381
+ customAttributes?: Record<string, any> | null | undefined;
377
382
  _id: string;
378
383
  businessId: string;
379
384
  profile: {
@@ -455,6 +460,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
455
460
  };
456
461
  };
457
462
  }[] | null | undefined;
463
+ locationTags?: string[] | null | undefined;
458
464
  updatedBy?: {
459
465
  name: string;
460
466
  id: string;
@@ -463,6 +469,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
463
469
  items: {
464
470
  disabledMeasurements?: string[] | null | undefined;
465
471
  sku: {
472
+ customAttributes?: Record<string, any> | null | undefined;
466
473
  trackingMeasurement?: string | null | undefined;
467
474
  convert?: {
468
475
  measurement?: string | null | undefined;
@@ -506,7 +513,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
506
513
  low: number;
507
514
  mid: number;
508
515
  } | null | undefined;
509
- customAttributes?: Record<string, any> | null | undefined;
510
516
  unit: {
511
517
  _id: string;
512
518
  name: string;
@@ -542,6 +548,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
542
548
  acceptRequest: boolean;
543
549
  dbName: string;
544
550
  doc: {
551
+ customAttributes?: Record<string, any> | null | undefined;
545
552
  _id: string;
546
553
  businessId: string;
547
554
  profile: {
@@ -623,6 +630,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
623
630
  };
624
631
  };
625
632
  }[] | null | undefined;
633
+ locationTags?: string[] | null | undefined;
626
634
  updatedBy?: {
627
635
  name: string;
628
636
  id: string;
@@ -631,6 +639,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
631
639
  items: {
632
640
  disabledMeasurements?: string[] | null | undefined;
633
641
  sku: {
642
+ customAttributes?: Record<string, any> | null | undefined;
634
643
  trackingMeasurement?: string | null | undefined;
635
644
  convert?: {
636
645
  measurement?: string | null | undefined;
@@ -674,7 +683,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
674
683
  low: number;
675
684
  mid: number;
676
685
  } | null | undefined;
677
- customAttributes?: Record<string, any> | null | undefined;
678
686
  unit: {
679
687
  _id: string;
680
688
  name: string;
@@ -715,6 +723,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
715
723
  acceptRequest: boolean;
716
724
  dbName: string;
717
725
  doc: {
726
+ customAttributes?: Record<string, any> | null | undefined;
718
727
  _id: string;
719
728
  businessId: string;
720
729
  profile: {
@@ -796,6 +805,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
796
805
  };
797
806
  };
798
807
  }[] | null | undefined;
808
+ locationTags?: string[] | null | undefined;
799
809
  updatedBy?: {
800
810
  name: string;
801
811
  id: string;
@@ -804,6 +814,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
804
814
  items: {
805
815
  disabledMeasurements?: string[] | null | undefined;
806
816
  sku: {
817
+ customAttributes?: Record<string, any> | null | undefined;
807
818
  trackingMeasurement?: string | null | undefined;
808
819
  convert?: {
809
820
  measurement?: string | null | undefined;
@@ -847,7 +858,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
847
858
  low: number;
848
859
  mid: number;
849
860
  } | null | undefined;
850
- customAttributes?: Record<string, any> | null | undefined;
851
861
  unit: {
852
862
  _id: string;
853
863
  name: string;
@@ -905,6 +915,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
905
915
  acceptRequest: boolean;
906
916
  dbName: string;
907
917
  doc: {
918
+ customAttributes?: Record<string, any> | null | undefined;
908
919
  _id: string;
909
920
  businessId: string;
910
921
  profile: {
@@ -986,6 +997,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
986
997
  };
987
998
  };
988
999
  }[] | null | undefined;
1000
+ locationTags?: string[] | null | undefined;
989
1001
  updatedBy?: {
990
1002
  name: string;
991
1003
  id: string;
@@ -994,6 +1006,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
994
1006
  items: {
995
1007
  disabledMeasurements?: string[] | null | undefined;
996
1008
  sku: {
1009
+ customAttributes?: Record<string, any> | null | undefined;
997
1010
  trackingMeasurement?: string | null | undefined;
998
1011
  convert?: {
999
1012
  measurement?: string | null | undefined;
@@ -1037,7 +1050,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1037
1050
  low: number;
1038
1051
  mid: number;
1039
1052
  } | null | undefined;
1040
- customAttributes?: Record<string, any> | null | undefined;
1041
1053
  unit: {
1042
1054
  _id: string;
1043
1055
  name: string;
@@ -1073,6 +1085,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1073
1085
  acceptRequest: boolean;
1074
1086
  dbName: string;
1075
1087
  doc: {
1088
+ customAttributes?: Record<string, any> | null | undefined;
1076
1089
  _id: string;
1077
1090
  businessId: string;
1078
1091
  profile: {
@@ -1154,6 +1167,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1154
1167
  };
1155
1168
  };
1156
1169
  }[] | null | undefined;
1170
+ locationTags?: string[] | null | undefined;
1157
1171
  updatedBy?: {
1158
1172
  name: string;
1159
1173
  id: string;
@@ -1162,6 +1176,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1162
1176
  items: {
1163
1177
  disabledMeasurements?: string[] | null | undefined;
1164
1178
  sku: {
1179
+ customAttributes?: Record<string, any> | null | undefined;
1165
1180
  trackingMeasurement?: string | null | undefined;
1166
1181
  convert?: {
1167
1182
  measurement?: string | null | undefined;
@@ -1205,7 +1220,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1205
1220
  low: number;
1206
1221
  mid: number;
1207
1222
  } | null | undefined;
1208
- customAttributes?: Record<string, any> | null | undefined;
1209
1223
  unit: {
1210
1224
  _id: string;
1211
1225
  name: string;
@@ -1241,6 +1255,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1241
1255
  acceptRequest: boolean;
1242
1256
  dbName: string;
1243
1257
  doc: {
1258
+ customAttributes?: Record<string, any> | null | undefined;
1244
1259
  _id: string;
1245
1260
  businessId: string;
1246
1261
  profile: {
@@ -1322,6 +1337,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1322
1337
  };
1323
1338
  };
1324
1339
  }[] | null | undefined;
1340
+ locationTags?: string[] | null | undefined;
1325
1341
  updatedBy?: {
1326
1342
  name: string;
1327
1343
  id: string;
@@ -1330,6 +1346,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1330
1346
  items: {
1331
1347
  disabledMeasurements?: string[] | null | undefined;
1332
1348
  sku: {
1349
+ customAttributes?: Record<string, any> | null | undefined;
1333
1350
  trackingMeasurement?: string | null | undefined;
1334
1351
  convert?: {
1335
1352
  measurement?: string | null | undefined;
@@ -1373,7 +1390,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1373
1390
  low: number;
1374
1391
  mid: number;
1375
1392
  } | null | undefined;
1376
- customAttributes?: Record<string, any> | null | undefined;
1377
1393
  unit: {
1378
1394
  _id: string;
1379
1395
  name: string;
@@ -1414,6 +1430,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1414
1430
  acceptRequest: boolean;
1415
1431
  dbName: string;
1416
1432
  doc: {
1433
+ customAttributes?: Record<string, any> | null | undefined;
1417
1434
  _id: string;
1418
1435
  businessId: string;
1419
1436
  profile: {
@@ -1495,6 +1512,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1495
1512
  };
1496
1513
  };
1497
1514
  }[] | null | undefined;
1515
+ locationTags?: string[] | null | undefined;
1498
1516
  updatedBy?: {
1499
1517
  name: string;
1500
1518
  id: string;
@@ -1503,6 +1521,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1503
1521
  items: {
1504
1522
  disabledMeasurements?: string[] | null | undefined;
1505
1523
  sku: {
1524
+ customAttributes?: Record<string, any> | null | undefined;
1506
1525
  trackingMeasurement?: string | null | undefined;
1507
1526
  convert?: {
1508
1527
  measurement?: string | null | undefined;
@@ -1546,7 +1565,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1546
1565
  low: number;
1547
1566
  mid: number;
1548
1567
  } | null | undefined;
1549
- customAttributes?: Record<string, any> | null | undefined;
1550
1568
  unit: {
1551
1569
  _id: string;
1552
1570
  name: string;
@@ -1604,6 +1622,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1604
1622
  acceptRequest: boolean;
1605
1623
  dbName: string;
1606
1624
  doc: {
1625
+ customAttributes?: Record<string, any> | null | undefined;
1607
1626
  _id: string;
1608
1627
  businessId: string;
1609
1628
  profile: {
@@ -1685,6 +1704,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1685
1704
  };
1686
1705
  };
1687
1706
  }[] | null | undefined;
1707
+ locationTags?: string[] | null | undefined;
1688
1708
  updatedBy?: {
1689
1709
  name: string;
1690
1710
  id: string;
@@ -1693,6 +1713,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1693
1713
  items: {
1694
1714
  disabledMeasurements?: string[] | null | undefined;
1695
1715
  sku: {
1716
+ customAttributes?: Record<string, any> | null | undefined;
1696
1717
  trackingMeasurement?: string | null | undefined;
1697
1718
  convert?: {
1698
1719
  measurement?: string | null | undefined;
@@ -1736,7 +1757,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1736
1757
  low: number;
1737
1758
  mid: number;
1738
1759
  } | null | undefined;
1739
- customAttributes?: Record<string, any> | null | undefined;
1740
1760
  unit: {
1741
1761
  _id: string;
1742
1762
  name: string;
@@ -1772,6 +1792,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1772
1792
  acceptRequest: boolean;
1773
1793
  dbName: string;
1774
1794
  doc: {
1795
+ customAttributes?: Record<string, any> | null | undefined;
1775
1796
  _id: string;
1776
1797
  businessId: string;
1777
1798
  profile: {
@@ -1853,6 +1874,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1853
1874
  };
1854
1875
  };
1855
1876
  }[] | null | undefined;
1877
+ locationTags?: string[] | null | undefined;
1856
1878
  updatedBy?: {
1857
1879
  name: string;
1858
1880
  id: string;
@@ -1861,6 +1883,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1861
1883
  items: {
1862
1884
  disabledMeasurements?: string[] | null | undefined;
1863
1885
  sku: {
1886
+ customAttributes?: Record<string, any> | null | undefined;
1864
1887
  trackingMeasurement?: string | null | undefined;
1865
1888
  convert?: {
1866
1889
  measurement?: string | null | undefined;
@@ -1904,7 +1927,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1904
1927
  low: number;
1905
1928
  mid: number;
1906
1929
  } | null | undefined;
1907
- customAttributes?: Record<string, any> | null | undefined;
1908
1930
  unit: {
1909
1931
  _id: string;
1910
1932
  name: string;
@@ -1940,6 +1962,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
1940
1962
  acceptRequest: boolean;
1941
1963
  dbName: string;
1942
1964
  doc: {
1965
+ customAttributes?: Record<string, any> | null | undefined;
1943
1966
  _id: string;
1944
1967
  businessId: string;
1945
1968
  profile: {
@@ -2021,6 +2044,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
2021
2044
  };
2022
2045
  };
2023
2046
  }[] | null | undefined;
2047
+ locationTags?: string[] | null | undefined;
2024
2048
  updatedBy?: {
2025
2049
  name: string;
2026
2050
  id: string;
@@ -2029,6 +2053,7 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
2029
2053
  items: {
2030
2054
  disabledMeasurements?: string[] | null | undefined;
2031
2055
  sku: {
2056
+ customAttributes?: Record<string, any> | null | undefined;
2032
2057
  trackingMeasurement?: string | null | undefined;
2033
2058
  convert?: {
2034
2059
  measurement?: string | null | undefined;
@@ -2072,7 +2097,6 @@ export declare const useClosingTemplateTable: import("pinia").StoreDefinition<"c
2072
2097
  low: number;
2073
2098
  mid: number;
2074
2099
  } | null | undefined;
2075
- customAttributes?: Record<string, any> | null | undefined;
2076
2100
  unit: {
2077
2101
  _id: string;
2078
2102
  name: string;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -22,6 +22,7 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
22
22
  _id: string;
23
23
  name: string;
24
24
  skus: {
25
+ customAttributes?: Record<string, any> | null | undefined;
25
26
  trackingMeasurement?: string | null | undefined;
26
27
  convert?: {
27
28
  measurement?: string | null | undefined;
@@ -65,7 +66,6 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
65
66
  low: number;
66
67
  mid: number;
67
68
  } | null | undefined;
68
- customAttributes?: Record<string, any> | null | undefined;
69
69
  code: string;
70
70
  _id: string;
71
71
  name: string;
@@ -94,6 +94,7 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
94
94
  _id: string;
95
95
  name: string;
96
96
  skus: {
97
+ customAttributes?: Record<string, any> | null | undefined;
97
98
  trackingMeasurement?: string | null | undefined;
98
99
  convert?: {
99
100
  measurement?: string | null | undefined;
@@ -137,7 +138,6 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
137
138
  low: number;
138
139
  mid: number;
139
140
  } | null | undefined;
140
- customAttributes?: Record<string, any> | null | undefined;
141
141
  code: string;
142
142
  _id: string;
143
143
  name: string;
@@ -166,6 +166,7 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
166
166
  _id: string;
167
167
  name: string;
168
168
  skus: {
169
+ customAttributes?: Record<string, any> | null | undefined;
169
170
  trackingMeasurement?: string | null | undefined;
170
171
  convert?: {
171
172
  measurement?: string | null | undefined;
@@ -209,7 +210,6 @@ export declare const useIngredientGroupTable: import("pinia").StoreDefinition<"i
209
210
  low: number;
210
211
  mid: number;
211
212
  } | null | undefined;
212
- customAttributes?: Record<string, any> | null | undefined;
213
213
  code: string;
214
214
  _id: string;
215
215
  name: string;
@@ -5,6 +5,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5
5
  resetInputs: () => void;
6
6
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  "update:modelValue": (mv: {
8
+ customAttributes?: Record<string, any> | null | undefined;
8
9
  trackingMeasurement?: string | null | undefined;
9
10
  convert?: {
10
11
  measurement?: string | null | undefined;
@@ -48,7 +49,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
48
49
  low: number;
49
50
  mid: number;
50
51
  } | null | undefined;
51
- customAttributes?: Record<string, any> | null | undefined;
52
52
  unit: {
53
53
  _id: string;
54
54
  name: string;
@@ -71,6 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
71
  "click:submit": () => void;
72
72
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IngredientFormProps>>> & Readonly<{
73
73
  "onUpdate:modelValue"?: ((mv: {
74
+ customAttributes?: Record<string, any> | null | undefined;
74
75
  trackingMeasurement?: string | null | undefined;
75
76
  convert?: {
76
77
  measurement?: string | null | undefined;
@@ -114,7 +115,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
114
115
  low: number;
115
116
  mid: number;
116
117
  } | null | undefined;
117
- customAttributes?: Record<string, any> | null | undefined;
118
118
  unit: {
119
119
  _id: string;
120
120
  name: string;
@@ -0,0 +1,16 @@
1
+ export declare const useIngredientSelectDialog: import("pinia").StoreDefinition<"ingredientSelectDialog", import("pinia")._UnwrapAll<Pick<{
2
+ promptSelectIngredients: {
3
+ (skuIds: string[]): Promise<FdoInventorySku[] | null>;
4
+ <T>(skuIds: string[], mapper?: ((e: string) => T) | undefined): Promise<T[] | null>;
5
+ };
6
+ }, never>>, Pick<{
7
+ promptSelectIngredients: {
8
+ (skuIds: string[]): Promise<FdoInventorySku[] | null>;
9
+ <T>(skuIds: string[], mapper?: ((e: string) => T) | undefined): Promise<T[] | null>;
10
+ };
11
+ }, never>, Pick<{
12
+ promptSelectIngredients: {
13
+ (skuIds: string[]): Promise<FdoInventorySku[] | null>;
14
+ <T>(skuIds: string[], mapper?: ((e: string) => T) | undefined): Promise<T[] | null>;
15
+ };
16
+ }, "promptSelectIngredients">>;
@@ -1,6 +1,7 @@
1
1
  import type { ColumnDef } from '@tanstack/vue-table';
2
2
  export declare function useIngredientTable(): {
3
3
  columnDefs: ColumnDef<{
4
+ customAttributes?: Record<string, any> | null | undefined;
4
5
  trackingMeasurement?: string | null | undefined;
5
6
  convert?: {
6
7
  measurement?: string | null | undefined;
@@ -44,7 +45,6 @@ export declare function useIngredientTable(): {
44
45
  low: number;
45
46
  mid: number;
46
47
  } | null | undefined;
47
- customAttributes?: Record<string, any> | null | undefined;
48
48
  unit: {
49
49
  _id: string;
50
50
  name: string;
@@ -1,3 +1,4 @@
1
+ import type { PO_SCOPE } from '../../composables/use-receive-request-form';
1
2
  import type { PurchaseOrderTransactionType } from '../../constants/purchase-order-transaction-type';
2
3
  export interface NetSuiteInfoProps {
3
4
  transferType: PurchaseOrderTransactionType;
@@ -5,6 +6,7 @@ export interface NetSuiteInfoProps {
5
6
  poRequest?: FdoPurchaseOrderRequest;
6
7
  purchaseOrder?: FdoPurchaseOrder;
7
8
  isTransferBetweenOutlets?: boolean;
9
+ scope: PO_SCOPE;
8
10
  }
9
11
  export interface NetSuiteSyncProps {
10
12
  poRequest?: FdoPurchaseOrderRequest;