@feedmepos/mf-inventory-portal 1.2.1 → 1.2.2-5.dev-1

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 (147) hide show
  1. package/dist/App-DMkUg806.js +297 -0
  2. package/dist/{ApprovalView-DwRrbVDo.js → ApprovalView-DWJh2K6W.js} +65 -64
  3. package/dist/{BindingsDialog-DUVKv10-.js → BindingsDialog-EmHCvqJI.js} +2 -2
  4. package/dist/{BindingsPicker-Daib_iq4.js → BindingsPicker-h_9jm1s0.js} +3 -3
  5. package/dist/{BindingsTable-Bv9UmcJP.js → BindingsTable-BAVWGUoa.js} +1 -1
  6. package/dist/ClosingDraftView-Du4kOwIg.js +1899 -0
  7. package/dist/ClosingHistoryView-DuW2Vtrs.js +355 -0
  8. package/dist/ClosingTemplateView-CfPY8R5M.js +2001 -0
  9. package/dist/{DeliveryOrderPrintPreview-DZPcRAja.js → DeliveryOrderPrintPreview-C6Cj8mOp.js} +9 -9
  10. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-WWIrybw_.js +230 -0
  11. package/dist/{FmMultiselectDialog-CZmwOkrb.js → FmMultiselectDialog-BzWrQOS4.js} +1 -1
  12. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-C-2V2bGc.js → FmUnitInput.vue_vue_type_script_setup_true_lang-DwqVRUFz.js} +36 -36
  13. package/dist/ImportView-lKlYeLay.js +1291 -0
  14. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-BGnoF1Zz.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-_2WZMZU2.js} +5 -5
  15. package/dist/{IngredientGroupView-CAVYpEj3.js → IngredientGroupView-CrmwR2Xt.js} +34 -35
  16. package/dist/IngredientsView-1bAsyz-b.js +2254 -0
  17. package/dist/{IntegrationView-DdLFyZ4H.js → IntegrationView-D16qeEc_.js} +1773 -1635
  18. package/dist/{InventoryBindingForm-C7BdEDtM.js → InventoryBindingForm-BRwOXV_P.js} +1 -1
  19. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-B7DND2dQ.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-NDbtbtqK.js} +28 -28
  20. package/dist/{InventoryBindingSummary-IZ7F-Lti.js → InventoryBindingSummary-DKM2gX8_.js} +1 -1
  21. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-sgqVSlUB.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CdaiYTdf.js} +4 -4
  22. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DeF32bHu.js → PremiumBadge.vue_vue_type_script_setup_true_lang-B0OKeK5O.js} +7 -7
  23. package/dist/{PublishView-DkgfYneI.js → PublishView-D0NnU22l.js} +73 -63
  24. package/dist/{PurchaseOrderPrintPreview-CltLC4o4.js → PurchaseOrderPrintPreview-BmuwNbeL.js} +4 -4
  25. package/dist/{ReceiveRequestView-Dj7ji0DY.js → ReceiveRequestView-j79m7TKk.js} +343 -333
  26. package/dist/RecipeView-D_fNQQ-C.js +636 -0
  27. package/dist/StockView-DX_xeFBT.js +2385 -0
  28. package/dist/SubsidiaryTreeDialog.vue_vue_type_script_setup_true_lang-Bg49isUy.js +172 -0
  29. package/dist/{SupplierView-DE_M_9kd.js → SupplierView-DuFTqbOg.js} +1193 -1073
  30. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-c428GXwc.js +3233 -0
  31. package/dist/{TransferTemplateView-gWGBCF3u.js → TransferTemplateView-Ccsfcetz.js} +104 -103
  32. package/dist/UnitView-BklpNsFN.js +674 -0
  33. package/dist/WarehouseView-BrURbU67.js +1066 -0
  34. package/dist/api/adjustment-template.d.ts +1 -0
  35. package/dist/api/bill.d.ts +140 -2
  36. package/dist/api/closing-template.d.ts +1 -0
  37. package/dist/api/closing.d.ts +1 -0
  38. package/dist/api/inventory.d.ts +405 -0
  39. package/dist/api/netsuite.d.ts +5 -1
  40. package/dist/api/purchase-order-template.d.ts +1 -0
  41. package/dist/api/purchase-order.d.ts +3 -0
  42. package/dist/api/shipment.d.ts +11 -0
  43. package/dist/api/stock.d.ts +2 -44
  44. package/dist/api/warehouse.d.ts +3 -1
  45. package/dist/{app-CruHLH1e.js → app-a9r50k3U.js} +68551 -67573
  46. package/dist/app.d.ts +643 -15
  47. package/dist/app.js +6 -6
  48. package/dist/components/FmAdminBadge.vue.d.ts +1 -4
  49. package/dist/components/FmEnhancedSelect.vue.d.ts +30 -0
  50. package/dist/components/FmInventoryTableToolbar.vue.d.ts +16 -2
  51. package/dist/components/FmLockableField.vue.d.ts +3 -0
  52. package/dist/components/netsuite/ItemSubsidiaryTreeDialog.vue.d.ts +16 -0
  53. package/dist/components/netsuite/SubsidiaryTreeDialog.vue.d.ts +2 -0
  54. package/dist/composable/defineApi.d.ts +1 -1
  55. package/dist/composable/useIframe.d.ts +2 -2
  56. package/dist/{decimal-izbvCC1j.js → decimal-AusUnA1W.js} +1 -1
  57. package/dist/{format-unit-display-4SAdfyZB.js → format-unit-display-BqkHL-ph.js} +397 -429
  58. package/dist/helper/array.d.ts +1 -0
  59. package/dist/helper/core/country/utils.d.ts +3 -4
  60. package/dist/helper/country.d.ts +6 -255
  61. package/dist/helper/number.d.ts +1 -0
  62. package/dist/import-export.helper-PIyNeHfa.js +238 -0
  63. package/dist/{index-B6GGthLw.js → index-CjxirPvn.js} +283 -268
  64. package/dist/{index-CnQloOEo.js → index-Dj9-pdT9.js} +1 -1
  65. package/dist/layout/SingleColumnLayout.vue.d.ts +6 -3
  66. package/dist/purchase-order-template-CQikvY1p.js +41 -0
  67. package/dist/router/name.d.ts +2 -0
  68. package/dist/stock-CDZ2uWSF.js +83 -0
  69. package/dist/stock-Dw908dIC.js +74 -0
  70. package/dist/stores/feature.d.ts +12 -0
  71. package/dist/stores/integration/netsuite.d.ts +42 -0
  72. package/dist/stores/inventory.d.ts +28 -199
  73. package/dist/stores/location.d.ts +331 -1
  74. package/dist/stores/supplier.d.ts +96 -0
  75. package/dist/stores/warehouse.d.ts +4 -0
  76. package/dist/style.css +1 -1
  77. package/dist/{supplier-CTVE1lHO.js → supplier-BPPBUudN.js} +1 -1
  78. package/dist/tsconfig.app.tsbuildinfo +1 -1
  79. package/dist/{use-ingredient-select-dialog-CM80TfX0.js → use-ingredient-select-dialog-C_fSKN3_.js} +5 -5
  80. package/dist/{use-inventory-binding-dialog-D_omdhgn.js → use-inventory-binding-dialog-ClAkJ864.js} +8 -8
  81. package/dist/views/adjustment-template/wastage-template/actions.d.ts +60 -0
  82. package/dist/views/adjustment-template/wastage-template/table.d.ts +60 -0
  83. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +56 -0
  84. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +3 -3
  85. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +468 -0
  86. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +9 -2
  87. package/dist/views/closing-history/ClosingHistoryView.vue.d.ts +2 -0
  88. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +4 -1
  89. package/dist/views/closing-template/helpers/import-export.helper.d.ts +5 -0
  90. package/dist/views/import/ImportView.vue.d.ts +3 -0
  91. package/dist/views/import/components/ImportDialog.vue.d.ts +2 -0
  92. package/dist/views/import/helper/import-export.helper.d.ts +4 -0
  93. package/dist/views/ingredients/components/ingredient-dialog/IngredientDialogProps.d.ts +1 -1
  94. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +181 -12
  95. package/dist/views/ingredients/components/ingredient-form/IngredientFormProps.d.ts +6 -0
  96. package/dist/views/ingredients/helper/import-export.helper.d.ts +4 -1
  97. package/dist/views/integration/components/netsuite/business/BusinessNetSuiteSideSheet.vue.d.ts +2 -0
  98. package/dist/views/receive-request/components/delivery-order-form/CreateForm.vue.d.ts +16 -0
  99. package/dist/views/receive-request/components/delivery-order-form/CreateFormProps.d.ts +4 -0
  100. package/dist/views/receive-request/components/delivery-order-form/EditForm.vue.d.ts +16 -0
  101. package/dist/views/receive-request/components/delivery-order-form/EditFormProps.d.ts +4 -0
  102. package/dist/views/receive-request/components/delivery-order-form/SystemTrailDialog.vue.d.ts +21 -0
  103. package/dist/views/receive-request/components/netsuite/NetSuiteTransactionChangeLog.vue.d.ts +15 -0
  104. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +1 -0
  105. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +420 -2
  106. package/dist/views/receive-request/composables/use-process-purchase-order.d.ts +99 -0
  107. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +644 -13
  108. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +711 -14
  109. package/dist/views/recipe/RecipeView.vue.d.ts +1 -0
  110. package/dist/views/recipe/components/import-recipes/ImportRecipeItem.vue.d.ts +16 -0
  111. package/dist/views/recipe/components/import-recipes/ImportRecipes.vue.d.ts +2 -0
  112. package/dist/views/recipe/helper/import-recipe.d.ts +48 -0
  113. package/dist/views/stock/components/StockRecordCard.vue.d.ts +70 -1
  114. package/dist/views/stock/components/dialog/RecalculationDialog.vue.d.ts +11 -0
  115. package/dist/views/stock/components/dialog/RecalculationDialogProps.d.ts +3 -0
  116. package/dist/views/stock/components/dialog/StockAdjustmentSideSheet.vue.d.ts +20 -0
  117. package/dist/views/supplier/components/SupplierForm.vue.d.ts +8 -0
  118. package/dist/views/supplier/components/SupplierSupplyItemField.vue.d.ts +3 -0
  119. package/dist/views/supplier/composables/use-supplier-table.d.ts +4 -0
  120. package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialog.vue.d.ts +8 -0
  121. package/dist/views/transfer-template/components/transfer-template-form/components/NetSuiteCustomCodeSelection.vue.d.ts +2 -0
  122. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +16 -0
  123. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +48 -0
  124. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +48 -0
  125. package/dist/views/unit/UnitView.vue.d.ts +1 -0
  126. package/dist/views/unit/components/import-units/ImportUnitItem.vue.d.ts +12 -0
  127. package/dist/views/unit/components/import-units/ImportUnitItemProps.d.ts +6 -0
  128. package/dist/views/unit/components/import-units/ImportUnits.vue.d.ts +9 -0
  129. package/dist/views/unit/components/import-units/ImportUnitsProps.d.ts +5 -0
  130. package/dist/views/unit/helper/import-export.helper.d.ts +40 -0
  131. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +8 -0
  132. package/package.json +3 -3
  133. package/dist/App-BqaRC0Sb.js +0 -276
  134. package/dist/ClosingDraftView-sJ_zRPeo.js +0 -1687
  135. package/dist/ClosingTemplateView-cNgXHq1r.js +0 -1908
  136. package/dist/FmAdminBadge-oCnz8SW6.js +0 -34
  137. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-BKR8C4p_.js +0 -224
  138. package/dist/IngredientsView-CHHeAJH_.js +0 -1858
  139. package/dist/RecipeView-BukmKdVG.js +0 -621
  140. package/dist/StockForecast.vue_vue_type_style_index_0_lang-KLXSWvo5.js +0 -59
  141. package/dist/StockView-wxRCw_w-.js +0 -2087
  142. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-eqUOnJoM.js +0 -2336
  143. package/dist/UnitView-BgwDmGZo.js +0 -667
  144. package/dist/WarehouseView-BdccenhO.js +0 -1034
  145. package/dist/array-Ca8T3f_G.js +0 -44
  146. package/dist/helper/core/country/codes.d.ts +0 -255
  147. package/dist/stock-BJP5BB5b.js +0 -146
