@feedmepos/mf-inventory-portal 0.0.18-dev.3 → 0.0.19-dev.10

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 (114) hide show
  1. package/dist/ApprovalView-BgTTFiOw.js +121 -0
  2. package/dist/{BindingsDialog-CVeD1mOn.js → BindingsDialog-BROnpXEI.js} +9 -10
  3. package/dist/{BindingsPicker-K04aOoGr.js → BindingsPicker-aQHfS_vY.js} +7 -8
  4. package/dist/{BindingsTable-65aYkpX7.js → BindingsTable-DvtIQMFk.js} +4 -6
  5. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DR9YAhaJ.js +272 -0
  6. package/dist/IngredientsView-BgAQCCD-.js +1751 -0
  7. package/dist/IntegrationView-DEBb_X5K.js +1172 -0
  8. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-kidodonU.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-VF3PDSzP.js} +1 -1
  9. package/dist/PremiumBadge.vue_vue_type_script_setup_true_lang-BIRzNfFN.js +88 -0
  10. package/dist/PreviewBadge.vue_vue_type_script_setup_true_lang-CRZiQHjx.js +29 -0
  11. package/dist/{PurchaseOrderPrintPreview-B4uzudnC.js → PurchaseOrderPrintPreview-D2zNGZhx.js} +4 -4
  12. package/dist/ReceiveRequestView-Dc5JlUMC.js +208 -0
  13. package/dist/RecipeView-C1DBn8pW.js +573 -0
  14. package/dist/StockForecast.vue_vue_type_style_index_0_lang-KLXSWvo5.js +59 -0
  15. package/dist/StockView-6wi6BEOE.js +1877 -0
  16. package/dist/SupplierView-CS7YdL5Q.js +801 -0
  17. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CBbbXOhl.js +745 -0
  18. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-CWEypKBc.js +1662 -0
  19. package/dist/TransferTemplateView-C1hmdeKM.js +933 -0
  20. package/dist/UnitView-BUdKTKch.js +638 -0
  21. package/dist/WarehouseView-BbreEn79.js +1050 -0
  22. package/dist/api/bill.d.ts +2 -2
  23. package/dist/api/purchase-order-template.d.ts +7 -0
  24. package/dist/app-B3oV5Muh.js +67059 -0
  25. package/dist/app.d.ts +1111 -0
  26. package/dist/app.js +7 -3
  27. package/dist/components/FmDroppableField.vue.d.ts +1 -1
  28. package/dist/components/FmMultiselectDialogProps.d.ts +7 -0
  29. package/dist/components/FmUnitInputProps.d.ts +2 -0
  30. package/dist/components/FmUnitInputRules.d.ts +1 -0
  31. package/dist/components/row-action.enum.d.ts +2 -0
  32. package/dist/composable/defineDeepModel.d.ts +2 -0
  33. package/dist/{decimal-ziY3648r.js → decimal-DzjRPmPY.js} +1 -1
  34. package/dist/helper/country.d.ts +2 -0
  35. package/dist/id-to-date-CG1QobkF.js +30 -0
  36. package/dist/layout-qEWDq5Vs.js +147 -0
  37. package/dist/purchase-order-transaction-type-D-GMrgDp.js +294 -0
  38. package/dist/router/name.d.ts +2 -1
  39. package/dist/row-action.enum-7jVyol1k.js +36 -0
  40. package/dist/stores/supplier.d.ts +90 -7
  41. package/dist/style.css +1 -1
  42. package/dist/supplier-BE_AQA4h.js +54 -0
  43. package/dist/tsconfig.app.tsbuildinfo +1 -1
  44. package/dist/views/dev/components/FmMultiselectDialogGrouped.vue.d.ts +2 -0
  45. package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +2 -0
  46. package/dist/views/ingredients/components/inventory-binding/InventoryBindingSummary.vue.d.ts +26 -0
  47. package/dist/views/ingredients/composables/use-ingredient-form.d.ts +14 -2
  48. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -2
  49. package/dist/views/ingredients/helper/calculate-default-cost.d.ts +9 -0
  50. package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +1 -0
  51. package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +1 -1
  52. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +4 -0
  53. package/dist/views/receive-request/components/transfer-form/TransferForm2.vue.d.ts +22 -0
  54. package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +2 -1
  55. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +187 -0
  56. package/dist/views/receive-request/components/transfer-form/components/TransferItem.vue.d.ts +23 -0
  57. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +21 -0
  58. package/dist/views/receive-request/components/transfer-form/composables/use-backdate-po.d.ts +9 -0
  59. package/dist/views/receive-request/components/transfer-form/composables/use-compare-price.d.ts +6 -0
  60. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +112 -0
  61. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +3 -1
  62. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +18 -12
  63. package/dist/views/receive-request/helper/get-transfer-type.d.ts +2 -0
  64. package/dist/views/recipe/composables/use-recipe-form.d.ts +14 -2
  65. package/dist/views/recipe/composables/use-recipe-table.d.ts +1 -2
  66. package/dist/views/stock/components/StockRecordCard.vue.d.ts +1 -1
  67. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
  68. package/dist/views/stock/composables/use-stock-action.d.ts +26 -0
  69. package/dist/views/stock/composables/use-stock-table.d.ts +1 -8
  70. package/dist/views/stock/helper/compute-summary-total.d.ts +2 -2
  71. package/dist/views/transfer-template/TransferTemplateView.vue.d.ts +2 -0
  72. package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialog.vue.d.ts +22 -0
  73. package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialogProps.d.ts +10 -0
  74. package/dist/views/transfer-template/components/transfer-template-form/TransferTemplateForm.vue.d.ts +16 -0
  75. package/dist/views/transfer-template/components/transfer-template-form/TransferTemplateFormProps.d.ts +7 -0
  76. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItem.vue.d.ts +18 -0
  77. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +116 -0
  78. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +112 -0
  79. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +470 -0
  80. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +290 -0
  81. package/dist/views/unit/composables/use-unit-form.d.ts +14 -2
  82. package/dist/views/unit/composables/use-unit-table.d.ts +1 -2
  83. package/dist/{xlsx-BG4CsaGF.js → xlsx-BGXLmGtO.js} +1 -1
  84. package/dist/xlsx.util-DxU-P-ww.js +109 -0
  85. package/package.json +6 -5
  86. package/dist/ApprovalView-G-u9nPxH.js +0 -118
  87. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DgHp7KgJ.js +0 -268
  88. package/dist/FmMultiselectDialog.vue_vue_type_script_setup_true_lang-C5WBLEy3.js +0 -143
  89. package/dist/FmUnitInput.vue_vue_type_script_setup_true_lang-QKFZeZKM.js +0 -236
  90. package/dist/IngredientsView-6Q2UWsu-.js +0 -1776
  91. package/dist/IntegrationView-ZMPPIopU.js +0 -1166
  92. package/dist/InventoryBindingForm.vue_vue_type_script_setup_true_lang-C8YTZoBw.js +0 -276
  93. package/dist/PreviewBadge.vue_vue_type_script_setup_true_lang-BvadeWUz.js +0 -35
  94. package/dist/ReceiveRequestView-DuHtLwZN.js +0 -1394
  95. package/dist/RecipeView-CRj0pC9N.js +0 -573
  96. package/dist/StockForecast.vue_vue_type_style_index_0_lang-B5EK101t.js +0 -58
  97. package/dist/StockView-CQbeZ5pU.js +0 -1862
  98. package/dist/SupplierView-CrfQATQf.js +0 -796
  99. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CLUo-Tve.js +0 -1028
  100. package/dist/UnitView-D1acjiRV.js +0 -635
  101. package/dist/WarehouseView-DID1G1qK.js +0 -1043
  102. package/dist/app-D1teOEQX.js +0 -66113
  103. package/dist/date2-6Vt_hnAG.js +0 -95
  104. package/dist/dayjs.min-Co7-8-Mb.js +0 -282
  105. package/dist/fuzzy-gvHXFsh0.js +0 -41
  106. package/dist/index-Do1KDD1S.js +0 -21515
  107. package/dist/layout-BxDEsp4a.js +0 -151
  108. package/dist/number-Dvvpk3SV.js +0 -97
  109. package/dist/row-action.enum-BwQbURNh.js +0 -28
  110. package/dist/rules-CQu9yXsg.js +0 -85
  111. package/dist/stock-estimate-Wysv30cx.js +0 -122
  112. package/dist/supplier-BFdAYn3E.js +0 -65
  113. package/dist/use-inventory-binding-dialog-CuyOzZ5r.js +0 -93
  114. package/dist/xlsx.util-BkVYceD0.js +0 -107
