@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
package/dist/app.d.ts CHANGED
@@ -28,6 +28,51 @@ export declare const i18nMessages: {
28
28
  import: string;
29
29
  publish: string;
30
30
  duplicate: string;
31
+ next: string;
32
+ cancel: string;
33
+ close: string;
34
+ name: string;
35
+ type: string;
36
+ operation: string;
37
+ status: string;
38
+ readyToImport: string;
39
+ validationFailed: string;
40
+ invalidExcelFormat: string;
41
+ invalidExcelFormatDetected: string;
42
+ importPreview: string;
43
+ errorExist: string;
44
+ someItemsValidationErrors: string;
45
+ allItemsValidReadyImport: string;
46
+ importErrors: string;
47
+ itemsFailedImport: string;
48
+ basicInformation: string;
49
+ code: string;
50
+ validationErrors: string;
51
+ rawData: string;
52
+ errorType: string;
53
+ errorMessage: string;
54
+ unknown: string;
55
+ unit: string;
56
+ ingredient: string;
57
+ recipe: string;
58
+ loading: string;
59
+ featureNotAvailable: string;
60
+ bulkImportNotEnabled: string;
61
+ processingError: string;
62
+ failedToProcessSheet: string;
63
+ invalidExcelFormatTitle: string;
64
+ downloadFailed: string;
65
+ failedDownloadTemplate: string;
66
+ templateDownloaded: string;
67
+ importCompletedWithIssues: string;
68
+ successfullyImported: string;
69
+ importComplete: string;
70
+ allDataSuccessfullyImported: string;
71
+ importFinishedWithFailedItems: string;
72
+ unknownErrorOccurred: string;
73
+ create: string;
74
+ update: string;
75
+ general: string;
31
76
  };