@@ -255,6 +255,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
255
255
  };
256
256
  skuId: string;
257
257
  }[] | null | undefined;
258
+ preparationTime?: {
259
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
260
+ value: number;
261
+ } | null | undefined;
258
262
  _id: string;
259
263
  name: string;
260
264
  address: {
@@ -268,6 +272,95 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
268
272
  };
269
273
  };
270
274
  } | null | undefined;
275
+ itemsAtSubmission?: {
276
+ id?: string | null | undefined;
277
+ measurement?: {
278
+ id: string;
279
+ name: string;
280
+ abbrev: string;
281
+ conversion: {
282
+ amount: number;
283
+ precision: number;
284
+ };
285
+ } | null | undefined;
286
+ externalId?: string | null | undefined;
287
+ totalCost?: {
288
+ 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";
289
+ amount: number;
290
+ precision: number;
291
+ } | null | undefined;
292
+ quantity: {
293
+ amount: number;
294
+ precision: number;
295
+ };
296
+ name: string;
297
+ code: string;
298
+ sku: {
299
+ isInactive?: boolean | null | undefined;
300
+ trackingMeasurement?: string | null | undefined;
301
+ convert?: {
302
+ measurement?: string | null | undefined;
303
+ inventoryBindings?: {
304
+ measurement?: {
305
+ id: string;
306
+ name: string;
307
+ abbrev: string;
308
+ conversion: {
309
+ amount: number;
310
+ precision: number;
311
+ };
312
+ } | null | undefined;
313
+ id: string;
314
+ type: "RECIPE" | "SKU" | "SKU_GROUP";
315
+ amount: {
316
+ amount: number;
317
+ precision: number;
318
+ };
319
+ }[] | null | undefined;
320
+ } | null | undefined;
321
+ valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
322
+ defaultCost?: {
323
+ measurement?: {
324
+ id: string;
325
+ name: string;
326
+ abbrev: string;
327
+ conversion: {
328
+ amount: number;
329
+ precision: number;
330
+ };
331
+ } | null | undefined;
332
+ costPerUnit: {
333
+ 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";
334
+ amount: number;
335
+ precision: number;
336
+ };
337
+ } | null | undefined;
338
+ operationalGroup?: string | null | undefined;
339
+ thresholds?: {
340
+ low: number;
341
+ mid: number;
342
+ } | null | undefined;
343
+ customAttributes?: Record<string, any> | null | undefined;
344
+ _id: string;
345
+ name: string;
346
+ code: string;
347
+ unit: {
348
+ _id: string;
349
+ name: string;
350
+ abbrev: string;
351
+ precision: number;
352
+ measurements: {
353
+ id: string;
354
+ name: string;
355
+ abbrev: string;
356
+ conversion: {
357
+ amount: number;
358
+ precision: number;
359
+ };
360
+ }[];
361
+ };
362
+ };
363
+ }[] | null | undefined;
271
364
  request?: {
272
365
  id: string;
273
366
  adjustmentIds: string[];
@@ -281,6 +374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
281
374
  recordType?: string | null | undefined;
282
375
  id: string | null;
283
376
  } | null | undefined;
