@feedmepos/mf-inventory-portal 0.0.25-dev.4 → 0.0.25-dev.42

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 (112) hide show
  1. package/dist/{App-DavuRdR4.js → App-BgLyTa3Z.js} +35 -34
  2. package/dist/ApprovalView-UC31qsPD.js +143 -0
  3. package/dist/{BindingsDialog-Ckbhr9x3.js → BindingsDialog-h9el4EvX.js} +6 -6
  4. package/dist/{BindingsPicker-B63gIPVJ.js → BindingsPicker-Cw5AT6xO.js} +8 -8
  5. package/dist/{BindingsTable-5w7_8JzF.js → BindingsTable-Boj3hZup.js} +6 -6
  6. package/dist/ClosingDraftView-DOH7FmkH.js +1348 -0
  7. package/dist/ClosingTemplateView-CG7qArA8.js +1859 -0
  8. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-D-IWRjRD.js +34 -0
  9. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-k1J8dWcK.js +211 -0
  10. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-M5pWGm8D.js → FmUnitInput.vue_vue_type_script_setup_true_lang-C5qp_p1A.js} +52 -52
  11. package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-DBYsiV9t.js +51 -0
  12. package/dist/{IngredientGroupView-D_1gJl4X.js → IngredientGroupView-CWEw3I3i.js} +14 -14
  13. package/dist/{IngredientsView-Xzt0_AP8.js → IngredientsView-B6EDjPTe.js} +577 -551
  14. package/dist/{IntegrationView-BcF7Qhvw.js → IntegrationView-DiSoM1K8.js} +660 -623
  15. package/dist/{InventoryBindingForm-Cm49VDtA.js → InventoryBindingForm-nKWx-EUW.js} +1 -1
  16. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-EJ0U2gdF.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-BMMD4hwX.js} +96 -96
  17. package/dist/{InventoryBindingSummary-D821YZ-3.js → InventoryBindingSummary-CQnCjIY4.js} +1 -1
  18. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-D6jGlkOx.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Cr8DwdOC.js} +1 -1
  19. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-TMYgOcbh.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DnZI3Gfj.js} +15 -15
  20. package/dist/PublishView-DvHW27pI.js +222 -0
  21. package/dist/{PurchaseOrderPrintPreview-DiCTMEY4.js → PurchaseOrderPrintPreview-DSTbRKyh.js} +1 -1
  22. package/dist/ReceiveRequestView-BKRHqSU-.js +2577 -0
  23. package/dist/{RecipeView-k5yiAPop.js → RecipeView-CFTrf0YF.js} +47 -46
  24. package/dist/{index-DhAsCP14.js → StockView-CAPLd29m.js} +3564 -1764
  25. package/dist/{SupplierView-De4_YCtR.js → SupplierView-C_CrS9FM.js} +446 -457
  26. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-BWuWB95v.js +1564 -0
  27. package/dist/TransferTemplateView-BaJaiaO9.js +1526 -0
  28. package/dist/{UnitView-DouWNXFf.js → UnitView-DY9nZs1y.js} +14 -14
  29. package/dist/{WarehouseView-RQN-XBeO.js → WarehouseView-CAFxl8K4.js} +332 -314
  30. package/dist/api/closing-draft.d.ts +1 -0
  31. package/dist/api/inventory.d.ts +9 -6
  32. package/dist/api/netsuite.d.ts +21 -4
  33. package/dist/api/purchase-order.d.ts +6 -1
  34. package/dist/api/stock.d.ts +1 -0
  35. package/dist/{app-Bmmin1VX.js → app-Jh5wwLsF.js} +28968 -28906
  36. package/dist/app.js +1 -1
  37. package/dist/components/FmAutocompleteTextField.vue.d.ts +31 -0
  38. package/dist/components/FmCustomAttribute.vue.d.ts +3 -8
  39. package/dist/components/FmLockableField.vue.d.ts +3 -0
  40. package/dist/components/FmMultiselectDialog.d.ts +23 -0
  41. package/dist/components/FmMultiselectDialog.vue.d.ts +20 -3
  42. package/dist/components/FmMultiselectDialogProps.d.ts +2 -0
  43. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +1 -1
  44. package/dist/components/shell/inventory/binding-ui.vue.d.ts +1 -1
  45. package/dist/{decimal-CZhBTty7.js → decimal-0_acpDRy.js} +1 -1
  46. package/dist/feature-CqX_LtOl.js +1007 -0
  47. package/dist/{format-unit-display-CijRcRSo.js → format-unit-display-CYPC8_oX.js} +335 -328
  48. package/dist/helper/country.d.ts +1 -0
  49. package/dist/helper/fuzzy.d.ts +10 -0
  50. package/dist/index-QcOk4LDU.js +35546 -0
  51. package/dist/{stock-D5lxPBQG.js → stock-BpWEKDoQ.js} +29 -25
  52. package/dist/stores/feature.d.ts +4 -5
  53. package/dist/stores/helper/generate-backend-urls.d.ts +0 -1
  54. package/dist/stores/integration/netsuite.d.ts +21 -4
  55. package/dist/stores/inventory.d.ts +135 -8
  56. package/dist/stores/location.d.ts +100 -0
  57. package/dist/stores/warehouse.d.ts +1 -0
  58. package/dist/style.css +1 -1
  59. package/dist/{supplier-BU1WhNTR.js → supplier-By3gzRHW.js} +1 -1
  60. package/dist/tsconfig.app.tsbuildinfo +1 -1
  61. package/dist/use-ingredient-select-dialog-hkbfGnB9.js +51 -0
  62. package/dist/{use-inventory-binding-dialog-ZneYylve.js → use-inventory-binding-dialog-BFG04MUx.js} +1 -1
  63. package/dist/views/adjustment-template/wastage-template/actions.d.ts +24 -0
  64. package/dist/views/adjustment-template/wastage-template/table.d.ts +24 -0
  65. package/dist/views/closing-draft/components/closing-draft-dialog/ClosingDraftDialog.vue.d.ts +8 -4
  66. package/dist/views/closing-draft/composables/use-closing-draft-actions.d.ts +4 -1
  67. package/dist/views/closing-draft/composables/use-closing-draft-table.d.ts +48 -24
  68. package/dist/views/closing-draft/helpers/export-draft.helper.d.ts +1 -1
  69. package/dist/views/closing-template/components/closing-template-form/composables/use-closing-template-items.d.ts +1 -1
  70. package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +36 -12
  71. package/dist/views/closing-template/composables/use-closing-template-table.d.ts +36 -12
  72. package/dist/views/dev/components/AutocompleteTextField.vue.d.ts +2 -0
  73. package/dist/views/ingredient-group/composables/use-ingredient-group-table.d.ts +3 -3
  74. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +2 -2
  75. package/dist/views/ingredients/composables/use-ingredient-select-dialog.d.ts +16 -0
  76. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -1
  77. package/dist/views/receive-request/components/netsuite/NetSuiteProps.d.ts +2 -0
  78. package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +4 -1
  79. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +411 -17
  80. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +6 -2
  81. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +382 -2
  82. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +6 -3
  83. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +822 -29
  84. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +650 -48
  85. package/dist/views/receive-request/import/XilnexImportDialog.vue.d.ts +22 -0
  86. package/dist/views/receive-request/import/XilnexImportForm.vue.d.ts +17 -0
  87. package/dist/views/receive-request/import/XilnexResult.vue.d.ts +17 -0
  88. package/dist/views/receive-request/import/export.d.ts +12 -0
  89. package/dist/views/receive-request/import/props.d.ts +7 -0
  90. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +4 -2
  91. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItemTable.vue.d.ts +220 -0
  92. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +8 -0
  93. package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +1 -0
  94. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +9 -4
  95. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +60 -12
  96. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +60 -12
  97. package/dist/views/transfer-template/composables/useTransferTemplateHelper.d.ts +305 -0
  98. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +2 -0
  99. package/dist/{vue-i18n-BQNx5sCM.js → vue-i18n-D57Xfcpf.js} +226 -226
  100. package/package.json +3 -3
  101. package/dist/ApprovalView-DjDzZmVI.js +0 -138
  102. package/dist/ClosingDraftView-BwV3uiYC.js +0 -1225
  103. package/dist/ClosingTemplateView-vaAj0Y-0.js +0 -1819
  104. package/dist/FmCustomAttribute.vue_vue_type_script_setup_true_lang-Dy1BXu1R.js +0 -142
  105. package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DZ_Q-3lU.js +0 -286
  106. package/dist/PublishView-CYdu5jl4.js +0 -192
  107. package/dist/ReceiveRequestView-DGqs1rpr.js +0 -1876
  108. package/dist/StockView-DX0RjayP.js +0 -1817
  109. package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DhdMwHAA.js +0 -1327
  110. package/dist/TransferTemplateView-DEwJaqYB.js +0 -1284
  111. package/dist/components/FmCustomAttribute2.vue.d.ts +0 -18
  112. package/dist/index-DbE8p73U.js +0 -29202
