@feedmepos/mf-inventory-portal 0.0.19-dev.1 → 0.0.19-dev.11

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