377
+ shipmentId?: string[] | null | undefined;
284
378
  items: {
285
379
  id?: string | null | undefined;
286
380
  measurement?: {
@@ -379,6 +473,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
379
473
  };
380
474
  changedAt: string;
381
475
  }[] | null | undefined;
476
+ shipmentIds?: string[] | null | undefined;
382
477
  items: {
383
478
  id?: string | null | undefined;
384
479
  measurement?: {
@@ -494,6 +589,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
494
589
  };
495
590
  skuId: string;
496
591
  }[] | null | undefined;
592
+ preparationTime?: {
593
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
594
+ value: number;
595
+ } | null | undefined;
497
596
  _id: string;
498
597
  name: string;
499
598
  address: {
@@ -532,6 +631,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
532
631
  };
533
632
  skuId: string;
534
633
  }[] | null | undefined;
634
+ preparationTime?: {
635
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
636
+ value: number;
637
+ } | null | undefined;
535
638
  _id: string;
536
639
  name: string;
537
640
  address: {
@@ -874,6 +977,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
874
977
  };
875
978
  skuId: string;
876
979
  }[] | null | undefined;
980
+ preparationTime?: {
981
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
982
+ value: number;
983
+ } | null | undefined;
877
984
  _id: string;
878
985
  name: string;