32
77
  formField: {
33
78
  rules: {
@@ -99,6 +144,30 @@ export declare const i18nMessages: {
99
144
  refreshBalance: string;
100
145
  refreshBalanceDescription: string;
101
146
  };
147
+ recalculation: {
148
+ title: string;
149
+ description: string;
150
+ openingDate: string;
151
+ selectOpening: string;
152
+ untilDate: string;
153
+ selectDate: string;
154
+ selectByDate: string;
155
+ selectByClosing: string;
156
+ selectClosing: string;
157
+ info: string;
158
+ schedule: string;
159
+ recentRequests: string;
160
+ from: string;
161
+ to: string;
162
+ status: {
163
+ failed: string;
164
+ completed: string;
165
+ inProgress: string;
166
+ };
167
+ error: {
168
+ endDateBeforeOpening: string;
169
+ };
170
+ };
102
171
  title: string;
103
172
  code: string;
104
173
  product: string;
@@ -172,6 +241,13 @@ export declare const i18nMessages: {
172
241
  bill: string;
173
242
  backdate: string;
174
243
  };
244
+ stock_adjustment: {
245
+ title: string;
246
+ effectiveAt: string;
247
+ noAdjustments: string;
248
+ immediateHint: string;
249
+ stockAfter: string;
250
+ };
175
251
  };
176
252
  closing: {
177
253
  template: {
@@ -241,6 +317,14 @@ export declare const i18nMessages: {
241
317
  rejectDraft: string;
242
318
  markAsFailed: string;
243
319
  };
320
+ history: {
321
+ title: string;
322
+ closingId: string;
323
+ date: string;
324
+ time: string;
325
+ createdFrom: string;
326
+ noClosings: string;
327
+ };
244
328
  };
245
329
  adjustment: {
246
330
  template: {
@@ -341,12 +425,58 @@ export declare const i18nMessages: {
341
425
  systemMessage: string;
342
426
  };
343
427
  progress: string;
428
+ progressTitle: string;
429
+ progressUnits: string;
430
+ progressRecipes: string;
431
+ progressIngredients: string;
344
432
  success: string;
345
433
  uploadDescription: string;
346
434
  uploadTemplate: string;
347
435
  selectFile: string;
348
436
  replaceFile: string;
349
437
  summary: string;
438
+ multiUploadTemplateInstruction: string;
439
+ importInstructions: {
440
+ step1: string;
441
+ step2: string;
442
+ step3: string;
443
+ step4: string;
444
+ detailedGuide: {
445
+ title: string;
446
+ unitsSheet: {
447
+ title: string;
448
+ description: string;
449
+ col1: string;
450
+ col2: string;
451
+ col3: string;
452
+ col4: string;
453
+ col5: string;
454
+ col6: string;
455
+ };
456
+ ingredientsSheet: {
457
+ title: string;
458
+ description: string;
459
+ col1: string;
460
+ col2: string;
461
+ col3: string;
462
+ col4: string;
463
+ col5: string;
464
+ };
465
+ recipesSheet: {
466
+ title: string;
467
+ description: string;
468
+ col1: string;
469
+ col2: string;
470
+ col3: string;
471
+ col4: string;
472
+ col5: string;
473
+ col6: string;
474
+ col7: string;
475
+ col8: string;
476
+ };
477
+ warning: string;
478
+ };
479
+ };
350
480
  fileError: {
351
481
  noSheet: string;
352
482
  invalidExcel: string;
@@ -367,11 +497,11 @@ export declare const i18nMessages: {
367
497
  menu: string;
368
498
  amount: string;
369
499
  };
370
- isInactive: {
500
+ status: {
371
501
  title: string;
372
502
  preventFromOrder: string;
373
- yes: string;
374
- no: string;
503
+ active: string;
504
+ inactive: string;
375
505
  };
376
506
  create: {
377
507
  title: string;
@@ -403,6 +533,21 @@ export declare const i18nMessages: {
403
533
  };
404
534
  success: string;
405
535
  };
536
+ purchaseOrderTemplates: {
537
+ title: string;
538
+ description: string;
539
+ selectTitle: string;
540
+ };
541
+ wastageTemplates: {
542
+ title: string;
543
+ description: string;
544
+ selectTitle: string;
545
+ };
546
+ closingTemplates: {
547
+ title: string;
548
+ description: string;
549
+ selectTitle: string;
550
+ };
406
551
  };
407
552
  ingredientGroup: {
408
553
  title: string;
@@ -481,6 +626,10 @@ export declare const i18nMessages: {
481
626
  message: string;
482
627
  };
483
628
  };
629
+ import: {
630
+ title: string;
631
+ uploadDescription: string;
632
+ };
484
633
  };
485
634
  unit: {
486
635
  title: string;
@@ -520,6 +669,50 @@ export declare const i18nMessages: {
520
669
  message: string;
521
670
  };
522
671
  };
672
+ export: {
673
+ success: string;
674
+ filename: string;
675
+ };
676
+ import: {
677
+ title: string;
678
+ description: string;
679
+ actions: {
680
+ downloadTemplate: string;
681
+ };
682
+ template: {
683
+ success: string;
684
+ filename: string;
685
+ };
686
+ dropzone: {
687
+ label: string;
688
+ helperText: string;
689
+ selectFile: string;
690
+ };
691
+ fileError: {
692
+ title: string;
693
+ noSheet: string;
694
+ invalidExcel: string;
695
+ parseError: string;
696
+ };
697
+ summary: {
698
+ title: string;
699
+ create: string;
700
+ update: string;
701
+ error: string;
702
+ };
703
+ success: {
704
+ title: string;
705
+ message: string;
706
+ };
707
+ error: {
708
+ noData: string;
709
+ invalidContent: string;
710
+ noImportData: string;
711
+ hasErrors: string;
712
+ failed: string;
713
+ systemMessage: string;
714
+ };
715
+ };
523
716
  };
524
717
  transfer: {
525
718
  title: string;
@@ -713,12 +906,21 @@ export declare const i18nMessages: {
713
906
  };
714
907
  supplier: {
715
908
  title: string;
909
+ delivery: {
910
+ title: string;
911
+ preparationTime: string;
912
+ deliveryTime: string;
913
+ };
716
914
  supplyItems: {
717
915
  title: string;
718
916
  addItems: string;
719
917
  overridePriceHint: string;
720
918
  selectItem: string;
721
919
  };
920
+ autoAppendToTemplates: {
921
+ title: string;
922
+ description: string;
923
+ };
722
924
  delete: {
723
925
  confirm: string;
724
926
  confirmMessage: string;
@@ -854,6 +1056,11 @@ export declare const i18nMessages: {
854
1056
  netsuite: {
855
1057
  title: string;
856
1058
  description: string;
1059
+ subsidiaryHierarchy: {
1060
+ filtering: string;
1061
+ title: string;
1062
+ description: string;
1063
+ };
857
1064
  };
858
1065
  apply: {
859
1066
  title: string;
@@ -910,6 +1117,51 @@ export declare const i18nMessages: {
910
1117
  import: string;
911
1118
  publish: string;
912
1119
  duplicate: string;
1120
+ next: string;
1121
+ cancel: string;
1122
+ close: string;
1123
+ name: string;
1124
+ type: string;
1125
+ operation: string;
1126
+ status: string;
1127
+ readyToImport: string;
1128
+ validationFailed: string;
1129
+ invalidExcelFormat: string;
1130
+ invalidExcelFormatDetected: string;
1131
+ importPreview: string;
1132
+ errorExist: string;
1133
+ someItemsValidationErrors: string;
1134
+ allItemsValidReadyImport: string;
1135
+ importErrors: string;
1136
+ itemsFailedImport: string;
1137
+ basicInformation: string;
1138
+ code: string;
1139
+ validationErrors: string;
1140
+ rawData: string;
1141
+ errorType: string;
1142
+ errorMessage: string;
1143
+ unknown: string;
1144
+ unit: string;
1145
+ ingredient: string;
1146
+ recipe: string;
1147
+ loading: string;
1148
+ featureNotAvailable: string;
1149
+ bulkImportNotEnabled: string;
1150
+ processingError: string;
1151
+ failedToProcessSheet: string;
1152
+ invalidExcelFormatTitle: string;
1153
+ downloadFailed: string;
1154
+ failedDownloadTemplate: string;
1155
+ templateDownloaded: string;
1156
+ importCompletedWithIssues: string;
1157
+ successfullyImported: string;
1158
+ importComplete: string;
1159
+ allDataSuccessfullyImported: string;
1160
+ importFinishedWithFailedItems: string;
1161
+ unknownErrorOccurred: string;
1162
+ create: string;
1163
+ update: string;
1164
+ general: string;
913
1165
  };
914
1166
  formField: {
915
1167
  rules: {
@@ -1054,6 +1306,37 @@ export declare const i18nMessages: {
1054
1306
  bill: string;
1055
1307
  backdate: string;
1056
1308
  };
1309
+ stock_adjustment: {
1310
+ title: string;
1311
+ effectiveAt: string;
1312
+ noAdjustments: string;
1313
+ immediateHint: string;
1314
+ stockAfter: string;
1315
+ };
1316
+ recalculation: {
1317
+ title: string;
1318
+ description: string;
1319
+ openingDate: string;
1320
+ selectOpening: string;
1321
+ untilDate: string;
1322
+ selectDate: string;
1323
+ selectByDate: string;
1324
+ selectByClosing: string;
1325
+ selectClosing: string;
1326
+ info: string;
1327
+ schedule: string;
1328
+ recentRequests: string;
1329
+ from: string;
1330
+ to: string;
1331
+ status: {
1332
+ failed: string;
1333
+ completed: string;
1334
+ inProgress: string;
1335
+ };
1336
+ error: {
1337
+ endDateBeforeOpening: string;
1338
+ };
1339
+ };
1057
1340
  };
1058
1341
  closing: {
1059
1342
  template: {
@@ -1123,6 +1406,14 @@ export declare const i18nMessages: {
1123
1406
  rejectDraft: string;
1124
1407
  markAsFailed: string;
1125
1408
  };
1409
+ history: {
1410
+ title: string;
1411
+ closingId: string;
1412
+ date: string;
1413
+ time: string;
1414
+ createdFrom: string;
1415
+ noClosings: string;
1416
+ };
1126
1417
  };
1127
1418
  adjustment: {
1128
1419
  template: {
@@ -1223,12 +1514,58 @@ export declare const i18nMessages: {
1223
1514
  systemMessage: string;
1224
1515
  };
1225
1516
  progress: string;
1517
+ progressTitle: string;
1518
+ progressUnits: string;
1519
+ progressRecipes: string;
1520
+ progressIngredients: string;
1226
1521
  success: string;
1227
1522
  uploadDescription: string;
1228
1523
  uploadTemplate: string;
1229
1524
  selectFile: string;
1230
1525
  replaceFile: string;
1231
1526
  summary: string;
1527
+ multiUploadTemplateInstruction: string;
1528
+ importInstructions: {
1529
+ step1: string;
1530
+ step2: string;
1531
+ step3: string;
1532
+ step4: string;
1533
+ detailedGuide: {
1534
+ title: string;
1535
+ unitsSheet: {
1536
+ title: string;
1537
+ description: string;
1538
+ col1: string;
1539
+ col2: string;
1540
+ col3: string;
1541
+ col4: string;
1542
+ col5: string;
1543
+ col6: string;
1544
+ };
1545
+ ingredientsSheet: {
1546
+ title: string;
1547
+ description: string;
1548
+ col1: string;
1549
+ col2: string;
1550
+ col3: string;
1551
+ col4: string;
1552
+ col5: string;
1553
+ };
1554
+ recipesSheet: {
1555
+ title: string;
1556
+ description: string;
1557
+ col1: string;
1558
+ col2: string;
1559
+ col3: string;
1560
+ col4: string;
1561
+ col5: string;
1562
+ col6: string;
1563
+ col7: string;
1564
+ col8: string;
1565
+ };
1566
+ warning: string;
1567
+ };
1568
+ };
1232
1569
  fileError: {
1233
1570
  noSheet: string;
1234
1571
  invalidExcel: string;
@@ -1249,11 +1586,11 @@ export declare const i18nMessages: {
1249
1586
  menu: string;
1250
1587
  amount: string;
1251
1588
  };
1252
- isInactive: {
1589
+ status: {
1253
1590
  title: string;
1254
1591
  preventFromOrder: string;
1255
- yes: string;
1256
- no: string;
1592
+ active: string;
1593
+ inactive: string;
1257
1594
  };
1258
1595
  create: {
1259
1596
  title: string;
@@ -1285,6 +1622,21 @@ export declare const i18nMessages: {
1285
1622
  };
1286
1623
  success: string;
1287
1624
  };
1625
+ purchaseOrderTemplates: {
1626
+ title: string;
1627
+ description: string;
1628
+ selectTitle: string;
1629
+ };
1630
+ wastageTemplates: {
1631
+ title: string;
1632
+ description: string;
1633
+ selectTitle: string;
1634
+ };
1635
+ closingTemplates: {
1636
+ title: string;
1637
+ description: string;
1638
+ selectTitle: string;
1639
+ };
1288
1640
  };
1289
1641
  ingredientGroup: {
1290
1642
  title: string;
@@ -1363,6 +1715,10 @@ export declare const i18nMessages: {
1363
1715
  message: string;
1364
1716
  };
1365
1717
  };
1718
+ import: {
1719
+ title: string;
1720
+ uploadDescription: string;
1721
+ };
1366
1722
  };
1367
1723
  unit: {
1368
1724
  title: string;
@@ -1402,6 +1758,50 @@ export declare const i18nMessages: {
1402
1758
  message: string;
1403
1759
  };
1404
1760
  };
1761
+ export: {
1762
+ success: string;
1763
+ filename: string;
1764
+ };
1765
+ import: {
1766
+ title: string;
1767
+ description: string;
1768
+ actions: {
1769
+ downloadTemplate: string;
1770
+ };
1771
+ template: {
1772
+ success: string;
1773
+ filename: string;
1774
+ };
1775
+ dropzone: {
1776
+ label: string;
1777
+ helperText: string;
1778
+ selectFile: string;
1779
+ };
1780
+ fileError: {
1781
+ title: string;
1782
+ noSheet: string;
1783
+ invalidExcel: string;
1784
+ parseError: string;
1785
+ };
1786
+ summary: {
1787
+ title: string;
1788
+ create: string;
1789
+ update: string;
1790
+ error: string;
1791
+ };
1792
+ success: {
1793
+ title: string;
1794
+ message: string;
1795
+ };
1796
+ error: {
1797
+ noData: string;
1798
+ invalidContent: string;
1799
+ noImportData: string;
1800
+ hasErrors: string;
1801
+ failed: string;
1802
+ systemMessage: string;
1803
+ };
1804
+ };
1405
1805
  };
1406
1806
  transfer: {
1407
1807
  title: string;
@@ -1601,6 +2001,10 @@ export declare const i18nMessages: {
1601
2001
  overridePriceHint: string;
1602
2002
  selectItem: string;
1603
2003
  };
2004
+ autoAppendToTemplates: {
2005
+ title: string;
2006
+ description: string;
2007
+ };
1604
2008
  delete: {
1605
2009
  confirm: string;
1606
2010
  confirmMessage: string;
@@ -1617,6 +2021,11 @@ export declare const i18nMessages: {
1617
2021
  contact: string;
1618
2022
  email: string;
1619
2023
  };
2024
+ delivery: {
2025
+ title: string;
2026
+ preparationTime: string;
2027
+ deliveryTime: string;
2028
+ };
1620
2029
  create: {
1621
2030
  title: string;
1622
2031
  success: string;
@@ -1736,6 +2145,11 @@ export declare const i18nMessages: {
1736
2145
  netsuite: {
1737
2146
  title: string;
1738
2147
  description: string;
2148
+ subsidiaryHierarchy: {
2149
+ filtering: string;
2150
+ title: string;
2151
+ description: string;
2152
+ };
1739
2153
  };
1740
2154
  apply: {
1741
2155
  title: string;
@@ -1792,6 +2206,51 @@ export declare const i18nMessages: {
1792
2206
  import: string;
1793
2207
  publish: string;
1794
2208
  duplicate: string;
2209
+ next: string;
2210
+ cancel: string;
2211
+ close: string;
2212
+ name: string;
2213
+ type: string;
2214
+ operation: string;
2215
+ status: string;
2216
+ readyToImport: string;
2217
+ validationFailed: string;
2218
+ invalidExcelFormat: string;
2219
+ invalidExcelFormatDetected: string;
2220
+ importPreview: string;
2221
+ errorExist: string;
2222
+ someItemsValidationErrors: string;
2223
+ allItemsValidReadyImport: string;
2224
+ importErrors: string;
2225
+ itemsFailedImport: string;
2226
+ basicInformation: string;
2227
+ code: string;
2228
+ validationErrors: string;
2229
+ rawData: string;
2230
+ errorType: string;
2231
+ errorMessage: string;
2232
+ unknown: string;
2233
+ unit: string;
2234
+ ingredient: string;
2235
+ recipe: string;
2236
+ loading: string;
2237
+ featureNotAvailable: string;
2238
+ bulkImportNotEnabled: string;
2239
+ processingError: string;
2240
+ failedToProcessSheet: string;
2241
+ invalidExcelFormatTitle: string;
2242
+ downloadFailed: string;
2243
+ failedDownloadTemplate: string;
2244
+ templateDownloaded: string;
2245
+ importCompletedWithIssues: string;
2246
+ successfullyImported: string;
2247
+ importComplete: string;
2248
+ allDataSuccessfullyImported: string;
2249
+ importFinishedWithFailedItems: string;
2250
+ unknownErrorOccurred: string;
2251
+ create: string;
2252
+ update: string;
2253
+ general: string;
1795
2254
  };
1796
2255
  formField: {
1797
2256
  rules: {
@@ -1861,6 +2320,30 @@ export declare const i18nMessages: {
1861
2320
  stock_balance: {
1862
2321
  title: string;
1863
2322
  };
2323
+ recalculation: {
2324
+ title: string;
2325
+ description: string;
2326
+ openingDate: string;
2327
+ selectOpening: string;
2328
+ untilDate: string;
2329
+ selectDate: string;
2330
+ selectByDate: string;
2331
+ selectByClosing: string;
2332
+ selectClosing: string;
2333
+ info: string;
2334
+ schedule: string;
2335
+ recentRequests: string;
2336
+ from: string;
2337
+ to: string;
2338
+ status: {
2339
+ failed: string;
2340
+ completed: string;
2341
+ inProgress: string;
2342
+ };
2343
+ error: {
2344
+ endDateBeforeOpening: string;
2345
+ };
2346
+ };
1864
2347
  title: string;
1865
2348
  code: string;
1866
2349
  product: string;
@@ -1934,6 +2417,13 @@ export declare const i18nMessages: {
1934
2417
  bill: string;
1935
2418
  backdate: string;
1936
2419
  };
2420
+ stock_adjustment: {
2421
+ title: string;
2422
+ effectiveAt: string;
2423
+ noAdjustments: string;
2424
+ immediateHint: string;
2425
+ stockAfter: string;
2426
+ };
1937
2427
  };
1938
2428
  closing: {
1939
2429
  template: {
@@ -2100,6 +2590,9 @@ export declare const i18nMessages: {
2100
2590
  rejectDraft: string;
2101
2591
  markAsFailed: string;
2102
2592
  };
2593
+ history: {
2594
+ title: string;
2595
+ };
2103
2596
  };
2104
2597
  adjustment: {
2105
2598
  template: {
@@ -2200,6 +2693,10 @@ export declare const i18nMessages: {
2200
2693
  systemMessage: string;
2201
2694
  };
2202
2695
  progress: string;
2696
+ progressTitle: string;
2697
+ progressUnits: string;
2698
+ progressRecipes: string;
2699
+ progressIngredients: string;
2203
2700
  success: string;
2204
2701
  uploadDescription: string;
2205
2702
  uploadTemplate: string;
@@ -2256,6 +2753,21 @@ export declare const i18nMessages: {
2256
2753
  };
2257
2754
  success: string;
2258
2755
  };
2756
+ purchaseOrderTemplates: {
2757
+ title: string;
2758
+ description: string;
2759
+ selectTitle: string;
2760
+ };
2761
+ wastageTemplates: {
2762
+ title: string;
2763
+ description: string;
2764
+ selectTitle: string;
2765
+ };
2766
+ closingTemplates: {
2767
+ title: string;
2768
+ description: string;
2769
+ selectTitle: string;
2770
+ };
2259
2771
  };
2260
2772
  ingredientGroup: {
2261
2773
  title: string;
@@ -2299,6 +2811,10 @@ export declare const i18nMessages: {
2299
2811
  message: string;
2300
2812
  };
2301
2813
  };
2814
+ import: {
2815
+ title: string;
2816
+ uploadDescription: string;
2817
+ };
2302
2818
  };
2303
2819
  unit: {
2304
2820
  title: string;
@@ -2338,6 +2854,50 @@ export declare const i18nMessages: {
2338
2854
  message: string;
2339
2855
  };
2340
2856
  };
2857
+ export: {
2858
+ success: string;
2859
+ filename: string;
2860
+ };
2861
+ import: {
2862
+ title: string;
2863
+ description: string;
2864
+ actions: {
2865
+ downloadTemplate: string;
2866
+ };
2867
+ template: {
2868
+ success: string;
2869
+ filename: string;
2870
+ };
2871
+ dropzone: {
2872
+ label: string;
2873
+ helperText: string;
2874
+ selectFile: string;
2875
+ };
2876
+ fileError: {
2877
+ title: string;
2878
+ noSheet: string;
2879
+ invalidExcel: string;
2880
+ parseError: string;
2881
+ };
2882
+ summary: {
2883
+ title: string;
2884
+ create: string;
2885
+ update: string;
2886
+ error: string;
2887
+ };
2888
+ success: {
2889
+ title: string;
2890
+ message: string;
2891
+ };
2892
+ error: {
2893
+ noData: string;
2894
+ invalidContent: string;
2895
+ noImportData: string;
2896
+ hasErrors: string;
2897
+ failed: string;
2898
+ systemMessage: string;
2899
+ };
2900
+ };
2341
2901
  };
2342
2902
  transfer: {
2343
2903
  title: string;
@@ -2534,6 +3094,10 @@ export declare const i18nMessages: {
2534
3094
  overridePriceHint: string;
2535
3095
  selectItem: string;
2536
3096
  };
3097
+ autoAppendToTemplates: {
3098
+ title: string;
3099
+ description: string;
3100
+ };
2537
3101
  delete: {
2538
3102
  confirm: string;
2539
3103
  confirmMessage: string;
@@ -2722,6 +3286,14 @@ export declare const i18nMessages: {
2722
3286
  rejectDraft: string;
2723
3287
  markAsFailed: string;
2724
3288
  };
3289
+ history: {
3290
+ title: string;
3291
+ closingId: string;
3292
+ date: string;
3293
+ time: string;
3294
+ createdFrom: string;
3295
+ noClosings: string;
3296
+ };
2725
3297
  };
2726
3298
  adjustment: {
2727
3299
  template: {
@@ -2828,6 +3400,48 @@ export declare const i18nMessages: {
2828
3400
  selectFile: string;
2829
3401
  replaceFile: string;
2830
3402
  summary: string;
3403
+ multiUploadTemplateInstruction: string;
3404
+ importInstructions: {
3405
+ step1: string;
3406
+ step2: string;
3407
+ step3: string;
3408
+ step4: string;
3409
+ detailedGuide: {
3410
+ title: string;
3411
+ unitsSheet: {
3412
+ title: string;
3413
+ description: string;
3414
+ col1: string;
3415
+ col2: string;
3416
+ col3: string;
3417
+ col4: string;
3418
+ col5: string;
3419
+ col6: string;
3420
+ };
3421
+ ingredientsSheet: {
3422
+ title: string;
3423
+ description: string;
3424
+ col1: string;
3425
+ col2: string;
3426
+ col3: string;
3427
+ col4: string;
3428
+ col5: string;
3429
+ };
3430
+ recipesSheet: {
3431
+ title: string;
3432
+ description: string;
3433
+ col1: string;
3434
+ col2: string;
3435
+ col3: string;
3436
+ col4: string;
3437
+ col5: string;
3438
+ col6: string;
3439
+ col7: string;
3440
+ col8: string;
3441
+ };
3442
+ warning: string;
3443
+ };
3444
+ };
2831
3445
  fileError: {
2832
3446
  noSheet: string;
2833
3447
  invalidExcel: string;
@@ -2848,11 +3462,11 @@ export declare const i18nMessages: {
2848
3462
  menu: string;
2849
3463
  amount: string;
2850
3464
  };
2851
- isInactive: {
3465
+ status: {
2852
3466
  title: string;
2853
3467
  preventFromOrder: string;
2854
- yes: string;
2855
- no: string;
3468
+ active: string;
3469
+ inactive: string;
2856
3470
  };
2857
3471
  create: {
2858
3472
  title: string;
@@ -2962,6 +3576,10 @@ export declare const i18nMessages: {
2962
3576
  message: string;
2963
3577
  };
2964
3578
  };
3579
+ import: {
3580
+ title: string;
3581
+ uploadDescription: string;
3582
+ };
2965
3583
  };
2966
3584
  unit: {
2967
3585
  title: string;
@@ -3194,6 +3812,11 @@ export declare const i18nMessages: {
3194
3812
  };
3195
3813
  supplier: {
3196
3814
  title: string;
3815
+ delivery: {
3816
+ title: string;
3817
+ preparationTime: string;
3818
+ deliveryTime: string;
3819
+ };
3197
3820
  supplyItems: {
3198
3821
  title: string;
3199
3822
  addItems: string;
@@ -3335,6 +3958,11 @@ export declare const i18nMessages: {
3335
3958
  netsuite: {
3336
3959
  title: string;
3337
3960
  description: string;
3961
+ subsidiaryHierarchy: {
3962
+ filtering: string;
3963
+ title: string;
3964
+ description: string;
3965
+ };
3338
3966
  };
3339
3967
  apply: {
3340
3968
  title: string;
@@ -3394,6 +4022,9 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3394
4022
  enableIngredientGroup: {
3395
4023
  type: import("vue").PropType<boolean>;
3396
4024
  };
4025
+ readonly: {
4026
+ type: import("vue").PropType<boolean>;
4027
+ };
3397
4028
  disabled: {
3398
4029
  type: import("vue").PropType<boolean>;
3399
4030
  };
@@ -3417,9 +4048,6 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3417
4048
  }[]>;
3418
4049
  default: () => never[];
3419
4050
  };
3420
- readonly: {
3421
- type: import("vue").PropType<boolean>;
3422
- };
3423
4051
  iframeMode: {
3424
4052
  type: import("vue").PropType<boolean>;
3425
4053
  };
@@ -3472,6 +4100,9 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3472
4100
  enableIngredientGroup: {
3473
4101
  type: import("vue").PropType<boolean>;
3474
4102
  };
4103
+ readonly: {
4104
+ type: import("vue").PropType<boolean>;
4105
+ };
3475
4106
  disabled: {
3476
4107
  type: import("vue").PropType<boolean>;
3477
4108
  };
@@ -3495,9 +4126,6 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3495
4126
  }[]>;
3496
4127
  default: () => never[];
3497
4128
  };
3498
- readonly: {
3499
- type: import("vue").PropType<boolean>;
3500
- };
3501
4129
  iframeMode: {
3502
4130
  type: import("vue").PropType<boolean>;
3503
4131
  };