@feedmepos/mf-inventory-portal 0.0.19-dev.2 → 0.0.19-dev.4
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.
- package/dist/{ApprovalView-DU7oB2Zk.js → ApprovalView-CT8w22Ga.js} +16 -17
- package/dist/{BindingsDialog-BgfV0G46.js → BindingsDialog-CrB5aA3X.js} +5 -6
- package/dist/{BindingsPicker-tUI5WYBk.js → BindingsPicker-jBTfZ4vJ.js} +6 -7
- package/dist/{BindingsTable-8G-Nc4pC.js → BindingsTable-DaZ3Vxpn.js} +14 -17
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DaHXKF1s.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BWFoHqPU.js} +16 -17
- package/dist/IngredientsView-DOoXPJop.js +1750 -0
- package/dist/IntegrationView-BX1nvP-k.js +1172 -0
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BKlWhMnB.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CFConGe4.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-YFcOtdfJ.js → PurchaseOrderPrintPreview-DSXXSlof.js} +13 -13
- package/dist/{ReceiveRequestView-bIXyVVX9.js → ReceiveRequestView-5nXXoRL_.js} +165 -172
- package/dist/RecipeView-DtoX2e_9.js +572 -0
- package/dist/StockView-DTnY8LfO.js +1876 -0
- package/dist/{SupplierView-BiSqTXnz.js → SupplierView-CzWM2tH4.js} +34 -37
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-CvbKNb0C.js → TransferDetails.vue_vue_type_script_setup_true_lang-DIc2G2jF.js} +34 -36
- package/dist/UnitView-Bk-OLoW2.js +638 -0
- package/dist/{WarehouseView-B8UxxAL6.js → WarehouseView-C3F_YWO-.js} +49 -50
- package/dist/app-YOcJA0qj.js +66729 -0
- package/dist/app.d.ts +30 -0
- package/dist/app.js +5 -3
- package/dist/{decimal-BtIn4K57.js → decimal-Cr-8e35u.js} +1 -1
- package/dist/{stock-estimate-C4PL0Fcz.js → id-to-date-9OvJMyEX.js} +12 -13
- package/dist/{layout-ITqYtCVu.js → layout-DCDPTIlR.js} +14 -14
- package/dist/router/name.d.ts +1 -2
- package/dist/{supplier-CA0OR3DU.js → supplier-Bos9ifGc.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/ingredients/composables/use-ingredient-form.d.ts +14 -2
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -2
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +12 -12
- package/dist/views/recipe/composables/use-recipe-form.d.ts +14 -2
- package/dist/views/recipe/composables/use-recipe-table.d.ts +1 -2
- package/dist/views/stock/composables/use-stock-action.d.ts +26 -0
- package/dist/views/stock/composables/use-stock-table.d.ts +1 -8
- package/dist/views/unit/composables/use-unit-form.d.ts +14 -2
- package/dist/views/unit/composables/use-unit-table.d.ts +1 -2
- package/dist/{xlsx-DAVatAlv.js → xlsx-CUjMCYbh.js} +660 -660
- package/dist/{xlsx.util-BsZI2tNE.js → xlsx.util-ByRzckFP.js} +2 -2
- package/package.json +2 -2
- package/dist/FmMultiselectDialog.vue_vue_type_script_setup_true_lang-CxOk5ule.js +0 -143
- package/dist/FmUnitInput.vue_vue_type_script_setup_true_lang-D-vJDMKb.js +0 -236
- package/dist/IngredientsView-CAh7D4tL.js +0 -1760
- package/dist/IntegrationView-Bf7yHuS8.js +0 -1166
- package/dist/InventoryBindingForm.vue_vue_type_script_setup_true_lang-BdVrpR9J.js +0 -277
- package/dist/RecipeView-BD0mvxCg.js +0 -575
- package/dist/StockView-BCq37bGl.js +0 -1865
- package/dist/UnitView-DSdn__9m.js +0 -643
- package/dist/app-RVyC2D4O.js +0 -43892
- package/dist/date2-C2PfOqbB.js +0 -95
- package/dist/dayjs.min-0pzT_dbr.js +0 -282
- package/dist/fuzzy-yzIM5KUK.js +0 -41
- package/dist/index-l87_vggM.js +0 -21515
- package/dist/number-B5d98l0m.js +0 -97
- package/dist/rules-CCwuHe8Y.js +0 -85
- package/dist/use-inventory-binding-dialog-CTriImiV.js +0 -93
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as y, computed as V, ref as w, watch as h, resolveComponent as u, openBlock as F, createBlock as A, withCtx as s, createVNode as g, createElementVNode as k, normalizeClass as K } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { l as d } from "./app-YOcJA0qj.js";
|
|
3
3
|
const _ = ["value", "disabled"], D = /* @__PURE__ */ y({
|
|
4
4
|
__name: "NumberPrecisionInput",
|
|
5
5
|
props: {
|
package/dist/{PurchaseOrderPrintPreview-YFcOtdfJ.js → PurchaseOrderPrintPreview-DSXXSlof.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as x, computed as f, ref as m, onMounted as g, openBlock as r, createElementBlock as o, createElementVNode as e, toDisplayString as t, normalizeStyle as w, createTextVNode as i, Fragment as u, createCommentVNode as h, renderList as _, normalizeClass as k, pushScopeId as S, popScopeId as C } from "vue";
|
|
2
2
|
import { useRoute as P } from "vue-router";
|
|
3
|
-
import {
|
|
4
|
-
const n = (d) => (S("data-v-54384fc1"), d = d(), C(), d), A = { class: "purchase-box" }, N = { valign: "bottom" }, E = /* @__PURE__ */ n(() => /* @__PURE__ */ e("div", { class: "title" }, "Inventory Receive Note", -1)), O = { class: "text-right" },
|
|
3
|
+
import { $ as v, i as R } from "./app-YOcJA0qj.js";
|
|
4
|
+
const n = (d) => (S("data-v-54384fc1"), d = d(), C(), d), A = { class: "purchase-box" }, N = { valign: "bottom" }, E = /* @__PURE__ */ n(() => /* @__PURE__ */ e("div", { class: "title" }, "Inventory Receive Note", -1)), O = { class: "text-right" }, D = { class: "header" }, q = /* @__PURE__ */ n(() => /* @__PURE__ */ e("hr", null, null, -1)), I = /* @__PURE__ */ n(() => /* @__PURE__ */ e("div", { class: "header" }, "Supplier", -1)), T = { class: "sub-header" }, F = { class: "caption" }, L = { class: "address" }, U = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), V = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), z = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), B = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), H = { class: "text-right" }, M = /* @__PURE__ */ n(() => /* @__PURE__ */ e("div", { class: "header" }, "Delivery To", -1)), J = { class: "sub-header" }, Q = { class: "address" }, $ = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), j = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), G = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), K = /* @__PURE__ */ n(() => /* @__PURE__ */ e("br", null, null, -1)), W = { class: "purchase-body" }, X = /* @__PURE__ */ n(() => /* @__PURE__ */ e("thead", { class: "item-header" }, [
|
|
5
5
|
/* @__PURE__ */ e("tr", null, [
|
|
6
6
|
/* @__PURE__ */ e("th", {
|
|
7
7
|
class: "text-left",
|
|
@@ -17,7 +17,7 @@ const n = (d) => (S("data-v-54384fc1"), d = d(), C(), d), A = { class: "purchase
|
|
|
17
17
|
style: { width: "20%" }
|
|
18
18
|
}, "Unit")
|
|
19
19
|
])
|
|
20
|
-
], -1)),
|
|
20
|
+
], -1)), Y = { class: "text-left" }, Z = { class: "text-left" }, ee = { class: "text-right" }, te = /* @__PURE__ */ n(() => /* @__PURE__ */ e("hr", null, null, -1)), se = { style: { "padding-top": "30px" } }, le = /* @__PURE__ */ n(() => /* @__PURE__ */ e("hr", null, null, -1)), ne = { valign: "bottom" }, re = { class: "header" }, oe = { class: "caption" }, ie = {
|
|
21
21
|
class: "text-left",
|
|
22
22
|
style: { width: "20%" }
|
|
23
23
|
}, ue = { class: "text-left" }, de = {
|
|
@@ -50,12 +50,12 @@ const n = (d) => (S("data-v-54384fc1"), d = d(), C(), d), A = { class: "purchase
|
|
|
50
50
|
}, t(s.value.status), 5)
|
|
51
51
|
]),
|
|
52
52
|
e("td", O, [
|
|
53
|
-
e("div",
|
|
53
|
+
e("div", D, "PO #" + t(s.value.orderNumber), 1),
|
|
54
54
|
e("div", null, t(s.value.createdAt), 1)
|
|
55
55
|
])
|
|
56
56
|
])
|
|
57
57
|
]),
|
|
58
|
-
|
|
58
|
+
q,
|
|
59
59
|
e("table", null, [
|
|
60
60
|
e("tr", null, [
|
|
61
61
|
e("td", null, [
|
|
@@ -80,26 +80,26 @@ const n = (d) => (S("data-v-54384fc1"), d = d(), C(), d), A = { class: "purchase
|
|
|
80
80
|
e("div", J, t(s.value.buyer.name), 1),
|
|
81
81
|
e("div", Q, [
|
|
82
82
|
i(t(s.value.buyer.line1), 1),
|
|
83
|
-
|
|
83
|
+
$,
|
|
84
84
|
s.value.buyer.line2 ? (r(), o(u, { key: 0 }, [
|
|
85
85
|
i(t(s.value.buyer.line2), 1),
|
|
86
|
-
|
|
86
|
+
j
|
|
87
87
|
], 64)) : h("", !0),
|
|
88
88
|
i(" " + t(s.value.buyer.postcode) + " " + t(s.value.buyer.city) + " ", 1),
|
|
89
|
-
|
|
89
|
+
G,
|
|
90
90
|
i(" " + t(s.value.buyer.state) + " " + t(s.value.buyer.country) + " ", 1),
|
|
91
|
-
|
|
91
|
+
K
|
|
92
92
|
])
|
|
93
93
|
])
|
|
94
94
|
])
|
|
95
95
|
]),
|
|
96
|
-
e("div",
|
|
96
|
+
e("div", W, [
|
|
97
97
|
e("table", null, [
|
|
98
|
-
|
|
98
|
+
X,
|
|
99
99
|
e("tbody", null, [
|
|
100
100
|
(r(!0), o(u, null, _(s.value.items, (l, c) => (r(), o("tr", { key: c }, [
|
|
101
|
-
e("td",
|
|
102
|
-
e("td",
|
|
101
|
+
e("td", Y, t(l.code), 1),
|
|
102
|
+
e("td", Z, t(l.description), 1),
|
|
103
103
|
e("td", {
|
|
104
104
|
class: k(["text-right", {
|
|
105
105
|
"text-green-5": l.received == l.quantity,
|