879
986
  address: {
@@ -887,6 +994,95 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
887
994
  };
888
995
  };
889
996
  } | null | undefined;
997
+ itemsAtSubmission?: {
998
+ id?: string | null | undefined;
999
+ measurement?: {
1000
+ id: string;
1001
+ name: string;
1002
+ abbrev: string;
1003
+ conversion: {
1004
+ amount: number;
1005
+ precision: number;
1006
+ };
1007
+ } | null | undefined;
1008
+ externalId?: string | null | undefined;
1009
+ totalCost?: {
1010
+ 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";
1011
+ amount: number;
1012
+ precision: number;
1013
+ } | null | undefined;
1014
+ quantity: {
1015
+ amount: number;
1016
+ precision: number;
1017
+ };
1018
+ name: string;
1019
+ code: string;
1020
+ sku: {
1021
+ isInactive?: boolean | null | undefined;
1022
+ trackingMeasurement?: string | null | undefined;
1023
+ convert?: {
1024
+ measurement?: string | null | undefined;
1025
+ inventoryBindings?: {
1026
+ measurement?: {
1027
+ id: string;
1028
+ name: string;
1029
+ abbrev: string;
1030
+ conversion: {
1031
+ amount: number;
1032
+ precision: number;
1033
+ };
1034
+ } | null | undefined;
1035
+ id: string;
1036
+ type: "RECIPE" | "SKU" | "SKU_GROUP";
1037
+ amount: {
1038
+ amount: number;
1039
+ precision: number;
1040
+ };
1041
+ }[] | null | undefined;
1042
+ } | null | undefined;
1043
+ valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
1044
+ defaultCost?: {
1045
+ measurement?: {
1046
+ id: string;
1047
+ name: string;
1048
+ abbrev: string;
1049
+ conversion: {
1050
+ amount: number;
1051
+ precision: number;
1052
+ };
1053
+ } | null | undefined;
1054
+ costPerUnit: {
1055
+ 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
+ amount: number;
1057
+ precision: number;
1058
+ };
1059
+ } | null | undefined;
1060
+ operationalGroup?: string | null | undefined;
1061
+ thresholds?: {
1062
+ low: number;
1063
+ mid: number;
1064
+ } | null | undefined;
1065
+ customAttributes?: Record<string, any> | null | undefined;
1066
+ _id: string;
1067
+ name: string;
1068
+ code: string;
1069
+ unit: {
1070
+ _id: string;
1071
+ name: string;
1072
+ abbrev: string;
1073
+ precision: number;
1074
+ measurements: {
1075
+ id: string;
1076
+ name: string;
1077
+ abbrev: string;
1078
+ conversion: {
1079
+ amount: number;
1080
+ precision: number;
1081
+ };
1082
+ }[];
1083
+ };
1084
+ };
1085
+ }[] | null | undefined;
890
1086
  request?: {
891
1087
  id: string;
892
1088
  adjustmentIds: string[];
@@ -900,6 +1096,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
900
1096
  recordType?: string | null | undefined;
901
1097
  id: string | null;
902
1098
  } | null | undefined;