package/dist/app.d.ts CHANGED
@@ -1,2 +1,1113 @@
1
+ import enUS from './locales/en-US.json';
2
+ export type AppMessagesSchema = typeof enUS;
3
+ export declare const i18nMessages: {
4
+ 'en-US': {
5
+ inventory: {
6
+ common: {
7
+ table: {
8
+ toolbar: {
9
+ filterItems: string;
10
+ };
11
+ };
12
+ noLocationSelected: string;
13
+ restaurant: string;
14
+ warehouse: string;
15
+ noResultFound: string;
16
+ };
17
+ formField: {
18
+ rules: {
19
+ required: string;
20
+ };
21
+ coordinate: {
22
+ title: string;
23
+ pinLocation: string;
24
+ addCoordinate: string;
25
+ error: {
26
+ loadMap: string;
27
+ };
28
+ longLat: string;
29
+ address: string;
30
+ longitude: string;
31
+ latitude: string;
32
+ };
33
+ };
34
+ inventoryBindings: {
35
+ linkRecipe: string;
36
+ linkIngredient: string;
37
+ name: string;
38
+ amount: string;
39
+ itemsLinked: string;
40
+ recipe: string;
41
+ ingredient: string;
42
+ invalidWarning: string;
43
+ };
44
+ inventoryAdjustment: {
45
+ title: string;
46
+ type: {
47
+ CONVERT: string;
48
+ DAMAGE: string;
49
+ EXTRA: string;
50
+ LOSE: string;
51
+ THEFT: string;
52
+ PURCHASE: string;
53
+ RECEIVE: string;
54
+ RETURN: string;
55
+ REQUEST: string;
56
+ SALES: string;
57
+ CLOSING: string;
58
+ };
59
+ };
60
+ stock: {
61
+ title: string;
62
+ code: string;
63
+ product: string;
64
+ balance: string;
65
+ prediction: {
66
+ days: string;
67
+ noData: string;
68
+ daysRemaining: string;
69
+ };
70
+ convert: {
71
+ title: string;
72
+ amount: string;
73
+ deductionSummary: string;
74
+ overrideDeduction: string;
75
+ ingredients: string;
76
+ linkIngredient: string;
77
+ convertButton: string;
78
+ error: {
79
+ title: string;
80
+ message: string;
81
+ };
82
+ };
83
+ adjust: {
84
+ title: string;
85
+ remark: string;
86
+ adjustedItems: string;
87
+ selectIngredients: string;
88
+ adjustButton: string;
89
+ error: {
90
+ title: string;
91
+ message: string;
92
+ };
93
+ };
94
+ history: {
95
+ title: string;
96
+ summary: {
97
+ title: string;
98
+ totalPurchase: string;
99
+ totalSales: string;
100
+ totalLose: string;
101
+ totalRequest: string;
102
+ totalReceive: string;
103
+ totalConvert: string;
104
+ totalDamage: string;
105
+ openingBalance: string;
106
+ lastStockBalance: string;
107
+ };
108
+ loading: string;
109
+ noRecords: string;
110
+ changeDateRange: string;
111
+ estimatedValue: string;
112
+ estimatedValueTooltip: string;
113
+ costSold: string;
114
+ costSoldTooltip: string;
115
+ };
116
+ error: {
117
+ title: string;
118
+ message: string;
119
+ convert: {
120
+ title: string;
121
+ message: string;
122
+ };
123
+ };
124
+ record: {
125
+ details: string;
126
+ bill: string;
127
+ backdate: string;
128
+ };
129
+ };
130
+ ingredient: {
131
+ title: string;
132
+ code: string;
133
+ name: string;
134
+ unit: string;
135
+ valuationMethod: {
136
+ title: string;
137
+ WAVG: string;
138
+ FIFO: string;
139
+ LIFO: string;
140
+ FEFO: string;
141
+ };
142
+ pricePerUnit: string;
143
+ convertible: {
144
+ title: string;
145
+ subtitle: string;
146
+ convertTo: string;
147
+ };
148
+ operational: {
149
+ applyOperationalGroup: string;
150
+ subtitle: string;
151
+ operationalLabel: string;
152
+ operationalLabelHint: string;
153
+ preset: string;
154
+ custom: string;
155
+ };
156
+ table: {
157
+ loading: string;
158
+ importing: string;
159
+ };
160
+ export: {
161
+ success: string;
162
+ filename: string;
163
+ };
164
+ import: {
165
+ title: string;
166
+ actions: {
167
+ import: string;
168
+ close: string;
169
+ downloadTemplate: string;
170
+ };
171
+ error: {
172
+ noData: string;
173
+ invalidContent: string;
174
+ noImportData: string;
175
+ hasErrors: string;
176
+ failed: string;
177
+ systemMessage: string;
178
+ };
179
+ progress: string;
180
+ success: string;
181
+ uploadDescription: string;
182
+ uploadTemplate: string;
183
+ selectFile: string;
184
+ replaceFile: string;
185
+ summary: string;
186
+ fileError: {
187
+ noSheet: string;
188
+ invalidExcel: string;
189
+ noData: string;
190
+ unableToRead: string;
191
+ };
192
+ };
193
+ threshold: {
194
+ title: string;
195
+ subtitle: string;
196
+ whenRemaining: string;
197
+ stockIsStaple: string;
198
+ };
199
+ bindedItems: {
200
+ title: string;
201
+ ingredient: string;
202
+ recipe: string;
203
+ menu: string;
204
+ amount: string;
205
+ };
206
+ create: {
207
+ title: string;
208
+ success: string;
209
+ error: {
210
+ title: string;
211
+ message: string;
212
+ };
213
+ };
214
+ update: {
215
+ title: string;
216
+ success: string;
217
+ error: {
218
+ title: string;
219
+ message: string;
220
+ };
221
+ };
222
+ delete: {
223
+ title: string;
224
+ message: string;
225
+ actions: {
226
+ delete: string;
227
+ cancel: string;
228
+ };
229
+ cannotDelete: {
230
+ title: string;
231
+ message: string;
232
+ tryAgain: string;
233
+ };
234
+ success: string;
235
+ };
236
+ };
237
+ recipe: {
238
+ title: string;
239
+ name: string;
240
+ ingredients: string;
241
+ export: {
242
+ success: string;
243
+ filename: string;
244
+ };
245
+ delete: {
246
+ title: string;
247
+ message: string;
248
+ actions: {
249
+ delete: string;
250
+ cancel: string;
251
+ };
252
+ cannotDelete: {
253
+ title: string;
254
+ message: string;
255
+ tryAgain: string;
256
+ };
257
+ success: string;
258
+ };
259
+ create: {
260
+ title: string;
261
+ success: string;
262
+ error: {
263
+ title: string;
264
+ message: string;
265
+ };
266
+ };
267
+ update: {
268
+ title: string;
269
+ success: string;
270
+ error: {
271
+ title: string;
272
+ message: string;
273
+ };
274
+ };
275
+ };
276
+ unit: {
277
+ title: string;
278
+ name: string;
279
+ symbol: string;
280
+ precision: string;
281
+ measurement: {
282
+ title: string;
283
+ addMeasurement: string;
284
+ measurementDefault: string;
285
+ name: string;
286
+ symbol: string;
287
+ conversion: string;
288
+ conversionHelper: string;
289
+ };
290
+ table: {
291
+ name: string;
292
+ symbol: string;
293
+ };
294
+ actions: {
295
+ edit: string;
296
+ delete: string;
297
+ };
298
+ create: {
299
+ title: string;
300
+ success: string;
301
+ error: {
302
+ title: string;
303
+ message: string;
304
+ };
305
+ };
306
+ update: {
307
+ title: string;
308
+ success: string;
309
+ error: {
310
+ title: string;
311
+ message: string;
312
+ };
313
+ };
314
+ };
315
+ transfer: {
316
+ title: string;
317
+ status: {
318
+ DRAFT: string;
319
+ REQUESTING: string;
320
+ PROCESSING: string;
321
+ RECEIVING: string;
322
+ COMPLETE: string;
323
+ CANCEL: string;
324
+ };
325
+ table: {
326
+ seqNo: string;
327
+ name: string;
328
+ createdAt: string;
329
+ transferFrom: string;
330
+ transferTo: string;
331
+ noOfItems: string;
332
+ reference: string;
333
+ status: string;
334
+ };
335
+ form: {
336
+ name: string;
337
+ type: {
338
+ title: string;
339
+ purchase: string;
340
+ transfer: string;
341
+ };
342
+ purchaseFrom: string;
343
+ transferFrom: string;
344
+ reference: string;
345
+ remark: string;
346
+ items: {
347
+ title: string;
348
+ table: {
349
+ Code: string;
350
+ Name: string;
351
+ Amount: string;
352
+ DefaultAmount: string;
353
+ DefaultAmount2: string;
354
+ MinimumAmount: string;
355
+ MinimumAmount2: string;
356
+ Step: string;
357
+ Cost: string;
358
+ Cost2: string;
359
+ Delete: string;
360
+ };
361
+ };
362
+ };
363
+ receiveRequest: {
364
+ title: string;
365
+ title2: string;
366
+ addTransfer: string;
367
+ details: {
368
+ title: string;
369
+ overview: string;
370
+ deliveryHistory: string;
371
+ requestSummary: string;
372
+ createdAt: string;
373
+ type: {
374
+ title: string;
375
+ purchase: string;
376
+ transfer: string;
377
+ };
378
+ from: string;
379
+ to: string;
380
+ reference: string;
381
+ receivedItems: string;
382
+ requestedItems: string;
383
+ backdatedTo: string;
384
+ remark: string;
385
+ noRecordsFound: string;
386
+ trackDeliveryMessage: string;
387
+ received: string;
388
+ receivedBy: string;
389
+ deliveryOrderNo: string;
390
+ deliveryRemark: string;
391
+ };
392
+ actions: {
393
+ create: string;
394
+ resubmitRequest: string;
395
+ submitRequest: string;
396
+ confirmDraft: string;
397
+ cancelDraft: string;
398
+ approveRequest: string;
399
+ rejectRequest: string;
400
+ processRequest: string;
401
+ receiveStock: string;
402
+ completeReceive: string;
403
+ };
404
+ export: {
405
+ success: string;
406
+ message: string;
407
+ };
408
+ };
409
+ approval: {
410
+ title: string;
411
+ actions: {
412
+ approveRequest: string;
413
+ rejectRequest: string;
414
+ };
415
+ };
416
+ template: {
417
+ title: string;
418
+ title2: string;
419
+ create: {
420
+ title: string;
421
+ };
422
+ use: string;
423
+ };
424
+ };
425
+ supplier: {
426
+ title: string;
427
+ supplyItems: {
428
+ title: string;
429
+ addItems: string;
430
+ overridePriceHint: string;
431
+ selectItem: string;
432
+ };
433
+ delete: {
434
+ confirm: string;
435
+ confirmMessage: string;
436
+ deletingSupplier: string;
437
+ deletedSupplier: string;
438
+ success: string;
439
+ error: string;
440
+ errorMessage: string;
441
+ };
442
+ table: {
443
+ supplier: string;
444
+ pic: string;
445
+ contact: string;
446
+ email: string;
447
+ };
448
+ create: {
449
+ title: string;
450
+ success: string;
451
+ error: {
452
+ title: string;
453
+ message: string;
454
+ };
455
+ };
456
+ update: {
457
+ title: string;
458
+ success: string;
459
+ error: {
460
+ title: string;
461
+ message: string;
462
+ emptySupplier: string;
463
+ };
464
+ };
465
+ companyName: string;
466
+ registrationNo: string;
467
+ address: {
468
+ title: string;
469
+ line1: string;
470
+ line2: string;
471
+ city: string;
472
+ postcode: string;
473
+ state: string;
474
+ country: string;
475
+ };
476
+ contact: {
477
+ title: string;
478
+ pic: string;
479
+ phoneNumber: string;
480
+ email: string;
481
+ };
482
+ };
483
+ warehouse: {
484
+ title: string;
485
+ delete: {
486
+ confirm: string;
487
+ confirmMessage: string;
488
+ deletingWarehouse: string;
489
+ deletedWarehouse: string;
490
+ success: string;
491
+ error: string;
492
+ errorMessage: string;
493
+ };
494
+ table: {
495
+ warehouse: string;
496
+ contact: string;
497
+ email: string;
498
+ address: string;
499
+ };
500
+ create: {
501
+ title: string;
502
+ success: string;
503
+ error: {
504
+ title: string;
505
+ message: string;
506
+ };
507
+ };
508
+ update: {
509
+ title: string;
510
+ success: string;
511
+ error: {
512
+ title: string;
513
+ message: string;
514
+ emptyWarehouse: string;
515
+ };
516
+ };
517
+ companyName: string;
518
+ registrationNo: string;
519
+ address: {
520
+ title: string;
521
+ line1: string;
522
+ line2: string;
523
+ city: string;
524
+ postcode: string;
525
+ state: string;
526
+ country: string;
527
+ };
528
+ coordinate: {
529
+ title: string;
530
+ };
531
+ contact: {
532
+ title: string;
533
+ phoneNumber: string;
534
+ email: string;
535
+ };
536
+ };
537
+ integration: {
538
+ title: string;
539
+ description: string;
540
+ fmh: {
541
+ title: string;
542
+ description: string;
543
+ };
544
+ apply: {
545
+ title: string;
546
+ products: string;
547
+ addons: string;
548
+ applyProduct: string;
549
+ applyAddon: string;
550
+ name: string;
551
+ code: string;
552
+ };
553
+ };
554
+ };
555
+ };
556
+ 'zh-CN': {
557
+ inventory: {
558
+ common: {
559
+ table: {
560
+ toolbar: {
561
+ filterItems: string;
562
+ };
563
+ };
564
+ noLocationSelected: string;
565
+ restaurant: string;
566
+ warehouse: string;
567
+ noResultFound: string;
568
+ };
569
+ formField: {
570
+ rules: {
571
+ required: string;
572
+ };
573
+ coordinate: {
574
+ title: string;
575
+ pinLocation: string;
576
+ addCoordinate: string;
577
+ error: {
578
+ loadMap: string;
579
+ };
580
+ longLat: string;
581
+ address: string;
582
+ longitude: string;
583
+ latitude: string;
584
+ };
585
+ };
586
+ inventoryBindings: {
587
+ linkRecipe: string;
588
+ linkIngredient: string;
589
+ amount: string;
590
+ recipe: string;
591
+ ingredient: string;
592
+ invalidWarning: string;
593
+ name: string;
594
+ itemsLinked: string;
595
+ };
596
+ inventoryAdjustment: {
597
+ title: string;
598
+ type: {
599
+ CONVERT: string;
600
+ DAMAGE: string;
601
+ EXTRA: string;
602
+ LOSE: string;
603
+ THEFT: string;
604
+ PURCHASE: string;
605
+ RECEIVE: string;
606
+ RETURN: string;
607
+ REQUEST: string;
608
+ SALES: string;
609
+ CLOSING: string;
610
+ };
611
+ };
612
+ stock: {
613
+ title: string;
614
+ code: string;
615
+ product: string;
616
+ balance: string;
617
+ prediction: {
618
+ days: string;
619
+ noData: string;
620
+ daysRemaining: string;
621
+ };
622
+ convert: {
623
+ title: string;
624
+ amount: string;
625
+ deductionSummary: string;
626
+ overrideDeduction: string;
627
+ ingredients: string;
628
+ linkIngredient: string;
629
+ convertButton: string;
630
+ error: {
631
+ title: string;
632
+ message: string;
633
+ };
634
+ };
635
+ adjust: {
636
+ title: string;
637
+ remark: string;
638
+ adjustedItems: string;
639
+ selectIngredients: string;
640
+ adjustButton: string;
641
+ error: {
642
+ title: string;
643
+ message: string;
644
+ };
645
+ };
646
+ history: {
647
+ title: string;
648
+ summary: {
649
+ title: string;
650
+ totalPurchase: string;
651
+ totalSales: string;
652
+ totalLose: string;
653
+ totalRequest: string;
654
+ totalReceive: string;
655
+ totalConvert: string;
656
+ totalDamage: string;
657
+ openingBalance: string;
658
+ lastStockBalance: string;
659
+ };
660
+ loading: string;
661
+ noRecords: string;
662
+ changeDateRange: string;
663
+ estimatedValue: string;
664
+ estimatedValueTooltip: string;
665
+ costSold: string;
666
+ costSoldTooltip: string;
667
+ };
668
+ error: {
669
+ title: string;
670
+ message: string;
671
+ convert: {
672
+ title: string;
673
+ message: string;
674
+ };
675
+ };
676
+ record: {
677
+ details: string;
678
+ bill: string;
679
+ backdate: string;
680
+ };
681
+ };
682
+ ingredient: {
683
+ title: string;
684
+ code: string;
685
+ name: string;
686
+ unit: string;
687
+ valuationMethod: {
688
+ title: string;
689
+ WAVG: string;
690
+ FIFO: string;
691
+ LIFO: string;
692
+ FEFO: string;
693
+ };
694
+ pricePerUnit: string;
695
+ convertible: {
696
+ title: string;
697
+ subtitle: string;
698
+ convertTo: string;
699
+ };
700
+ operational: {
701
+ applyOperationalGroup: string;
702
+ subtitle: string;
703
+ operationalLabel: string;
704
+ operationalLabelHint: string;
705
+ preset: string;
706
+ custom: string;
707
+ };
708
+ table: {
709
+ loading: string;
710
+ importing: string;
711
+ };
712
+ export: {
713
+ success: string;
714
+ filename: string;
715
+ };
716
+ import: {
717
+ title: string;
718
+ actions: {
719
+ import: string;
720
+ close: string;
721
+ downloadTemplate: string;
722
+ };
723
+ error: {
724
+ noData: string;
725
+ invalidContent: string;
726
+ noImportData: string;
727
+ hasErrors: string;
728
+ failed: string;
729
+ systemMessage: string;
730
+ };
731
+ progress: string;
732
+ success: string;
733
+ uploadDescription: string;
734
+ uploadTemplate: string;
735
+ selectFile: string;
736
+ replaceFile: string;
737
+ summary: string;
738
+ fileError: {
739
+ noSheet: string;
740
+ invalidExcel: string;
741
+ noData: string;
742
+ unableToRead: string;
743
+ };
744
+ };
745
+ threshold: {
746
+ title: string;
747
+ subtitle: string;
748
+ whenRemaining: string;
749
+ stockIsStaple: string;
750
+ };
751
+ bindedItems: {
752
+ title: string;
753
+ ingredient: string;
754
+ recipe: string;
755
+ menu: string;
756
+ amount: string;
757
+ };
758
+ create: {
759
+ title: string;
760
+ success: string;
761
+ error: {
762
+ title: string;
763
+ message: string;
764
+ };
765
+ };
766
+ update: {
767
+ title: string;
768
+ success: string;
769
+ error: {
770
+ title: string;
771
+ message: string;
772
+ };
773
+ };
774
+ delete: {
775
+ title: string;
776
+ message: string;
777
+ actions: {
778
+ delete: string;
779
+ cancel: string;
780
+ };
781
+ cannotDelete: {
782
+ title: string;
783
+ message: string;
784
+ tryAgain: string;
785
+ };
786
+ success: string;
787
+ };
788
+ };
789
+ recipe: {
790
+ title: string;
791
+ name: string;
792
+ ingredients: string;
793
+ export: {
794
+ success: string;
795
+ filename: string;
796
+ };
797
+ delete: {
798
+ title: string;
799
+ message: string;
800
+ actions: {
801
+ delete: string;
802
+ cancel: string;
803
+ };
804
+ cannotDelete: {
805
+ title: string;
806
+ message: string;
807
+ tryAgain: string;
808
+ };
809
+ success: string;
810
+ };
811
+ create: {
812
+ title: string;
813
+ success: string;
814
+ error: {
815
+ title: string;
816
+ message: string;
817
+ };
818
+ };
819
+ update: {
820
+ title: string;
821
+ success: string;
822
+ error: {
823
+ title: string;
824
+ message: string;
825
+ };
826
+ };
827
+ };
828
+ unit: {
829
+ title: string;
830
+ name: string;
831
+ symbol: string;
832
+ precision: string;
833
+ measurement: {
834
+ title: string;
835
+ addMeasurement: string;
836
+ measurementDefault: string;
837
+ name: string;
838
+ symbol: string;
839
+ conversion: string;
840
+ conversionHelper: string;
841
+ };
842
+ table: {
843
+ name: string;
844
+ symbol: string;
845
+ };
846
+ actions: {
847
+ edit: string;
848
+ delete: string;
849
+ };
850
+ create: {
851
+ title: string;
852
+ success: string;
853
+ error: {
854
+ title: string;
855
+ message: string;
856
+ };
857
+ };
858
+ update: {
859
+ title: string;
860
+ success: string;
861
+ error: {
862
+ title: string;
863
+ message: string;
864
+ };
865
+ };
866
+ };
867
+ transfer: {
868
+ title: string;
869
+ status: {
870
+ DRAFT: string;
871
+ REQUESTING: string;
872
+ PROCESSING: string;
873
+ RECEIVING: string;
874
+ COMPLETE: string;
875
+ CANCEL: string;
876
+ };
877
+ table: {
878
+ seqNo: string;
879
+ createdAt: string;
880
+ transferFrom: string;
881
+ transferTo: string;
882
+ noOfItems: string;
883
+ reference: string;
884
+ status: string;
885
+ name: string;
886
+ };
887
+ receiveRequest: {
888
+ title: string;
889
+ addTransfer: string;
890
+ details: {
891
+ title: string;
892
+ overview: string;
893
+ deliveryHistory: string;
894
+ requestSummary: string;
895
+ createdAt: string;
896
+ type: {
897
+ title: string;
898
+ purchase: string;
899
+ transfer: string;
900
+ };
901
+ from: string;
902
+ to: string;
903
+ reference: string;
904
+ receivedItems: string;
905
+ requestedItems: string;
906
+ backdatedTo: string;
907
+ remark: string;
908
+ noRecordsFound: string;
909
+ trackDeliveryMessage: string;
910
+ received: string;
911
+ receivedBy: string;
912
+ deliveryOrderNo: string;
913
+ deliveryRemark: string;
914
+ };
915
+ actions: {
916
+ create: string;
917
+ resubmitRequest: string;
918
+ submitRequest: string;
919
+ confirmDraft: string;
920
+ cancelDraft: string;
921
+ approveRequest: string;
922
+ rejectRequest: string;
923
+ processRequest: string;
924
+ receiveStock: string;
925
+ completeReceive: string;
926
+ };
927
+ export: {
928
+ success: string;
929
+ message: string;
930
+ };
931
+ title2: string;
932
+ };
933
+ approval: {
934
+ title: string;
935
+ actions: {
936
+ approveRequest: string;
937
+ rejectRequest: string;
938
+ };
939
+ };
940
+ form: {
941
+ name: string;
942
+ type: {
943
+ title: string;
944
+ purchase: string;
945
+ transfer: string;
946
+ };
947
+ purchaseFrom: string;
948
+ transferFrom: string;
949
+ reference: string;
950
+ remark: string;
951
+ items: {
952
+ title: string;
953
+ table: {
954
+ Code: string;
955
+ Name: string;
956
+ Amount: string;
957
+ DefaultAmount: string;
958
+ DefaultAmount2: string;
959
+ MinimumAmount: string;
960
+ MinimumAmount2: string;
961
+ Step: string;
962
+ Cost: string;
963
+ Cost2: string;
964
+ Delete: string;
965
+ };
966
+ };
967
+ };
968
+ template: {
969
+ title: string;
970
+ title2: string;
971
+ create: {
972
+ title: string;
973
+ };
974
+ use: string;
975
+ };
976
+ };
977
+ supplier: {
978
+ title: string;
979
+ supplyItems: {
980
+ title: string;
981
+ addItems: string;
982
+ overridePriceHint: string;
983
+ selectItem: string;
984
+ };
985
+ delete: {
986
+ confirm: string;
987
+ confirmMessage: string;
988
+ deletingSupplier: string;
989
+ deletedSupplier: string;
990
+ success: string;
991
+ error: string;
992
+ errorMessage: string;
993
+ };
994
+ table: {
995
+ supplier: string;
996
+ pic: string;
997
+ contact: string;
998
+ email: string;
999
+ };
1000
+ create: {
1001
+ title: string;
1002
+ success: string;
1003
+ error: {
1004
+ title: string;
1005
+ message: string;
1006
+ };
1007
+ };
1008
+ update: {
1009
+ title: string;
1010
+ success: string;
1011
+ error: {
1012
+ title: string;
1013
+ message: string;
1014
+ emptySupplier: string;
1015
+ };
1016
+ };
1017
+ companyName: string;
1018
+ registrationNo: string;
1019
+ address: {
1020
+ title: string;
1021
+ line1: string;
1022
+ line2: string;
1023
+ city: string;
1024
+ postcode: string;
1025
+ state: string;
1026
+ country: string;
1027
+ };
1028
+ contact: {
1029
+ title: string;
1030
+ pic: string;
1031
+ phoneNumber: string;
1032
+ email: string;
1033
+ };
1034
+ };
1035
+ warehouse: {
1036
+ title: string;
1037
+ delete: {
1038
+ confirm: string;
1039
+ confirmMessage: string;
1040
+ deletingWarehouse: string;
1041
+ deletedWarehouse: string;
1042
+ success: string;
1043
+ error: string;
1044
+ errorMessage: string;
1045
+ };
1046
+ table: {
1047
+ warehouse: string;
1048
+ contact: string;
1049
+ email: string;
1050
+ address: string;
1051
+ };
1052
+ create: {
1053
+ title: string;
1054
+ success: string;
1055
+ error: {
1056
+ title: string;
1057
+ message: string;
1058
+ };
1059
+ };
1060
+ update: {
1061
+ title: string;
1062
+ success: string;
1063
+ error: {
1064
+ title: string;
1065
+ message: string;
1066
+ emptyWarehouse: string;
1067
+ };
1068
+ };
1069
+ companyName: string;
1070
+ registrationNo: string;
1071
+ address: {
1072
+ title: string;
1073
+ line1: string;
1074
+ line2: string;
1075
+ city: string;
1076
+ postcode: string;
1077
+ state: string;
1078
+ country: string;
1079
+ };
1080
+ coordinate: {
1081
+ title: string;
1082
+ };
1083
+ contact: {
1084
+ title: string;
1085
+ phoneNumber: string;
1086
+ email: string;
1087
+ };
1088
+ };
1089
+ integration: {
1090
+ title: string;
1091
+ description: string;
1092
+ fmh: {
1093
+ title: string;
1094
+ description: string;
1095
+ };
1096
+ apply: {
1097
+ title: string;
1098
+ products: string;
1099
+ addons: string;
1100
+ applyProduct: string;
1101
+ applyAddon: string;
1102
+ code: string;
1103
+ name: string;
1104
+ };
1105
+ };
1106
+ };
1107
+ };
1108
+ };
1
1109
  export { routers } from './router/shared';
2
1110
  export { default as FmApp } from './App.vue';
1111
+ export { default as InventoryBindingForm } from './views/ingredients/components/inventory-binding/InventoryBindingForm.vue';
1112
+ export { default as InventoryBindingSummary } from './views/ingredients/components/inventory-binding/InventoryBindingSummary.vue';
1113
+ export { useInventoryStore } from './stores/inventory';