@@ -0,0 +1,222 @@
1
+ import { defineComponent as Q, ref as D, computed as r, resolveComponent as s, openBlock as I, createBlock as R, unref as h, createSlots as X, withCtx as u, createElementVNode as v, normalizeClass as Z, createVNode as n, normalizeStyle as ee, Teleport as te, h as f } from "vue";
2
+ import { u as oe, a as ne, aP as ae, z as se, _ as le, ai as B } from "./app-Jh5wwLsF.js";
3
+ import { useBreakpoints as ie, useDialog as re, useSnackbar as ue, components as H } from "@feedmepos/ui-library";
4
+ import { u as ce } from "./vue-i18n-D57Xfcpf.js";
5
+ const me = { class: "flex flex-col py-8" }, de = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, pe = { class: "fm-typo-en-body-lg-600 text-fm-color-typo-primary" }, ge = /* @__PURE__ */ Q({
6
+ __name: "PublishView",
7
+ setup(be) {
8
+ const { t: o } = ce(), { breakpoints: x } = ie(), l = oe(), A = ne(), S = ae(), g = D(!1), c = r(() => A.state.inventory.updatedAt ? A.state.inventory.updatedAt : null), Y = se(), P = re(), N = ue(), $ = r(() => l.locations), _ = r(() => x.value.xs || x.value.sm), U = r(() => _.value ? 10 : 20), q = r(() => [
9
+ {
10
+ label: "Refresh",
11
+ value: "refresh",
12
+ isPrimary: !1
13
+ },
14
+ { label: o("inventory.publish.actions.publishAll"), value: "publish", isPrimary: !0 }
15
+ ]);
16
+ async function E(e) {
17
+ switch (e) {
18
+ case "publish":
19
+ P.open({
20
+ title: "Publish",
21
+ message: "Are you sure you want to publish to all locations?",
22
+ primaryActions: { text: "Publish", close: !0 },
23
+ secondaryActions: { text: "Cancel", close: !0 }
24
+ }).onPrimary(async () => {
25
+ await S.publishAllInventory(), await l.readLocations();
26
+ });
27
+ break;
28
+ case "refresh":
29
+ g.value = !0, await l.readLocations(), g.value = !1;
30
+ break;
31
+ }
32
+ }
33
+ const w = D(!1), K = [
34
+ {
35
+ value: "publish",
36
+ label: o("inventory.publish.actions.publishAll")
37
+ }
38
+ ];
39
+ function O(e) {
40
+ switch (w.value = !1, e) {
41
+ case "publish":
42
+ console.log("publish all");
43
+ }
44
+ }
45
+ const W = [
46
+ {
47
+ id: "type",
48
+ header: () => o("inventory.publish.columns.type"),
49
+ enableSorting: !0,
50
+ cell(e) {
51
+ return f(H.FmChip, {
52
+ color: "primary",
53
+ label: e.row.original.type
54
+ });
55
+ }
56
+ },
57
+ {
58
+ accessorKey: "name",
59
+ header: () => o("inventory.publish.columns.location"),
60
+ enableSorting: !0,
61
+ size: 300
62
+ },
63
+ {
64
+ id: "version",
65
+ header: () => o("inventory.publish.columns.version"),
66
+ enableSorting: !0,
67
+ cell(e) {
68
+ var t, a;
69
+ return (t = e.row.original.inventory) != null && t.updatedAt ? B((a = e.row.original.inventory) == null ? void 0 : a.updatedAt) : "";
70
+ }
71
+ },
72
+ {
73
+ id: "status",
74
+ header: () => o("inventory.publish.columns.status"),
75
+ enableSorting: !0,
76
+ cell(e) {
77
+ var d;
78
+ if (!c.value)
79
+ return "";
80
+ const t = ((d = e.row.original.inventory) == null ? void 0 : d.updatedAt) == c.value, a = e.row.original.dbName, m = e.row.original.type === "warehouse";
81
+ return f(
82
+ "div",
83
+ {
84
+ class: "flex items-center gap-8"
85
+ },
86
+ [
87
+ f(
88
+ "div",
89
+ {
90
+ class: [
91
+ "fm-status-badge",
92
+ t ? "fm-status-badge-success-secondary" : "fm-status-badge-info-secondary"
93
+ ]
94
+ },
95
+ t ? "Published" : "Outdated"
96
+ ),
97
+ !t && !m ? f(H.FmButton, {
98
+ class: "tertiary",
99
+ variant: "secondary",
100
+ icon: "sync",
101
+ onClick: () => {
102
+ P.open({
103
+ title: "Publish",
104
+ message: `Are you sure you want to publish this location "${e.row.original.name}"?`,
105
+ primaryActions: { text: "Publish", close: !0 },
106
+ secondaryActions: { text: "Cancel", close: !0 }
107
+ }).onPrimary(async () => {
108
+ await S.publishInventory(a.split("_")[1]), await l.readLocations(), N.open({ message: "Publish request submitted", type: "success" });
109
+ });
110
+ }
111
+ }) : null
112
+ ]
113
+ );
114
+ }
115
+ }
116
+ // {
117
+ // id: 'action',
118
+ // header: '',
119
+ // cell(props) {
120
+ // return createContextMenuComponents(
121
+ // [DefaultRowActions[RowActionEnum.Edit], DefaultRowActions[RowActionEnum.Delete]],
122
+ // (action) => {
123
+ // onActionMenu(action, props.row.original)
124
+ // }
125
+ // )
126
+ // },
127
+ // enableSorting: false,
128
+ // size: 40,
129
+ // meta: {
130
+ // cellClass: '',
131
+ // headerClass: ''
132
+ // }
133
+ // }
134
+ ];
135
+ return (e, t) => {
136
+ const a = s("FmChip"), m = s("FlexRender"), d = s("TableActionableRow"), j = s("FmTable"), G = s("FmCollapsibleTabs"), J = s("FmBottomSheet");
137
+ return I(), R(le, {
138
+ title: h(o)("inventory.publish.title"),
139
+ actions: q.value,
140
+ "onClick:action": E
141
+ }, X({
142
+ default: u(() => [
143
+ v("div", {
144
+ class: Z([
145
+ "flex flex-col gap-8 max-h-full",
146
+ {
147
+ "p-0": _.value,
148
+ "px-24 ": !_.value
149
+ }
150
+ ])
151
+ }, [
152
+ n(j, {
153
+ style: ee(h(Y).tableHeight),
154
+ "column-defs": W,
155
+ "row-data": $.value,
156
+ loading: !h(l)._currentLocation || g.value,
157
+ "loading-text": "Loading",
158
+ "page-size": U.value
159
+ }, {
160
+ "list-row": u((i) => [
161
+ n(d, { row: i }, {
162
+ default: u((p) => {
163
+ var C, F, k, b, M, L, T, V, y, z;
164
+ return [
165
+ v("div", me, [
166
+ v("div", de, [
167
+ n(m, {
168
+ render: (k = (F = (C = p.code) == null ? void 0 : C.column) == null ? void 0 : F.columnDef) == null ? void 0 : k.cell,
169
+ props: (M = (b = p.code) == null ? void 0 : b.getContext) == null ? void 0 : M.call(b)
170
+ }, null, 8, ["render", "props"])
171
+ ]),
172
+ v("div", pe, [
173
+ n(m, {
174
+ render: (V = (T = (L = p.name) == null ? void 0 : L.column) == null ? void 0 : T.columnDef) == null ? void 0 : V.cell,
175
+ props: (z = (y = p.name) == null ? void 0 : y.getContext) == null ? void 0 : z.call(y)
176
+ }, null, 8, ["render", "props"])
177
+ ])
178
+ ])
179
+ ];
180
+ }),
181
+ _: 2
182
+ }, 1032, ["row"])
183
+ ]),
184
+ _: 1
185
+ }, 8, ["style", "row-data", "loading", "page-size"])
186
+ ], 2),
187
+ (I(), R(te, { to: "body" }, [
188
+ n(J, {
189
+ "dismiss-away": "",
190
+ modelValue: w.value,
191
+ "onUpdate:modelValue": t[1] || (t[1] = (i) => w.value = i)
192
+ }, {
193
+ default: u(() => [
194
+ n(G, {
195
+ class: "pb-8",
196
+ items: K,
197
+ "onUpdate:modelValue": t[0] || (t[0] = (i) => O(i))
198
+ })
199
+ ]),
200
+ _: 1
201
+ }, 8, ["modelValue"])
202
+ ]))
203
+ ]),
204
+ _: 2
205
+ }, [
206
+ c.value ? {
207
+ name: "headerInfo",
208
+ fn: u(() => [
209
+ n(a, {
210
+ variant: "info",
211
+ label: `Latest: ${h(B)(c.value)}`
212
+ }, null, 8, ["label"])
213
+ ]),
214
+ key: "0"
215
+ } : void 0
216
+ ]), 1032, ["title", "actions"]);
217
+ };
218
+ }
219
+ });
220
+ export {
221
+ ge as default
222
+ };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as h, computed as x, ref as m, onMounted as f, openBlock as n, createElementBlock as u, createElementVNode as t, toDisplayString as l, normalizeStyle as g, createTextVNode as i, Fragment as d, createCommentVNode as p, renderList as v, normalizeClass as w } from "vue";
2
2
  import { useRoute as k } from "vue-router";
3
- import { ar as y, ad as C } from "./app-Bmmin1VX.js";
3
+ import { au as y, ah as C } from "./app-Jh5wwLsF.js";
4
4
  const P = { class: "purchase-box" }, R = { valign: "bottom" }, A = { class: "text-right" }, N = { class: "header" }, E = { class: "sub-header" }, O = { class: "caption" }, S = { class: "address" }, D = { class: "text-right" }, T = { class: "sub-header" }, q = { class: "address" }, F = { class: "purchase-body" }, L = { class: "text-left" }, U = { class: "text-left" }, V = { class: "text-right" }, z = { style: { "padding-top": "30px" } }, B = { valign: "bottom" }, H = { class: "header" }, I = { class: "caption" }, M = {
5
5
  class: "text-left",
6
6
  style: { width: "20%" }