1099
+ shipmentId?: string[] | null | undefined;
903
1100
  items: {
904
1101
  id?: string | null | undefined;
905
1102
  measurement?: {
@@ -998,6 +1195,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
998
1195
  };
999
1196
  changedAt: string;
1000
1197
  }[] | null | undefined;
1198
+ shipmentIds?: string[] | null | undefined;
1001
1199
  _id: string;
1002
1200
  seqNumber: number;
1003
1201
  status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL" | "REJECT" | "PENDING_APPROVAL" | "CLOSE";
@@ -1116,6 +1314,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1116
1314
  };
1117
1315
  skuId: string;
1118
1316
  }[] | null | undefined;
1317
+ preparationTime?: {
1318
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1319
+ value: number;
1320
+ } | null | undefined;
1119
1321
  _id: string;
1120
1322
  name: string;
1121
1323
  address: {
@@ -1253,6 +1455,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1253
1455
  additionalInfo?: any;
1254
1456
  id: string | null;
1255
1457
  } | null | undefined;
1458
+ adjustmentIds?: string[] | null | undefined;
1459
+ adjusmentIds?: string[] | null | undefined;
1256
1460
  _id: string;
1257
1461
  from: {
1258
1462
  name: string;
@@ -1265,7 +1469,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1265
1469
  purchaseOrderId: string;
1266
1470
  processedAt: string | null;
1267
1471
  rejectedAt: string | null;
1268
- adjusmentIds: string[];
1269
1472
  }>;
