@feedmepos/mf-inventory-portal 0.0.25-dev.4 → 0.0.25-dev.42

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 (112) hide show
  1. package/dist/{App-DavuRdR4.js → App-BgLyTa3Z.js} +35 -34
  2. package/dist/ApprovalView-UC31qsPD.js +143 -0
  3. package/dist/{BindingsDialog-Ckbhr9x3.js → BindingsDialog-h9el4EvX.js} +6 -6
  4. package/dist/{BindingsPicker-B63gIPVJ.js → BindingsPicker-Cw5AT6xO.js} +8 -8
  5. package/dist/{BindingsTable-5w7_8JzF.js → BindingsTable-Boj3hZup.js} +6 -6
  6. package/dist/ClosingDraftView-DOH7FmkH.js +1348 -0
  7. package/dist/ClosingTemplateView-CG7qArA8.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-k1J8dWcK.js +211 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-M5pWGm8D.js → FmUnitInput.vue_vue_type_script_setup_true_lang-C5qp_p1A.js} +52 -52
  11. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-DBYsiV9t.js +51 -0
  12. package/dist/{IngredientGroupView-D_1gJl4X.js → IngredientGroupView-CWEw3I3i.js} +14 -14
  13. package/dist/{IngredientsView-Xzt0_AP8.js → IngredientsView-B6EDjPTe.js} +577 -551
  14. package/dist/{IntegrationView-BcF7Qhvw.js → IntegrationView-DiSoM1K8.js} +660 -623
  15. package/dist/{InventoryBindingForm-Cm49VDtA.js → InventoryBindingForm-nKWx-EUW.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-EJ0U2gdF.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-BMMD4hwX.js} +96 -96
  17. package/dist/{InventoryBindingSummary-D821YZ-3.js → InventoryBindingSummary-CQnCjIY4.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-D6jGlkOx.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Cr8DwdOC.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-TMYgOcbh.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DnZI3Gfj.js} +15 -15
  20. package/dist/PublishView-DvHW27pI.js +222 -0
  21. package/dist/{PurchaseOrderPrintPreview-DiCTMEY4.js → PurchaseOrderPrintPreview-DSTbRKyh.js} +1 -1
  22. package/dist/ReceiveRequestView-BKRHqSU-.js +2577 -0
  23. package/dist/{RecipeView-k5yiAPop.js → RecipeView-CFTrf0YF.js} +47 -46
  24. package/dist/{index-DhAsCP14.js → StockView-CAPLd29m.js} +3564 -1764
  25. package/dist/{SupplierView-De4_YCtR.js → SupplierView-C_CrS9FM.js} +446 -457
  26. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BWuWB95v.js +1564 -0
  27. package/dist/TransferTemplateView-BaJaiaO9.js +1526 -0
  28. package/dist/{UnitView-DouWNXFf.js → UnitView-DY9nZs1y.js} +14 -14
  29. package/dist/{WarehouseView-RQN-XBeO.js → WarehouseView-CAFxl8K4.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/netsuite.d.ts +21 -4
  33. package/dist/api/purchase-order.d.ts +6 -1
  34. package/dist/api/stock.d.ts +1 -0
  35. package/dist/{app-Bmmin1VX.js → app-Jh5wwLsF.js} +28968 -28906
  36. package/dist/app.js +1 -1
  37. package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
  38. package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
  39. package/dist/components/FmLockableField.vue.d.ts +3 -0
  40. package/dist/components/FmMultiselectDialog.d.ts +23 -0
  41. package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
  42. package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
  43. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
  44. package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
  45. package/dist/{decimal-CZhBTty7.js → decimal-0_acpDRy.js} +1 -1
  46. package/dist/feature-CqX_LtOl.js +1007 -0
  47. package/dist/{format-unit-display-CijRcRSo.js → format-unit-display-CYPC8_oX.js} +335 -328
  48. package/dist/helper/country.d.ts +1 -0
  49. package/dist/helper/fuzzy.d.ts +10 -0
  50. package/dist/index-QcOk4LDU.js +35546 -0
  51. package/dist/{stock-D5lxPBQG.js → stock-BpWEKDoQ.js} +29 -25
  52. package/dist/stores/feature.d.ts +4 -5
  53. package/dist/stores/helper/generate-backend-urls.d.ts +0 -1
  54. package/dist/stores/integration/netsuite.d.ts +21 -4
  55. package/dist/stores/inventory.d.ts +135 -8
  56. package/dist/stores/location.d.ts +100 -0
  57. package/dist/stores/warehouse.d.ts +1 -0
  58. package/dist/style.css +1 -1
  59. package/dist/{supplier-BU1WhNTR.js → supplier-By3gzRHW.js} +1 -1
  60. package/dist/tsconfig.app.tsbuildinfo +1 -1
  61. package/dist/use-ingredient-select-dialog-hkbfGnB9.js +51 -0
  62. package/dist/{use-inventory-binding-dialog-ZneYylve.js → use-inventory-binding-dialog-BFG04MUx.js} +1 -1
  63. package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
  64. package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
  65. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
  66. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +4 -1
  67. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
  68. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +1 -1
  69. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
  70. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
  71. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
  72. package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
  73. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
  74. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
  75. package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
  76. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
  77. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
  78. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +4 -1
  79. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +411 -17
  80. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +6 -2
  81. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +382 -2
  82. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +6 -3
  83. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +822 -29
  84. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +650 -48
  85. package/dist/views/receive-request/import/XilnexImportDialog.vue.d.ts +22 -0
  86. package/dist/views/receive-request/import/XilnexImportForm.vue.d.ts +17 -0
  87. package/dist/views/receive-request/import/XilnexResult.vue.d.ts +17 -0
  88. package/dist/views/receive-request/import/export.d.ts +12 -0
  89. package/dist/views/receive-request/import/props.d.ts +7 -0
  90. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +4 -2
  91. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItemTable.vue.d.ts +220 -0
  92. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
  93. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
  94. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +9 -4
  95. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +60 -12
  96. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +60 -12
  97. package/dist/views/transfer-template/composables/useTransferTemplateHelper.d.ts +305 -0
  98. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
  99. package/dist/{vue-i18n-BQNx5sCM.js → vue-i18n-D57Xfcpf.js} +226 -226
  100. package/package.json +3 -3
  101. package/dist/ApprovalView-DjDzZmVI.js +0 -138
  102. package/dist/ClosingDraftView-BwV3uiYC.js +0 -1225
  103. package/dist/ClosingTemplateView-vaAj0Y-0.js +0 -1819
  104. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-Dy1BXu1R.js +0 -142
  105. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DZ_Q-3lU.js +0 -286
  106. package/dist/PublishView-CYdu5jl4.js +0 -192
  107. package/dist/ReceiveRequestView-DGqs1rpr.js +0 -1876
  108. package/dist/StockView-DX0RjayP.js +0 -1817
  109. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DhdMwHAA.js +0 -1327
  110. package/dist/TransferTemplateView-DEwJaqYB.js +0 -1284
  111. package/dist/components/FmCustomAttribute2.vue.d.ts +0 -18
  112. package/dist/index-DbE8p73U.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,12 +95,14 @@ 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: {
100
102
  remark?: string | null | undefined;
101
103
  ref?: string | null | undefined;
102
104
  items: {
105
+ id?: string | null | undefined;
103
106
  measurement?: {
104
107
  id: string;
105
108
  name: string;
@@ -109,6 +112,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
109
112
  precision: number;
110
113
  };
111
114
  } | null | undefined;
115
+ externalId?: string | null | undefined;
112
116
  totalCost?: {
113
117
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
114
118
  amount: number;
@@ -123,6 +127,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
123
127
  precision: number;
124
128
  } | null | undefined;
125
129
  sku: {
130
+ customAttributes?: Record<string, any> | null | undefined;
126
131
  trackingMeasurement?: string | null | undefined;
127
132
  convert?: {
128
133
  measurement?: string | null | undefined;
@@ -166,7 +171,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
166
171
  low: number;
167
172
  mid: number;
168
173
  } | null | undefined;
169
- customAttributes?: Record<string, any> | null | undefined;
170
174
  unit: {
171
175
  _id: string;
172
176
  name: string;
@@ -248,6 +252,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
248
252
  acceptRequest: boolean;
249
253
  dbName: string;
250
254
  doc: {
255
+ customAttributes?: Record<string, any> | null | undefined;
251
256
  _id: string;
252
257
  businessId: string;
253
258
  profile: {
@@ -329,12 +334,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
329
334
  };
330
335
  };
331
336
  }[] | null | undefined;
337
+ locationTags?: string[] | null | undefined;
332
338
  _id: string;
333
339
  name: string;
334
340
  purchaseOrder: {
335
341
  remark?: string | null | undefined;
336
342
  ref?: string | null | undefined;
337
343
  items: {
344
+ id?: string | null | undefined;
338
345
  measurement?: {
339
346
  id: string;
340
347
  name: string;
@@ -344,6 +351,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
344
351
  precision: number;
345
352
  };
346
353
  } | null | undefined;
354
+ externalId?: string | null | undefined;
347
355
  totalCost?: {
348
356
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
349
357
  amount: number;
@@ -358,6 +366,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
358
366
  precision: number;
359
367
  } | null | undefined;
360
368
  sku: {
369
+ customAttributes?: Record<string, any> | null | undefined;
361
370
  trackingMeasurement?: string | null | undefined;
362
371
  convert?: {
363
372
  measurement?: string | null | undefined;
@@ -401,7 +410,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
401
410
  low: number;
402
411
  mid: number;
403
412
  } | null | undefined;
404
- customAttributes?: Record<string, any> | null | undefined;
405
413
  unit: {
406
414
  _id: string;
407
415
  name: string;
@@ -482,6 +490,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
482
490
  acceptRequest: boolean;
483
491
  dbName: string;
484
492
  doc: {
493
+ customAttributes?: Record<string, any> | null | undefined;
485
494
  _id: string;
486
495
  businessId: string;
487
496
  profile: {
@@ -563,12 +572,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
563
572
  };
564
573
  };
565
574
  }[] | null | undefined;
575
+ locationTags?: string[] | null | undefined;
566
576
  _id: string;
567
577
  name: string;
568
578
  purchaseOrder: {
569
579
  remark?: string | null | undefined;
570
580
  ref?: string | null | undefined;
571
581
  items: {
582
+ id?: string | null | undefined;
572
583
  measurement?: {
573
584
  id: string;
574
585
  name: string;
@@ -578,6 +589,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
578
589
  precision: number;
579
590
  };
580
591
  } | null | undefined;
592
+ externalId?: string | null | undefined;
581
593
  totalCost?: {
582
594
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
583
595
  amount: number;
@@ -592,6 +604,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
592
604
  precision: number;
593
605
  } | null | undefined;
594
606
  sku: {
607
+ customAttributes?: Record<string, any> | null | undefined;
595
608
  trackingMeasurement?: string | null | undefined;
596
609
  convert?: {
597
610
  measurement?: string | null | undefined;
@@ -635,7 +648,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
635
648
  low: number;
636
649
  mid: number;
637
650
  } | null | undefined;
638
- customAttributes?: Record<string, any> | null | undefined;
639
651
  unit: {
640
652
  _id: string;
641
653
  name: string;
@@ -716,6 +728,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
716
728
  acceptRequest: boolean;
717
729
  dbName: string;
718
730
  doc: {
731
+ customAttributes?: Record<string, any> | null | undefined;
719
732
  _id: string;
720
733
  businessId: string;
721
734
  profile: {
@@ -797,12 +810,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
797
810
  };
798
811
  };
799
812
  }[] | null | undefined;
813
+ locationTags?: string[] | null | undefined;
800
814
  _id: string;
801
815
  name: string;
802
816
  purchaseOrder: {
803
817
  remark?: string | null | undefined;
804
818
  ref?: string | null | undefined;
805
819
  items: {
820
+ id?: string | null | undefined;
806
821
  measurement?: {
807
822
  id: string;
808
823
  name: string;
@@ -812,6 +827,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
812
827
  precision: number;
813
828
  };
814
829
  } | null | undefined;
830
+ externalId?: string | null | undefined;
815
831
  totalCost?: {
816
832
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
817
833
  amount: number;
@@ -826,6 +842,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
826
842
  precision: number;
827
843
  } | null | undefined;
828
844
  sku: {
845
+ customAttributes?: Record<string, any> | null | undefined;
829
846
  trackingMeasurement?: string | null | undefined;
830
847
  convert?: {
831
848
  measurement?: string | null | undefined;
@@ -869,7 +886,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
869
886
  low: number;
870
887
  mid: number;
871
888
  } | null | undefined;
872
- customAttributes?: Record<string, any> | null | undefined;
873
889
  unit: {
874
890
  _id: string;
875
891
  name: string;
@@ -955,6 +971,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
955
971
  acceptRequest: boolean;
956
972
  dbName: string;
957
973
  doc: {
974
+ customAttributes?: Record<string, any> | null | undefined;
958
975
  _id: string;
959
976
  businessId: string;
960
977
  profile: {
@@ -1036,12 +1053,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1036
1053
  };
1037
1054
  };
1038
1055
  }[] | null | undefined;
1056
+ locationTags?: string[] | null | undefined;
1039
1057
  _id: string;
1040
1058
  name: string;
1041
1059
  purchaseOrder: {
1042
1060
  remark?: string | null | undefined;
1043
1061
  ref?: string | null | undefined;
1044
1062
  items: {
1063
+ id?: string | null | undefined;
1045
1064
  measurement?: {
1046
1065
  id: string;
1047
1066
  name: string;
@@ -1051,6 +1070,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1051
1070
  precision: number;
1052
1071
  };
1053
1072
  } | null | undefined;
1073
+ externalId?: string | null | undefined;
1054
1074
  totalCost?: {
1055
1075
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1056
1076
  amount: number;
@@ -1065,6 +1085,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1065
1085
  precision: number;
1066
1086
  } | null | undefined;
1067
1087
  sku: {
1088
+ customAttributes?: Record<string, any> | null | undefined;
1068
1089
  trackingMeasurement?: string | null | undefined;
1069
1090
  convert?: {
1070
1091
  measurement?: string | null | undefined;
@@ -1108,7 +1129,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1108
1129
  low: number;
1109
1130
  mid: number;
1110
1131
  } | null | undefined;
1111
- customAttributes?: Record<string, any> | null | undefined;
1112
1132
  unit: {
1113
1133
  _id: string;
1114
1134
  name: string;
@@ -1190,6 +1210,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1190
1210
  acceptRequest: boolean;
1191
1211
  dbName: string;
1192
1212
  doc: {
1213
+ customAttributes?: Record<string, any> | null | undefined;
1193
1214
  _id: string;
1194
1215
  businessId: string;
1195
1216
  profile: {
@@ -1271,12 +1292,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1271
1292
  };
1272
1293
  };
1273
1294
  }[] | null | undefined;
1295
+ locationTags?: string[] | null | undefined;
1274
1296
  _id: string;
1275
1297
  name: string;
1276
1298
  purchaseOrder: {
1277
1299
  remark?: string | null | undefined;
1278
1300
  ref?: string | null | undefined;
1279
1301
  items: {
1302
+ id?: string | null | undefined;
1280
1303
  measurement?: {
1281
1304
  id: string;
1282
1305
  name: string;
@@ -1286,6 +1309,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1286
1309
  precision: number;
1287
1310
  };
1288
1311
  } | null | undefined;
1312
+ externalId?: string | null | undefined;
1289
1313
  totalCost?: {
1290
1314
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1291
1315
  amount: number;
@@ -1300,6 +1324,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1300
1324
  precision: number;
1301
1325
  } | null | undefined;
1302
1326
  sku: {
1327
+ customAttributes?: Record<string, any> | null | undefined;
1303
1328
  trackingMeasurement?: string | null | undefined;
1304
1329
  convert?: {
1305
1330
  measurement?: string | null | undefined;
@@ -1343,7 +1368,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1343
1368
  low: number;
1344
1369
  mid: number;
1345
1370
  } | null | undefined;
1346
- customAttributes?: Record<string, any> | null | undefined;
1347
1371
  unit: {
1348
1372
  _id: string;
1349
1373
  name: string;
@@ -1424,6 +1448,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1424
1448
  acceptRequest: boolean;
1425
1449
  dbName: string;
1426
1450
  doc: {
1451
+ customAttributes?: Record<string, any> | null | undefined;
1427
1452
  _id: string;
1428
1453
  businessId: string;
1429
1454
  profile: {
@@ -1505,12 +1530,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1505
1530
  };
1506
1531
  };
1507
1532
  }[] | null | undefined;
1533
+ locationTags?: string[] | null | undefined;
1508
1534
  _id: string;
1509
1535
  name: string;
1510
1536
  purchaseOrder: {
1511
1537
  remark?: string | null | undefined;
1512
1538
  ref?: string | null | undefined;
1513
1539
  items: {
1540
+ id?: string | null | undefined;
1514
1541
  measurement?: {
1515
1542
  id: string;
1516
1543
  name: string;
@@ -1520,6 +1547,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1520
1547
  precision: number;
1521
1548
  };
1522
1549
  } | null | undefined;
1550
+ externalId?: string | null | undefined;
1523
1551
  totalCost?: {
1524
1552
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1525
1553
  amount: number;
@@ -1534,6 +1562,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1534
1562
  precision: number;
1535
1563
  } | null | undefined;
1536
1564
  sku: {
1565
+ customAttributes?: Record<string, any> | null | undefined;
1537
1566
  trackingMeasurement?: string | null | undefined;
1538
1567
  convert?: {
1539
1568
  measurement?: string | null | undefined;
@@ -1577,7 +1606,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1577
1606
  low: number;
1578
1607
  mid: number;
1579
1608
  } | null | undefined;
1580
- customAttributes?: Record<string, any> | null | undefined;
1581
1609
  unit: {
1582
1610
  _id: string;
1583
1611
  name: string;
@@ -1658,6 +1686,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1658
1686
  acceptRequest: boolean;
1659
1687
  dbName: string;
1660
1688
  doc: {
1689
+ customAttributes?: Record<string, any> | null | undefined;
1661
1690
  _id: string;
1662
1691
  businessId: string;
1663
1692
  profile: {
@@ -1739,12 +1768,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1739
1768
  };
1740
1769
  };
1741
1770
  }[] | null | undefined;
1771
+ locationTags?: string[] | null | undefined;
1742
1772
  _id: string;
1743
1773
  name: string;
1744
1774
  purchaseOrder: {
1745
1775
  remark?: string | null | undefined;
1746
1776
  ref?: string | null | undefined;
1747
1777
  items: {
1778
+ id?: string | null | undefined;
1748
1779
  measurement?: {
1749
1780
  id: string;
1750
1781
  name: string;
@@ -1754,6 +1785,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1754
1785
  precision: number;
1755
1786
  };
1756
1787
  } | null | undefined;
1788
+ externalId?: string | null | undefined;
1757
1789
  totalCost?: {
1758
1790
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1759
1791
  amount: number;
@@ -1768,6 +1800,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1768
1800
  precision: number;
1769
1801
  } | null | undefined;
1770
1802
  sku: {
1803
+ customAttributes?: Record<string, any> | null | undefined;
1771
1804
  trackingMeasurement?: string | null | undefined;
1772
1805
  convert?: {
1773
1806
  measurement?: string | null | undefined;
@@ -1811,7 +1844,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1811
1844
  low: number;
1812
1845
  mid: number;
1813
1846
  } | null | undefined;
1814
- customAttributes?: Record<string, any> | null | undefined;
1815
1847
  unit: {
1816
1848
  _id: string;
1817
1849
  name: string;
@@ -1897,6 +1929,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1897
1929
  acceptRequest: boolean;
1898
1930
  dbName: string;
1899
1931
  doc: {
1932
+ customAttributes?: Record<string, any> | null | undefined;
1900
1933
  _id: string;
1901
1934
  businessId: string;
1902
1935
  profile: {
@@ -1978,12 +2011,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1978
2011
  };
1979
2012
  };
1980
2013
  }[] | null | undefined;
2014
+ locationTags?: string[] | null | undefined;
1981
2015
  _id: string;
1982
2016
  name: string;
1983
2017
  purchaseOrder: {
1984
2018
  remark?: string | null | undefined;
1985
2019
  ref?: string | null | undefined;
1986
2020
  items: {
2021
+ id?: string | null | undefined;
1987
2022
  measurement?: {
1988
2023
  id: string;
1989
2024
  name: string;
@@ -1993,6 +2028,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
1993
2028
  precision: number;
1994
2029
  };
1995
2030
  } | null | undefined;
2031
+ externalId?: string | null | undefined;
1996
2032
  totalCost?: {
1997
2033
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
1998
2034
  amount: number;
@@ -2007,6 +2043,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2007
2043
  precision: number;
2008
2044
  } | null | undefined;
2009
2045
  sku: {
2046
+ customAttributes?: Record<string, any> | null | undefined;
2010
2047
  trackingMeasurement?: string | null | undefined;
2011
2048
  convert?: {
2012
2049
  measurement?: string | null | undefined;
@@ -2050,7 +2087,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2050
2087
  low: number;
2051
2088
  mid: number;
2052
2089
  } | null | undefined;
2053
- customAttributes?: Record<string, any> | null | undefined;
2054
2090
  unit: {
2055
2091
  _id: string;
2056
2092
  name: string;
@@ -2132,6 +2168,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2132
2168
  acceptRequest: boolean;
2133
2169
  dbName: string;
2134
2170
  doc: {
2171
+ customAttributes?: Record<string, any> | null | undefined;
2135
2172
  _id: string;
2136
2173
  businessId: string;
2137
2174
  profile: {
@@ -2213,12 +2250,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2213
2250
  };
2214
2251
  };
2215
2252
  }[] | null | undefined;
2253
+ locationTags?: string[] | null | undefined;
2216
2254
  _id: string;
2217
2255
  name: string;
2218
2256
  purchaseOrder: {
2219
2257
  remark?: string | null | undefined;
2220
2258
  ref?: string | null | undefined;
2221
2259
  items: {
2260
+ id?: string | null | undefined;
2222
2261
  measurement?: {
2223
2262
  id: string;
2224
2263
  name: string;
@@ -2228,6 +2267,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2228
2267
  precision: number;
2229
2268
  };
2230
2269
  } | null | undefined;
2270
+ externalId?: string | null | undefined;
2231
2271
  totalCost?: {
2232
2272
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
2233
2273
  amount: number;
@@ -2242,6 +2282,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2242
2282
  precision: number;
2243
2283
  } | null | undefined;
2244
2284
  sku: {
2285
+ customAttributes?: Record<string, any> | null | undefined;
2245
2286
  trackingMeasurement?: string | null | undefined;
2246
2287
  convert?: {
2247
2288
  measurement?: string | null | undefined;
@@ -2285,7 +2326,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2285
2326
  low: number;
2286
2327
  mid: number;
2287
2328
  } | null | undefined;
2288
- customAttributes?: Record<string, any> | null | undefined;
2289
2329
  unit: {
2290
2330
  _id: string;
2291
2331
  name: string;
@@ -2366,6 +2406,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2366
2406
  acceptRequest: boolean;
2367
2407
  dbName: string;
2368
2408
  doc: {
2409
+ customAttributes?: Record<string, any> | null | undefined;
2369
2410
  _id: string;
2370
2411
  businessId: string;
2371
2412
  profile: {
@@ -2447,12 +2488,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2447
2488
  };
2448
2489
  };
2449
2490
  }[] | null | undefined;
2491
+ locationTags?: string[] | null | undefined;
2450
2492
  _id: string;
2451
2493
  name: string;
2452
2494
  purchaseOrder: {
2453
2495
  remark?: string | null | undefined;
2454
2496
  ref?: string | null | undefined;
2455
2497
  items: {
2498
+ id?: string | null | undefined;
2456
2499
  measurement?: {
2457
2500
  id: string;
2458
2501
  name: string;
@@ -2462,6 +2505,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2462
2505
  precision: number;
2463
2506
  };
2464
2507
  } | null | undefined;
2508
+ externalId?: string | null | undefined;
2465
2509
  totalCost?: {
2466
2510
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
2467
2511
  amount: number;
@@ -2476,6 +2520,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2476
2520
  precision: number;
2477
2521
  } | null | undefined;
2478
2522
  sku: {
2523
+ customAttributes?: Record<string, any> | null | undefined;
2479
2524
  trackingMeasurement?: string | null | undefined;
2480
2525
  convert?: {
2481
2526
  measurement?: string | null | undefined;
@@ -2519,7 +2564,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2519
2564
  low: number;
2520
2565
  mid: number;
2521
2566
  } | null | undefined;
2522
- customAttributes?: Record<string, any> | null | undefined;
2523
2567
  unit: {
2524
2568
  _id: string;
2525
2569
  name: string;
@@ -2600,6 +2644,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2600
2644
  acceptRequest: boolean;
2601
2645
  dbName: string;
2602
2646
  doc: {
2647
+ customAttributes?: Record<string, any> | null | undefined;
2603
2648
  _id: string;
2604
2649
  businessId: string;
2605
2650
  profile: {
@@ -2681,12 +2726,14 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2681
2726
  };
2682
2727
  };
2683
2728
  }[] | null | undefined;
2729
+ locationTags?: string[] | null | undefined;
2684
2730
  _id: string;
2685
2731
  name: string;
2686
2732
  purchaseOrder: {
2687
2733
  remark?: string | null | undefined;
2688
2734
  ref?: string | null | undefined;
2689
2735
  items: {
2736
+ id?: string | null | undefined;
2690
2737
  measurement?: {
2691
2738
  id: string;
2692
2739
  name: string;
@@ -2696,6 +2743,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2696
2743
  precision: number;
2697
2744
  };
2698
2745
  } | null | undefined;
2746
+ externalId?: string | null | undefined;
2699
2747
  totalCost?: {
2700
2748
  currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
2701
2749
  amount: number;
@@ -2710,6 +2758,7 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2710
2758
  precision: number;
2711
2759
  } | null | undefined;
2712
2760
  sku: {
2761
+ customAttributes?: Record<string, any> | null | undefined;
2713
2762
  trackingMeasurement?: string | null | undefined;
2714
2763
  convert?: {
2715
2764
  measurement?: string | null | undefined;
@@ -2753,7 +2802,6 @@ export declare const useTransferTemplateTable: import("pinia").StoreDefinition<"
2753
2802
  low: number;
2754
2803
  mid: number;
2755
2804
  } | null | undefined;
2756
- customAttributes?: Record<string, any> | null | undefined;
2757
2805
  unit: {
2758
2806
  _id: string;
2759
2807
  name: string;