@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
@@ -34,6 +34,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
34
34
  acceptRequest: boolean;
35
35
  dbName: string;
36
36
  doc: {
37
+ customAttributes?: Record<string, any> | null | undefined;
37
38
  _id: string;
38
39
  businessId: string;
39
40
  profile: {
@@ -115,12 +116,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
115
116
  };
116
117
  };
117
118
  }[] | null | undefined;
119
+ locationTags?: string[] | null | undefined;
118
120
  _id: string;
119
121
  name: string;
120
122
  purchaseOrder: {
121
123
  remark?: string | null | undefined;
122
124
  ref?: string | null | undefined;
123
125
  items: {
126
+ id?: string | null | undefined;
124
127
  measurement?: {
125
128
  id: string;
126
129
  name: string;
@@ -130,6 +133,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
130
133
  precision: number;
131
134
  };
132
135
  } | null | undefined;
136
+ externalId?: string | null | undefined;
133
137
  totalCost?: {
134
138
  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";
135
139
  amount: number;
@@ -144,6 +148,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
144
148
  precision: number;
145
149
  } | null | undefined;
146
150
  sku: {
151
+ customAttributes?: Record<string, any> | null | undefined;
147
152
  trackingMeasurement?: string | null | undefined;
148
153
  convert?: {
149
154
  measurement?: string | null | undefined;
@@ -187,7 +192,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
187
192
  low: number;
188
193
  mid: number;
189
194
  } | null | undefined;
190
- customAttributes?: Record<string, any> | null | undefined;
191
195
  unit: {
192
196
  _id: string;
193
197
  name: string;
@@ -274,6 +278,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
274
278
  acceptRequest: boolean;
275
279
  dbName: string;
276
280
  doc: {
281
+ customAttributes?: Record<string, any> | null | undefined;
277
282
  _id: string;
278
283
  businessId: string;
279
284
  profile: {
@@ -355,12 +360,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
355
360
  };
356
361
  };
357
362
  }[] | null | undefined;
363
+ locationTags?: string[] | null | undefined;
358
364
  _id: string;
359
365
  name: string;
360
366
  purchaseOrder: {
361
367
  remark?: string | null | undefined;
362
368
  ref?: string | null | undefined;
363
369
  items: {
370
+ id?: string | null | undefined;
364
371
  measurement?: {
365
372
  id: string;
366
373
  name: string;
@@ -370,6 +377,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
370
377
  precision: number;
371
378
  };
372
379
  } | null | undefined;
380
+ externalId?: string | null | undefined;
373
381
  totalCost?: {
374
382
  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";
375
383
  amount: number;
@@ -384,6 +392,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
384
392
  precision: number;
385
393
  } | null | undefined;
386
394
  sku: {
395
+ customAttributes?: Record<string, any> | null | undefined;
387
396
  trackingMeasurement?: string | null | undefined;
388
397
  convert?: {
389
398
  measurement?: string | null | undefined;
@@ -427,7 +436,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
427
436
  low: number;
428
437
  mid: number;
429
438
  } | null | undefined;
430
- customAttributes?: Record<string, any> | null | undefined;
431
439
  unit: {
432
440
  _id: string;
433
441
  name: string;
@@ -514,6 +522,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
514
522
  acceptRequest: boolean;
515
523
  dbName: string;
516
524
  doc: {
525
+ customAttributes?: Record<string, any> | null | undefined;
517
526
  _id: string;
518
527
  businessId: string;
519
528
  profile: {
@@ -595,12 +604,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
595
604
  };
596
605
  };
597
606
  }[] | null | undefined;
607
+ locationTags?: string[] | null | undefined;
598
608
  _id: string;
599
609
  name: string;
600
610
  purchaseOrder: {
601
611
  remark?: string | null | undefined;
602
612
  ref?: string | null | undefined;
603
613
  items: {
614
+ id?: string | null | undefined;
604
615
  measurement?: {
605
616
  id: string;
606
617
  name: string;
@@ -610,6 +621,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
610
621
  precision: number;
611
622
  };
612
623
  } | null | undefined;
624
+ externalId?: string | null | undefined;
613
625
  totalCost?: {
614
626
  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";
615
627
  amount: number;
@@ -624,6 +636,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
624
636
  precision: number;
625
637
  } | null | undefined;
626
638
  sku: {
639
+ customAttributes?: Record<string, any> | null | undefined;
627
640
  trackingMeasurement?: string | null | undefined;
628
641
  convert?: {
629
642
  measurement?: string | null | undefined;
@@ -667,7 +680,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
667
680
  low: number;
668
681
  mid: number;
669
682
  } | null | undefined;
670
- customAttributes?: Record<string, any> | null | undefined;
671
683
  unit: {
672
684
  _id: string;
673
685
  name: string;
@@ -754,6 +766,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
754
766
  acceptRequest: boolean;
755
767
  dbName: string;
756
768
  doc: {
769
+ customAttributes?: Record<string, any> | null | undefined;
757
770
  _id: string;
758
771
  businessId: string;
759
772
  profile: {
@@ -835,12 +848,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
835
848
  };
836
849
  };
837
850
  }[] | null | undefined;
851
+ locationTags?: string[] | null | undefined;
838
852
  _id: string;
839
853
  name: string;
840
854
  purchaseOrder: {
841
855
  remark?: string | null | undefined;
842
856
  ref?: string | null | undefined;
843
857
  items: {
858
+ id?: string | null | undefined;
844
859
  measurement?: {
845
860
  id: string;
846
861
  name: string;
@@ -850,6 +865,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
850
865
  precision: number;
851
866
  };
852
867
  } | null | undefined;
868
+ externalId?: string | null | undefined;
853
869
  totalCost?: {
854
870
  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";
855
871
  amount: number;
@@ -864,6 +880,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
864
880
  precision: number;
865
881
  } | null | undefined;
866
882
  sku: {
883
+ customAttributes?: Record<string, any> | null | undefined;
867
884
  trackingMeasurement?: string | null | undefined;
868
885
  convert?: {
869
886
  measurement?: string | null | undefined;
@@ -907,7 +924,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
907
924
  low: number;
908
925
  mid: number;
909
926
  } | null | undefined;
910
- customAttributes?: Record<string, any> | null | undefined;
911
927
  unit: {
912
928
  _id: string;
913
929
  name: string;
@@ -1004,6 +1020,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1004
1020
  acceptRequest: boolean;
1005
1021
  dbName: string;
1006
1022
  doc: {
1023
+ customAttributes?: Record<string, any> | null | undefined;
1007
1024
  _id: string;
1008
1025
  businessId: string;
1009
1026
  profile: {
@@ -1085,12 +1102,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1085
1102
  };
1086
1103
  };
1087
1104
  }[] | null | undefined;
1105
+ locationTags?: string[] | null | undefined;
1088
1106
  _id: string;
1089
1107
  name: string;
1090
1108
  purchaseOrder: {
1091
1109
  remark?: string | null | undefined;
1092
1110
  ref?: string | null | undefined;
1093
1111
  items: {
1112
+ id?: string | null | undefined;
1094
1113
  measurement?: {
1095
1114
  id: string;
1096
1115
  name: string;
@@ -1100,6 +1119,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1100
1119
  precision: number;
1101
1120
  };
1102
1121
  } | null | undefined;
1122
+ externalId?: string | null | undefined;
1103
1123
  totalCost?: {
1104
1124
  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";
1105
1125
  amount: number;
@@ -1114,6 +1134,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1114
1134
  precision: number;
1115
1135
  } | null | undefined;
1116
1136
  sku: {
1137
+ customAttributes?: Record<string, any> | null | undefined;
1117
1138
  trackingMeasurement?: string | null | undefined;
1118
1139
  convert?: {
1119
1140
  measurement?: string | null | undefined;
@@ -1157,7 +1178,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1157
1178
  low: number;
1158
1179
  mid: number;
1159
1180
  } | null | undefined;
1160
- customAttributes?: Record<string, any> | null | undefined;
1161
1181
  unit: {
1162
1182
  _id: string;
1163
1183
  name: string;
@@ -1244,6 +1264,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1244
1264
  acceptRequest: boolean;
1245
1265
  dbName: string;
1246
1266
  doc: {
1267
+ customAttributes?: Record<string, any> | null | undefined;
1247
1268
  _id: string;
1248
1269
  businessId: string;
1249
1270
  profile: {
@@ -1325,12 +1346,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1325
1346
  };
1326
1347
  };
1327
1348
  }[] | null | undefined;
1349
+ locationTags?: string[] | null | undefined;
1328
1350
  _id: string;
1329
1351
  name: string;
1330
1352
  purchaseOrder: {
1331
1353
  remark?: string | null | undefined;
1332
1354
  ref?: string | null | undefined;
1333
1355
  items: {
1356
+ id?: string | null | undefined;
1334
1357
  measurement?: {
1335
1358
  id: string;
1336
1359
  name: string;
@@ -1340,6 +1363,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1340
1363
  precision: number;
1341
1364
  };
1342
1365
  } | null | undefined;
1366
+ externalId?: string | null | undefined;
1343
1367
  totalCost?: {
1344
1368
  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";
1345
1369
  amount: number;
@@ -1354,6 +1378,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1354
1378
  precision: number;
1355
1379
  } | null | undefined;
1356
1380
  sku: {
1381
+ customAttributes?: Record<string, any> | null | undefined;
1357
1382
  trackingMeasurement?: string | null | undefined;
1358
1383
  convert?: {
1359
1384
  measurement?: string | null | undefined;
@@ -1397,7 +1422,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1397
1422
  low: number;
1398
1423
  mid: number;
1399
1424
  } | null | undefined;
1400
- customAttributes?: Record<string, any> | null | undefined;
1401
1425
  unit: {
1402
1426
  _id: string;
1403
1427
  name: string;
@@ -1484,6 +1508,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1484
1508
  acceptRequest: boolean;
1485
1509
  dbName: string;
1486
1510
  doc: {
1511
+ customAttributes?: Record<string, any> | null | undefined;
1487
1512
  _id: string;
1488
1513
  businessId: string;
1489
1514
  profile: {
@@ -1565,12 +1590,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1565
1590
  };
1566
1591
  };
1567
1592
  }[] | null | undefined;
1593
+ locationTags?: string[] | null | undefined;
1568
1594
  _id: string;
1569
1595
  name: string;
1570
1596
  purchaseOrder: {
1571
1597
  remark?: string | null | undefined;
1572
1598
  ref?: string | null | undefined;
1573
1599
  items: {
1600
+ id?: string | null | undefined;
1574
1601
  measurement?: {
1575
1602
  id: string;
1576
1603
  name: string;
@@ -1580,6 +1607,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1580
1607
  precision: number;
1581
1608
  };
1582
1609
  } | null | undefined;
1610
+ externalId?: string | null | undefined;
1583
1611
  totalCost?: {
1584
1612
  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";
1585
1613
  amount: number;
@@ -1594,6 +1622,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1594
1622
  precision: number;
1595
1623
  } | null | undefined;
1596
1624
  sku: {
1625
+ customAttributes?: Record<string, any> | null | undefined;
1597
1626
  trackingMeasurement?: string | null | undefined;
1598
1627
  convert?: {
1599
1628
  measurement?: string | null | undefined;
@@ -1637,7 +1666,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1637
1666
  low: number;
1638
1667
  mid: number;
1639
1668
  } | null | undefined;
1640
- customAttributes?: Record<string, any> | null | undefined;
1641
1669
  unit: {
1642
1670
  _id: string;
1643
1671
  name: string;
@@ -1724,6 +1752,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1724
1752
  acceptRequest: boolean;
1725
1753
  dbName: string;
1726
1754
  doc: {
1755
+ customAttributes?: Record<string, any> | null | undefined;
1727
1756
  _id: string;
1728
1757
  businessId: string;
1729
1758
  profile: {
@@ -1805,12 +1834,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1805
1834
  };
1806
1835
  };
1807
1836
  }[] | null | undefined;
1837
+ locationTags?: string[] | null | undefined;
1808
1838
  _id: string;
1809
1839
  name: string;
1810
1840
  purchaseOrder: {
1811
1841
  remark?: string | null | undefined;
1812
1842
  ref?: string | null | undefined;
1813
1843
  items: {
1844
+ id?: string | null | undefined;
1814
1845
  measurement?: {
1815
1846
  id: string;
1816
1847
  name: string;
@@ -1820,6 +1851,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1820
1851
  precision: number;
1821
1852
  };
1822
1853
  } | null | undefined;
1854
+ externalId?: string | null | undefined;
1823
1855
  totalCost?: {
1824
1856
  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";
1825
1857
  amount: number;
@@ -1834,6 +1866,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1834
1866
  precision: number;
1835
1867
  } | null | undefined;
1836
1868
  sku: {
1869
+ customAttributes?: Record<string, any> | null | undefined;
1837
1870
  trackingMeasurement?: string | null | undefined;
1838
1871
  convert?: {
1839
1872
  measurement?: string | null | undefined;
@@ -1877,7 +1910,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1877
1910
  low: number;
1878
1911
  mid: number;
1879
1912
  } | null | undefined;
1880
- customAttributes?: Record<string, any> | null | undefined;
1881
1913
  unit: {
1882
1914
  _id: string;
1883
1915
  name: string;
@@ -1974,6 +2006,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
1974
2006
  acceptRequest: boolean;
1975
2007
  dbName: string;
1976
2008
  doc: {
2009
+ customAttributes?: Record<string, any> | null | undefined;
1977
2010
  _id: string;
1978
2011
  businessId: string;
1979
2012
  profile: {
@@ -2055,12 +2088,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2055
2088
  };
2056
2089
  };
2057
2090
  }[] | null | undefined;
2091
+ locationTags?: string[] | null | undefined;
2058
2092
  _id: string;
2059
2093
  name: string;
2060
2094
  purchaseOrder: {
2061
2095
  remark?: string | null | undefined;
2062
2096
  ref?: string | null | undefined;
2063
2097
  items: {
2098
+ id?: string | null | undefined;
2064
2099
  measurement?: {
2065
2100
  id: string;
2066
2101
  name: string;
@@ -2070,6 +2105,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2070
2105
  precision: number;
2071
2106
  };
2072
2107
  } | null | undefined;
2108
+ externalId?: string | null | undefined;
2073
2109
  totalCost?: {
2074
2110
  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";
2075
2111
  amount: number;
@@ -2084,6 +2120,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2084
2120
  precision: number;
2085
2121
  } | null | undefined;
2086
2122
  sku: {
2123
+ customAttributes?: Record<string, any> | null | undefined;
2087
2124
  trackingMeasurement?: string | null | undefined;
2088
2125
  convert?: {
2089
2126
  measurement?: string | null | undefined;
@@ -2127,7 +2164,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2127
2164
  low: number;
2128
2165
  mid: number;
2129
2166
  } | null | undefined;
2130
- customAttributes?: Record<string, any> | null | undefined;
2131
2167
  unit: {
2132
2168
  _id: string;
2133
2169
  name: string;
@@ -2214,6 +2250,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2214
2250
  acceptRequest: boolean;
2215
2251
  dbName: string;
2216
2252
  doc: {
2253
+ customAttributes?: Record<string, any> | null | undefined;
2217
2254
  _id: string;
2218
2255
  businessId: string;
2219
2256
  profile: {
@@ -2295,12 +2332,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2295
2332
  };
2296
2333
  };
2297
2334
  }[] | null | undefined;
2335
+ locationTags?: string[] | null | undefined;
2298
2336
  _id: string;
2299
2337
  name: string;
2300
2338
  purchaseOrder: {
2301
2339
  remark?: string | null | undefined;
2302
2340
  ref?: string | null | undefined;
2303
2341
  items: {
2342
+ id?: string | null | undefined;
2304
2343
  measurement?: {
2305
2344
  id: string;
2306
2345
  name: string;
@@ -2310,6 +2349,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2310
2349
  precision: number;
2311
2350
  };
2312
2351
  } | null | undefined;
2352
+ externalId?: string | null | undefined;
2313
2353
  totalCost?: {
2314
2354
  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";
2315
2355
  amount: number;
@@ -2324,6 +2364,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2324
2364
  precision: number;
2325
2365
  } | null | undefined;
2326
2366
  sku: {
2367
+ customAttributes?: Record<string, any> | null | undefined;
2327
2368
  trackingMeasurement?: string | null | undefined;
2328
2369
  convert?: {
2329
2370
  measurement?: string | null | undefined;
@@ -2367,7 +2408,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2367
2408
  low: number;
2368
2409
  mid: number;
2369
2410
  } | null | undefined;
2370
- customAttributes?: Record<string, any> | null | undefined;
2371
2411
  unit: {
2372
2412
  _id: string;
2373
2413
  name: string;
@@ -2454,6 +2494,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2454
2494
  acceptRequest: boolean;
2455
2495
  dbName: string;
2456
2496
  doc: {
2497
+ customAttributes?: Record<string, any> | null | undefined;
2457
2498
  _id: string;
2458
2499
  businessId: string;
2459
2500
  profile: {
@@ -2535,12 +2576,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2535
2576
  };
2536
2577
  };
2537
2578
  }[] | null | undefined;
2579
+ locationTags?: string[] | null | undefined;
2538
2580
  _id: string;
2539
2581
  name: string;
2540
2582
  purchaseOrder: {
2541
2583
  remark?: string | null | undefined;
2542
2584
  ref?: string | null | undefined;
2543
2585
  items: {
2586
+ id?: string | null | undefined;
2544
2587
  measurement?: {
2545
2588
  id: string;
2546
2589
  name: string;
@@ -2550,6 +2593,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2550
2593
  precision: number;
2551
2594
  };
2552
2595
  } | null | undefined;
2596
+ externalId?: string | null | undefined;
2553
2597
  totalCost?: {
2554
2598
  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";
2555
2599
  amount: number;
@@ -2564,6 +2608,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2564
2608
  precision: number;
2565
2609
  } | null | undefined;
2566
2610
  sku: {
2611
+ customAttributes?: Record<string, any> | null | undefined;
2567
2612
  trackingMeasurement?: string | null | undefined;
2568
2613
  convert?: {
2569
2614
  measurement?: string | null | undefined;
@@ -2607,7 +2652,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2607
2652
  low: number;
2608
2653
  mid: number;
2609
2654
  } | null | undefined;
2610
- customAttributes?: Record<string, any> | null | undefined;
2611
2655
  unit: {
2612
2656
  _id: string;
2613
2657
  name: string;
@@ -2694,6 +2738,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2694
2738
  acceptRequest: boolean;
2695
2739
  dbName: string;
2696
2740
  doc: {
2741
+ customAttributes?: Record<string, any> | null | undefined;
2697
2742
  _id: string;
2698
2743
  businessId: string;
2699
2744
  profile: {
@@ -2775,12 +2820,14 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2775
2820
  };
2776
2821
  };
2777
2822
  }[] | null | undefined;
2823
+ locationTags?: string[] | null | undefined;
2778
2824
  _id: string;
2779
2825
  name: string;
2780
2826
  purchaseOrder: {
2781
2827
  remark?: string | null | undefined;
2782
2828
  ref?: string | null | undefined;
2783
2829
  items: {
2830
+ id?: string | null | undefined;
2784
2831
  measurement?: {
2785
2832
  id: string;
2786
2833
  name: string;
@@ -2790,6 +2837,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2790
2837
  precision: number;
2791
2838
  };
2792
2839
  } | null | undefined;
2840
+ externalId?: string | null | undefined;
2793
2841
  totalCost?: {
2794
2842
  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";
2795
2843
  amount: number;
@@ -2804,6 +2852,7 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2804
2852
  precision: number;
2805
2853
  } | null | undefined;
2806
2854
  sku: {
2855
+ customAttributes?: Record<string, any> | null | undefined;
2807
2856
  trackingMeasurement?: string | null | undefined;
2808
2857
  convert?: {
2809
2858
  measurement?: string | null | undefined;
@@ -2847,7 +2896,6 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
2847
2896
  low: number;
2848
2897
  mid: number;
2849
2898
  } | null | undefined;
2850
- customAttributes?: Record<string, any> | null | undefined;
2851
2899
  unit: {
2852
2900
  _id: string;
2853
2901
  name: string;