1270
1473
  };
1271
1474
  suppliers: {
@@ -1294,6 +1497,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1294
1497
  };
1295
1498
  skuId: string;
1296
1499
  }[] | null | undefined;
1500
+ preparationTime?: {
1501
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1502
+ value: number;
1503
+ } | null | undefined;
1297
1504
  _id: string;
1298
1505
  name: string;
1299
1506
  address: {
@@ -1575,6 +1782,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1575
1782
  };
1576
1783
  skuId: string;
1577
1784
  }[] | null | undefined;
1785
+ preparationTime?: {
1786
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
1787
+ value: number;
1788
+ } | null | undefined;
1578
1789
  _id: string;
1579
1790
  name: string;
1580
1791
  address: {
@@ -1588,6 +1799,95 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1588
1799
  };
1589
1800
  };
1590
1801
  } | null | undefined;
1802
+ itemsAtSubmission?: {
1803
+ id?: string | null | undefined;
1804
+ measurement?: {
1805
+ id: string;
1806
+ name: string;
1807
+ abbrev: string;
1808
+ conversion: {
1809
+ amount: number;
1810
+ precision: number;
1811
+ };
1812
+ } | null | undefined;
1813
+ externalId?: string | null | undefined;
1814
+ totalCost?: {
1815
+ 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";
1816
+ amount: number;
1817
+ precision: number;
1818
+ } | null | undefined;
1819
+ quantity: {
1820
+ amount: number;
1821
+ precision: number;
1822
+ };
1823
+ name: string;
1824
+ code: string;
1825
+ sku: {
1826
+ isInactive?: boolean | null | undefined;
1827
+ trackingMeasurement?: string | null | undefined;
1828
+ convert?: {
1829
+ measurement?: string | null | undefined;
1830
+ inventoryBindings?: {
1831
+ measurement?: {
1832
+ id: string;
1833
+ name: string;
1834
+ abbrev: string;
1835
+ conversion: {
1836
+ amount: number;
1837
+ precision: number;
1838
+ };
1839
+ } | null | undefined;
1840
+ id: string;
1841
+ type: "RECIPE" | "SKU" | "SKU_GROUP";
1842
+ amount: {
1843
+ amount: number;
1844
+ precision: number;
1845
+ };
1846
+ }[] | null | undefined;
1847
+ } | null | undefined;
1848
+ valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
1849
+ defaultCost?: {
1850
+ measurement?: {
1851
+ id: string;
1852
+ name: string;
1853
+ abbrev: string;
1854
+ conversion: {
1855
+ amount: number;
1856
+ precision: number;
1857
+ };
1858
+ } | null | undefined;
1859
+ costPerUnit: {
1860
+ 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";
1861
+ amount: number;
1862
+ precision: number;
1863
+ };
1864
+ } | null | undefined;
1865
+ operationalGroup?: string | null | undefined;
1866
+ thresholds?: {
1867
+ low: number;
1868
+ mid: number;
1869
+ } | null | undefined;
1870
+ customAttributes?: Record<string, any> | null | undefined;
1871
+ _id: string;
1872
+ name: string;
1873
+ code: string;
1874
+ unit: {
1875
+ _id: string;
1876
+ name: string;
1877
+ abbrev: string;
1878
+ precision: number;
1879
+ measurements: {
1880
+ id: string;
1881
+ name: string;
1882
+ abbrev: string;
1883
+ conversion: {
1884
+ amount: number;
1885
+ precision: number;
1886
+ };
1887
+ }[];
1888
+ };
1889
+ };
1890
+ }[] | null | undefined;
1591
1891
  request?: {
1592
1892
  id: string;
1593
1893
  adjustmentIds: string[];
@@ -1601,6 +1901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1601
1901
  recordType?: string | null | undefined;
1602
1902
  id: string | null;
1603
1903
  } | null | undefined;
