@feedmepos/mf-inventory-portal 1.2.0 → 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-Dr-qd_Ai.js → ApprovalView-DWJh2K6W.js} +65 -64
  3. package/dist/{BindingsDialog-Chh00-83.js → BindingsDialog-EmHCvqJI.js} +2 -2
  4. package/dist/{BindingsPicker-DCTGJ8eM.js → BindingsPicker-h_9jm1s0.js} +3 -3
  5. package/dist/{BindingsTable-BsDs5d0V.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-CrH9UVdW.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-ypgaHejh.js → FmMultiselectDialog-BzWrQOS4.js} +1 -1
  12. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DJctVhvZ.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-D59M4Bl1.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-_2WZMZU2.js} +5 -5
  15. package/dist/{IngredientGroupView-Cf9ePE7_.js → IngredientGroupView-CrmwR2Xt.js} +34 -35
  16. package/dist/IngredientsView-1bAsyz-b.js +2254 -0
  17. package/dist/{IntegrationView-DEDn2mc5.js → IntegrationView-D16qeEc_.js} +1773 -1635
  18. package/dist/{InventoryBindingForm-AB8rum4-.js → InventoryBindingForm-BRwOXV_P.js} +1 -1
  19. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BgZt_9h1.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-NDbtbtqK.js} +28 -28
  20. package/dist/{InventoryBindingSummary-CWOG5DIz.js → InventoryBindingSummary-DKM2gX8_.js} +1 -1
  21. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CmN30iEZ.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CdaiYTdf.js} +4 -4
  22. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-C1cUDp0u.js → PremiumBadge.vue_vue_type_script_setup_true_lang-B0OKeK5O.js} +7 -7
  23. package/dist/{PublishView-FHyjjevA.js → PublishView-D0NnU22l.js} +73 -63
  24. package/dist/{PurchaseOrderPrintPreview-BPvvkjkR.js → PurchaseOrderPrintPreview-BmuwNbeL.js} +4 -4
  25. package/dist/{ReceiveRequestView-CoWU2g0R.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-CJG2Idbl.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-DZnPt5b5.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-B6mXF-3v.js → app-a9r50k3U.js} +68557 -67576
  46. package/dist/app.d.ts +646 -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-DErYDfEJ.js → decimal-AusUnA1W.js} +1 -1
  57. package/dist/{format-unit-display-BtjJtmQp.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-lj4ClRIU.js → index-CjxirPvn.js} +283 -268
  64. package/dist/{index-CvfUsVdt.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-D_2yzArc.js → supplier-BPPBUudN.js} +1 -1
  78. package/dist/tsconfig.app.tsbuildinfo +1 -1
  79. package/dist/{use-ingredient-select-dialog-C9iEMCVA.js → use-ingredient-select-dialog-C_fSKN3_.js} +5 -5
  80. package/dist/{use-inventory-binding-dialog-CavX3SFd.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-Bs0pR0sL.js +0 -276
  134. package/dist/ClosingDraftView-Dyr4hrHk.js +0 -1687
  135. package/dist/ClosingTemplateView-Dw0Lld6E.js +0 -1908
  136. package/dist/FmAdminBadge-BUJh40aj.js +0 -34
  137. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-B-p9ffPK.js +0 -224
  138. package/dist/IngredientsView-61WfWyGy.js +0 -1858
  139. package/dist/RecipeView-CznjQMrS.js +0 -621
  140. package/dist/StockForecast.vue_vue_type_style_index_0_lang-KLXSWvo5.js +0 -59
  141. package/dist/StockView-N-84Q5Ih.js +0 -2086
  142. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BmU-VLNN.js +0 -2336
  143. package/dist/UnitView-BrLjAWNq.js +0 -667
  144. package/dist/WarehouseView-CI-RuaPq.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-CIpuon0m.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: {
@@ -97,6 +142,31 @@ export declare const i18nMessages: {
97
142
  stock_balance: {
98
143
  title: string;
99
144
  refreshBalance: string;
145
+ refreshBalanceDescription: string;
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
+ };
100
170
  };
101
171
  title: string;
102
172
  code: string;
@@ -171,6 +241,13 @@ export declare const i18nMessages: {
171
241
  bill: string;
172
242
  backdate: string;
173
243
  };
244
+ stock_adjustment: {
245
+ title: string;
246
+ effectiveAt: string;
247
+ noAdjustments: string;
248
+ immediateHint: string;
249
+ stockAfter: string;
250
+ };
174
251
  };
175
252
  closing: {
176
253
  template: {
@@ -240,6 +317,14 @@ export declare const i18nMessages: {
240
317
  rejectDraft: string;
241
318
  markAsFailed: string;
242
319
  };
320
+ history: {
321
+ title: string;
322
+ closingId: string;
323
+ date: string;
324
+ time: string;
325
+ createdFrom: string;
326
+ noClosings: string;
327
+ };
243
328
  };
244
329
  adjustment: {
245
330
  template: {
@@ -340,12 +425,58 @@ export declare const i18nMessages: {
340
425
  systemMessage: string;
341
426
  };
342
427
  progress: string;
428
+ progressTitle: string;
429
+ progressUnits: string;
430
+ progressRecipes: string;
431
+ progressIngredients: string;
343
432
  success: string;
344
433
  uploadDescription: string;
345
434
  uploadTemplate: string;
346
435
  selectFile: string;
347
436
  replaceFile: string;
348
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
+ };
349
480
  fileError: {
350
481
  noSheet: string;
351
482
  invalidExcel: string;
@@ -366,11 +497,11 @@ export declare const i18nMessages: {
366
497
  menu: string;
367
498
  amount: string;
368
499
  };
369
- isInactive: {
500
+ status: {
370
501
  title: string;
371
502
  preventFromOrder: string;
372
- yes: string;
373
- no: string;
503
+ active: string;
504
+ inactive: string;
374
505
  };
375
506
  create: {
376
507
  title: string;
@@ -402,6 +533,21 @@ export declare const i18nMessages: {
402
533
  };
403
534
  success: string;
404
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
+ };
405
551
  };
406
552
  ingredientGroup: {
407
553
  title: string;
@@ -480,6 +626,10 @@ export declare const i18nMessages: {
480
626
  message: string;
481
627
  };
482
628
  };
629
+ import: {
630
+ title: string;
631
+ uploadDescription: string;
632
+ };
483
633
  };
484
634
  unit: {
485
635
  title: string;
@@ -519,6 +669,50 @@ export declare const i18nMessages: {
519
669
  message: string;
520
670
  };
521
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
+ };
522
716
  };
523
717
  transfer: {
524
718
  title: string;
@@ -712,12 +906,21 @@ export declare const i18nMessages: {
712
906
  };
713
907
  supplier: {
714
908
  title: string;
909
+ delivery: {
910
+ title: string;
911
+ preparationTime: string;
912
+ deliveryTime: string;
913
+ };
715
914
  supplyItems: {
716
915
  title: string;
717
916
  addItems: string;
718
917
  overridePriceHint: string;
719
918
  selectItem: string;
720
919
  };
920
+ autoAppendToTemplates: {
921
+ title: string;
922
+ description: string;
923
+ };
721
924
  delete: {
722
925
  confirm: string;
723
926
  confirmMessage: string;
@@ -853,6 +1056,11 @@ export declare const i18nMessages: {
853
1056
  netsuite: {
854
1057
  title: string;
855
1058
  description: string;
1059
+ subsidiaryHierarchy: {
1060
+ filtering: string;
1061
+ title: string;
1062
+ description: string;
1063
+ };
856
1064
  };
857
1065
  apply: {
858
1066
  title: string;
@@ -909,6 +1117,51 @@ export declare const i18nMessages: {
909
1117
  import: string;
910
1118
  publish: string;
911
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;
912
1165
  };
913
1166
  formField: {
914
1167
  rules: {
@@ -978,6 +1231,7 @@ export declare const i18nMessages: {
978
1231
  stock_balance: {
979
1232
  title: string;
980
1233
  refreshBalance: string;
1234
+ refreshBalanceDescription: string;
981
1235
  };
982
1236
  title: string;
983
1237
  code: string;
@@ -1052,6 +1306,37 @@ export declare const i18nMessages: {
1052
1306
  bill: string;
1053
1307
  backdate: string;
1054
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
+ };
1055
1340
  };
1056
1341
  closing: {
1057
1342
  template: {
@@ -1121,6 +1406,14 @@ export declare const i18nMessages: {
1121
1406
  rejectDraft: string;
1122
1407
  markAsFailed: string;
1123
1408
  };
1409
+ history: {
1410
+ title: string;
1411
+ closingId: string;
1412
+ date: string;
1413
+ time: string;
1414
+ createdFrom: string;
1415
+ noClosings: string;
1416
+ };
1124
1417
  };
1125
1418
  adjustment: {
1126
1419
  template: {
@@ -1221,12 +1514,58 @@ export declare const i18nMessages: {
1221
1514
  systemMessage: string;
1222
1515
  };
1223
1516
  progress: string;
1517
+ progressTitle: string;
1518
+ progressUnits: string;
1519
+ progressRecipes: string;
1520
+ progressIngredients: string;
1224
1521
  success: string;
1225
1522
  uploadDescription: string;
1226
1523
  uploadTemplate: string;
1227
1524
  selectFile: string;
1228
1525
  replaceFile: string;
1229
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
+ };
1230
1569
  fileError: {
1231
1570
  noSheet: string;
1232
1571
  invalidExcel: string;
@@ -1247,11 +1586,11 @@ export declare const i18nMessages: {
1247
1586
  menu: string;
1248
1587
  amount: string;
1249
1588
  };
1250
- isInactive: {
1589
+ status: {
1251
1590
  title: string;
1252
1591
  preventFromOrder: string;
1253
- yes: string;
1254
- no: string;
1592
+ active: string;
1593
+ inactive: string;
1255
1594
  };
1256
1595
  create: {
1257
1596
  title: string;
@@ -1283,6 +1622,21 @@ export declare const i18nMessages: {
1283
1622
  };
1284
1623
  success: string;
1285
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
+ };
1286
1640
  };
1287
1641
  ingredientGroup: {
1288
1642
  title: string;
@@ -1361,6 +1715,10 @@ export declare const i18nMessages: {
1361
1715
  message: string;
1362
1716
  };
1363
1717
  };
1718
+ import: {
1719
+ title: string;
1720
+ uploadDescription: string;
1721
+ };
1364
1722
  };
1365
1723
  unit: {
1366
1724
  title: string;
@@ -1400,6 +1758,50 @@ export declare const i18nMessages: {
1400
1758
  message: string;
1401
1759
  };
1402
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
+ };
1403
1805
  };
1404
1806
  transfer: {
1405
1807
  title: string;
@@ -1599,6 +2001,10 @@ export declare const i18nMessages: {
1599
2001
  overridePriceHint: string;
1600
2002
  selectItem: string;
1601
2003
  };
2004
+ autoAppendToTemplates: {
2005
+ title: string;
2006
+ description: string;
2007
+ };
1602
2008
  delete: {
1603
2009
  confirm: string;
1604
2010
  confirmMessage: string;
@@ -1615,6 +2021,11 @@ export declare const i18nMessages: {
1615
2021
  contact: string;
1616
2022
  email: string;
1617
2023
  };
2024
+ delivery: {
2025
+ title: string;
2026
+ preparationTime: string;
2027
+ deliveryTime: string;
2028
+ };
1618
2029
  create: {
1619
2030
  title: string;
1620
2031
  success: string;
@@ -1734,6 +2145,11 @@ export declare const i18nMessages: {
1734
2145
  netsuite: {
1735
2146
  title: string;
1736
2147
  description: string;
2148
+ subsidiaryHierarchy: {
2149
+ filtering: string;
2150
+ title: string;
2151
+ description: string;
2152
+ };
1737
2153
  };
1738
2154
  apply: {
1739
2155
  title: string;
@@ -1790,6 +2206,51 @@ export declare const i18nMessages: {
1790
2206
  import: string;
1791
2207
  publish: string;
1792
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;
1793
2254
  };
1794
2255
  formField: {
1795
2256
  rules: {
@@ -1859,6 +2320,30 @@ export declare const i18nMessages: {
1859
2320
  stock_balance: {
1860
2321
  title: string;
1861
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
+ };
1862
2347
  title: string;
1863
2348
  code: string;
1864
2349
  product: string;
@@ -1932,6 +2417,13 @@ export declare const i18nMessages: {
1932
2417
  bill: string;
1933
2418
  backdate: string;
1934
2419
  };
2420
+ stock_adjustment: {
2421
+ title: string;
2422
+ effectiveAt: string;
2423
+ noAdjustments: string;
2424
+ immediateHint: string;
2425
+ stockAfter: string;
2426
+ };
1935
2427
  };
1936
2428
  closing: {
1937
2429
  template: {
@@ -1954,6 +2446,7 @@ export declare const i18nMessages: {
1954
2446
  stock_balance: {
1955
2447
  title: string;
1956
2448
  refreshBalance: string;
2449
+ refreshBalanceDescription: string;
1957
2450
  };
1958
2451
  title: string;
1959
2452
  code: string;
@@ -2097,6 +2590,9 @@ export declare const i18nMessages: {
2097
2590
  rejectDraft: string;
2098
2591
  markAsFailed: string;
2099
2592
  };
2593
+ history: {
2594
+ title: string;
2595
+ };
2100
2596
  };
2101
2597
  adjustment: {
2102
2598
  template: {
@@ -2197,6 +2693,10 @@ export declare const i18nMessages: {
2197
2693
  systemMessage: string;
2198
2694
  };
2199
2695
  progress: string;
2696
+ progressTitle: string;
2697
+ progressUnits: string;
2698
+ progressRecipes: string;
2699
+ progressIngredients: string;
2200
2700
  success: string;
2201
2701
  uploadDescription: string;
2202
2702
  uploadTemplate: string;
@@ -2253,6 +2753,21 @@ export declare const i18nMessages: {
2253
2753
  };
2254
2754
  success: string;
2255
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
+ };
2256
2771
  };
2257
2772
  ingredientGroup: {
2258
2773
  title: string;
@@ -2296,6 +2811,10 @@ export declare const i18nMessages: {
2296
2811
  message: string;
2297
2812
  };
2298
2813
  };
2814
+ import: {
2815
+ title: string;
2816
+ uploadDescription: string;
2817
+ };
2299
2818
  };
2300
2819
  unit: {
2301
2820
  title: string;
@@ -2335,6 +2854,50 @@ export declare const i18nMessages: {
2335
2854
  message: string;
2336
2855
  };
2337
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
+ };
2338
2901
  };
2339
2902
  transfer: {
2340
2903
  title: string;
@@ -2531,6 +3094,10 @@ export declare const i18nMessages: {
2531
3094
  overridePriceHint: string;
2532
3095
  selectItem: string;
2533
3096
  };
3097
+ autoAppendToTemplates: {
3098
+ title: string;
3099
+ description: string;
3100
+ };
2534
3101
  delete: {
2535
3102
  confirm: string;
2536
3103
  confirmMessage: string;
@@ -2719,6 +3286,14 @@ export declare const i18nMessages: {
2719
3286
  rejectDraft: string;
2720
3287
  markAsFailed: string;
2721
3288
  };
3289
+ history: {
3290
+ title: string;
3291
+ closingId: string;
3292
+ date: string;
3293
+ time: string;
3294
+ createdFrom: string;
3295
+ noClosings: string;
3296
+ };
2722
3297
  };
2723
3298
  adjustment: {
2724
3299
  template: {
@@ -2825,6 +3400,48 @@ export declare const i18nMessages: {
2825
3400
  selectFile: string;
2826
3401
  replaceFile: string;
2827
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
+ };
2828
3445
  fileError: {
2829
3446
  noSheet: string;
2830
3447
  invalidExcel: string;
@@ -2845,11 +3462,11 @@ export declare const i18nMessages: {
2845
3462
  menu: string;
2846
3463
  amount: string;
2847
3464
  };
2848
- isInactive: {
3465
+ status: {
2849
3466
  title: string;
2850
3467
  preventFromOrder: string;
2851
- yes: string;
2852
- no: string;
3468
+ active: string;
3469
+ inactive: string;
2853
3470
  };
2854
3471
  create: {
2855
3472
  title: string;
@@ -2959,6 +3576,10 @@ export declare const i18nMessages: {
2959
3576
  message: string;
2960
3577
  };
2961
3578
  };
3579
+ import: {
3580
+ title: string;
3581
+ uploadDescription: string;
3582
+ };
2962
3583
  };
2963
3584
  unit: {
2964
3585
  title: string;
@@ -3191,6 +3812,11 @@ export declare const i18nMessages: {
3191
3812
  };
3192
3813
  supplier: {
3193
3814
  title: string;
3815
+ delivery: {
3816
+ title: string;
3817
+ preparationTime: string;
3818
+ deliveryTime: string;
3819
+ };
3194
3820
  supplyItems: {
3195
3821
  title: string;
3196
3822
  addItems: string;
@@ -3332,6 +3958,11 @@ export declare const i18nMessages: {
3332
3958
  netsuite: {
3333
3959
  title: string;
3334
3960
  description: string;
3961
+ subsidiaryHierarchy: {
3962
+ filtering: string;
3963
+ title: string;
3964
+ description: string;
3965
+ };
3335
3966
  };
3336
3967
  apply: {
3337
3968
  title: string;
@@ -3391,6 +4022,9 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3391
4022
  enableIngredientGroup: {
3392
4023
  type: import("vue").PropType<boolean>;
3393
4024
  };
4025
+ readonly: {
4026
+ type: import("vue").PropType<boolean>;
4027
+ };
3394
4028
  disabled: {
3395
4029
  type: import("vue").PropType<boolean>;
3396
4030
  };
@@ -3414,9 +4048,6 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3414
4048
  }[]>;
3415
4049
  default: () => never[];
3416
4050
  };
3417
- readonly: {
3418
- type: import("vue").PropType<boolean>;
3419
- };
3420
4051
  iframeMode: {
3421
4052
  type: import("vue").PropType<boolean>;
3422
4053
  };
@@ -3469,6 +4100,9 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3469
4100
  enableIngredientGroup: {
3470
4101
  type: import("vue").PropType<boolean>;
3471
4102
  };
4103
+ readonly: {
4104
+ type: import("vue").PropType<boolean>;
4105
+ };
3472
4106
  disabled: {
3473
4107
  type: import("vue").PropType<boolean>;
3474
4108
  };
@@ -3492,9 +4126,6 @@ export declare const InventoryBindingForm: import("vue").DefineComponent<import(
3492
4126
  }[]>;
3493
4127
  default: () => never[];
3494
4128
  };
3495
- readonly: {
3496
- type: import("vue").PropType<boolean>;
3497
- };
3498
4129
  iframeMode: {
3499
4130
  type: import("vue").PropType<boolean>;
3500
4131
  };