1904
+ shipmentId?: string[] | null | undefined;
1604
1905
  items: {
1605
1906
  id?: string | null | undefined;
1606
1907
  measurement?: {
@@ -1699,6 +2000,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1699
2000
  };
1700
2001
  changedAt: string;
1701
2002
  }[] | null | undefined;
2003
+ shipmentIds?: string[] | null | undefined;
1702
2004
  items: {
1703
2005
  id?: string | null | undefined;
1704
2006
  measurement?: {
@@ -1814,6 +2116,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1814
2116
  };
1815
2117
  skuId: string;
1816
2118
  }[] | null | undefined;
2119
+ preparationTime?: {
2120
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2121
+ value: number;
2122
+ } | null | undefined;
1817
2123
  _id: string;
1818
2124
  name: string;
1819
2125
  address: {
@@ -1852,6 +2158,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1852
2158
  };
1853
2159
  skuId: string;
1854
2160
  }[] | null | undefined;
2161
+ preparationTime?: {
2162
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2163
+ value: number;
2164
+ } | null | undefined;
1855
2165
  _id: string;
1856
2166
  name: string;
1857
2167
  address: {
@@ -2194,6 +2504,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2194
2504
  };
2195
2505
  skuId: string;
2196
2506
  }[] | null | undefined;
2507
+ preparationTime?: {
2508
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2509
+ value: number;
2510
+ } | null | undefined;
2197
2511
  _id: string;
2198
2512
  name: string;
2199
2513
  address: {
@@ -2207,6 +2521,95 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2207
2521
  };
2208
2522
  };
2209
2523
  } | null | undefined;
2524
+ itemsAtSubmission?: {
2525
+ id?: string | null | undefined;
2526
+ measurement?: {
2527
+ id: string;
2528
+ name: string;
2529
+ abbrev: string;
2530
+ conversion: {
2531
+ amount: number;
2532
+ precision: number;
2533
+ };
2534
+ } | null | undefined;
2535
+ externalId?: string | null | undefined;
2536
+ totalCost?: {
2537
+ 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";
2538
+ amount: number;
2539
+ precision: number;
2540
+ } | null | undefined;
2541
+ quantity: {
2542
+ amount: number;
2543
+ precision: number;
2544
+ };
2545
+ name: string;
2546
+ code: string;
2547
+ sku: {
2548
+ isInactive?: boolean | null | undefined;
2549
+ trackingMeasurement?: string | null | undefined;
2550
+ convert?: {
2551
+ measurement?: string | null | undefined;
2552
+ inventoryBindings?: {
2553
+ measurement?: {
2554
+ id: string;
2555
+ name: string;
2556
+ abbrev: string;
2557
+ conversion: {
2558
+ amount: number;
2559
+ precision: number;
2560
+ };
2561
+ } | null | undefined;
2562
+ id: string;
2563
+ type: "RECIPE" | "SKU" | "SKU_GROUP";
2564
+ amount: {
2565
+ amount: number;
2566
+ precision: number;
2567
+ };
2568
+ }[] | null | undefined;
2569
+ } | null | undefined;
2570
+ valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
2571
+ defaultCost?: {
2572
+ measurement?: {
2573
+ id: string;
2574
+ name: string;
2575
+ abbrev: string;
2576
+ conversion: {
2577
+ amount: number;
2578
+ precision: number;
2579
+ };
2580
+ } | null | undefined;
2581
+ costPerUnit: {
2582
+ 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";
2583
+ amount: number;
2584
+ precision: number;
2585
+ };
2586
+ } | null | undefined;
2587
+ operationalGroup?: string | null | undefined;
2588
+ thresholds?: {
2589
+ low: number;
2590
+ mid: number;
2591
+ } | null | undefined;
2592
+ customAttributes?: Record<string, any> | null | undefined;
2593
+ _id: string;
2594
+ name: string;
2595
+ code: string;
2596
+ unit: {
2597
+ _id: string;
2598
+ name: string;
2599
+ abbrev: string;
2600
+ precision: number;
2601
+ measurements: {
2602
+ id: string;
2603
+ name: string;
2604
+ abbrev: string;
2605
+ conversion: {
2606
+ amount: number;
2607
+ precision: number;
2608
+ };
2609
+ }[];
2610
+ };
2611
+ };
2612
+ }[] | null | undefined;
2210
2613
  request?: {
2211
2614
  id: string;
2212
2615
  adjustmentIds: string[];
@@ -2220,6 +2623,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2220
2623
  recordType?: string | null | undefined;
2221
2624
  id: string | null;
2222
2625
  } | null | undefined;
2626
+ shipmentId?: string[] | null | undefined;
2223
2627
  items: {
2224
2628
  id?: string | null | undefined;
2225
2629
  measurement?: {
@@ -2318,6 +2722,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2318
2722
  };
2319
2723
  changedAt: string;
2320
2724
  }[] | null | undefined;
2725
+ shipmentIds?: string[] | null | undefined;
2321
2726
  _id: string;
2322
2727
  seqNumber: number;
2323
2728
  status: "DRAFT" | "REQUESTING" | "PROCESSING" | "RECEIVING" | "COMPLETE" | "CANCEL" | "REJECT" | "PENDING_APPROVAL" | "CLOSE";
@@ -2436,6 +2841,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2436
2841
  };
2437
2842
  skuId: string;
2438
2843
  }[] | null | undefined;
2844
+ preparationTime?: {
2845
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
2846
+ value: number;
2847
+ } | null | undefined;
2439
2848
  _id: string;
2440
2849
  name: string;
2441
2850
  address: {
@@ -2573,6 +2982,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2573
2982
  additionalInfo?: any;
2574
2983
  id: string | null;
2575
2984
  } | null | undefined;
2985
+ adjustmentIds?: string[] | null | undefined;
2986
+ adjusmentIds?: string[] | null | undefined;
2576
2987
  _id: string;
2577
2988
  from: {
2578
2989
  name: string;
@@ -2585,7 +2996,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2585
2996
  purchaseOrderId: string;
2586
2997
  processedAt: string | null;
2587
2998
  rejectedAt: string | null;
2588
- adjusmentIds: string[];
2589
2999
  }>;
2590
3000
  };
2591
3001
  suppliers: {
@@ -2614,6 +3024,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2614
3024
  };
2615
3025
  skuId: string;
2616
3026
  }[] | null | undefined;
3027
+ preparationTime?: {
3028
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
3029
+ value: number;
3030
+ } | null | undefined;
2617
3031
  _id: string;
2618
3032
  name: string;
2619
3033
  address: {
@@ -2725,6 +3139,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2725
3139
  };
2726
3140
  skuId: string;
2727
3141
  }[] | null | undefined;
3142
+ preparationTime?: {
3143
+ unit: "day" | "year" | "month" | "week" | "hour" | "minute" | "second" | "millisecond";
3144
+ value: number;
3145
+ } | null | undefined;
2728
3146
  _id: string;
2729
3147
  name: string;
2730
3148
  address: {