@feedmepos/mf-inventory-portal 0.0.22-dev.34 → 0.0.22-dev.37
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-2pX2IV1F.js → ApprovalView-Dco0PkEf.js} +8 -8
- package/dist/{BindingsDialog-EyImpE9g.js → BindingsDialog-DrCU_kIA.js} +9 -9
- package/dist/{BindingsPicker-CbBNBcWW.js → BindingsPicker-BMIIrlG6.js} +17 -17
- package/dist/{BindingsTable-CJeV7Dd2.js → BindingsTable-BHRmkL1P.js} +1 -1
- package/dist/{ClosingTemplateView-BDEooji1.js → ClosingTemplateView-kiej8Nah.js} +15 -15
- package/dist/FmDroppableField-Bl7A98it.js +152 -0
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DZtc5R4Z.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DQw4pBwH.js} +25 -25
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-z-BBBTkh.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DBh79EM_.js} +20 -20
- package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-3OkJNtvH.js +51 -0
- package/dist/IngredientsView-m44wAwSR.js +1611 -0
- package/dist/{IntegrationView-1lXCciJp.js → IntegrationView-B4gCx21K.js} +71 -71
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Bgd922-L.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-D1frNXtV.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-Bexig132.js → PremiumBadge.vue_vue_type_script_setup_true_lang-Dbs29jm_.js} +16 -16
- package/dist/{PurchaseOrderPrintPreview-036mLqRD.js → PurchaseOrderPrintPreview-lKu0y_xw.js} +7 -7
- package/dist/ReceiveRequestView-DflWKxgq.js +4053 -0
- package/dist/{RecipeView-BuiA-2uY.js → RecipeView-DfsXdlPn.js} +30 -29
- package/dist/StockView-BSeSpxkV.js +7762 -0
- package/dist/{SupplierView-Ck5hH5gT.js → SupplierView-DPWh1si_.js} +11 -11
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-DFDc3P3S.js → TransferDetails.vue_vue_type_script_setup_true_lang-Dt1lRW3W.js} +260 -262
- package/dist/TransferTemplateView-DGOT4oZN.js +2054 -0
- package/dist/{UnitView-DB2hQFMC.js → UnitView-X9bCqAWe.js} +16 -16
- package/dist/{WarehouseView-CFJiuhpx.js → WarehouseView-BphA-Peq.js} +20 -20
- package/dist/api/bill.d.ts +84 -238
- package/dist/api/purchase-order-template.d.ts +4 -2
- package/dist/{app-Z9P39kGh.js → app-DZiCiBV7.js} +18175 -18188
- package/dist/app.js +2 -2
- package/dist/{decimal-DIe_fFDH.js → decimal-Bx1Y3uW1.js} +1 -1
- package/dist/defineDeepModel-4XZbatJF.js +13 -0
- package/dist/format-time-from-id-CFJvgP70.js +15 -0
- package/dist/helper/xlsx.util.d.ts +7 -0
- package/dist/purchase-order-transaction-type-Ds7YRAAp.js +348 -0
- package/dist/stores/inventory.d.ts +63 -0
- package/dist/stores/location.d.ts +89 -0
- package/dist/stores/netsuite.d.ts +1 -0
- package/dist/stores/supplier.d.ts +120 -3
- package/dist/stores/warehouse.d.ts +7 -4
- package/dist/supplier-BhJT8KOX.js +70 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-CeSeHnX0.js → use-template-enabled-locations-2-BrEPVOpT.js} +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +2 -2
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +2 -2
- package/dist/views/ingredients/composables/use-ingredient-form.d.ts +2 -2
- package/dist/views/receive-request/components/transfer-form/NetSuiteField.vue.d.ts +44 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +42 -34
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +75 -51
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +75 -51
- package/dist/views/recipe/composables/use-recipe-form.d.ts +2 -2
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +42 -119
- package/dist/views/stock/composables/use-stock-action.d.ts +2 -2
- package/dist/views/transfer-template/components/transfer-template-import/TransferTemplateImport.vue.d.ts +2 -0
- package/dist/views/transfer-template/components/transfer-template-import/TransferTemplateImportItem.vue.d.ts +12 -0
- package/dist/views/transfer-template/components/transfer-template-import/TransferTemplateImportItemProps.d.ts +9 -0
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +10 -6
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +1850 -5
- package/dist/views/transfer-template/helpers/import-export.helper.d.ts +76 -0
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +1 -230
- package/dist/views/unit/composables/use-unit-form.d.ts +2 -2
- package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +14 -8
- package/dist/{xlsx-DrDljHnF.js → xlsx-B9lpxKgq.js} +651 -651
- package/dist/xlsx.util-DP5wVnRT.js +78 -0
- package/package.json +1 -1
- package/dist/IngredientsView-BvKaI0nb.js +0 -1755
- package/dist/ReceiveRequestView-BGlxEJkh.js +0 -1626
- package/dist/StockView-BKX6NX-g.js +0 -1909
- package/dist/TransferTemplateView-ByYEje9E.js +0 -1237
- package/dist/defineDeepModel-DH8vhBpR.js +0 -13
- package/dist/format-time-from-id-CAjL4U2X.js +0 -15
- package/dist/purchase-order-transaction-type-BJDnbhdk.js +0 -338
- package/dist/supplier-wJJ7ATk2.js +0 -69
- package/dist/xlsx.util-BwF0vRjF.js +0 -109
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as W, mergeModels as xe, computed as b, useModel as ke, resolveComponent as P, openBlock as D, createElementBlock as B, createElementVNode as r, createVNode as m, withCtx as N, toDisplayString as T, unref as l, Fragment as Ce, renderList as Ie, ref as L, createBlock as z, createCommentVNode as Z, isRef as ve, watch as Me, onMounted as $e, normalizeClass as Ae, normalizeStyle as De, Teleport as Fe } from "vue";
|
|
2
|
-
import { u as ge } from "./supplier-
|
|
2
|
+
import { u as ge } from "./supplier-BhJT8KOX.js";
|
|
3
3
|
import { D as fe, R as J, F as A } from "./row-action.enum-PMKMRrZR.js";
|
|
4
4
|
import { c as Ue, _ as Re, F as Q } from "./TableActionableRow.vue_vue_type_script_setup_true_lang-DlNJ6kRg.js";
|
|
5
|
-
import { c as ee, u as Ve,
|
|
5
|
+
import { c as ee, u as Ve, a3 as Pe, d as ye, g as Ne, y as Ee, C as X, h as Te, i as _e, R as U, b as he } from "./app-DZiCiBV7.js";
|
|
6
6
|
import { useI18n as q, useCoreStore as Be } from "@feedmepos/mf-common";
|
|
7
7
|
import { useDialog as Se, useSnackbar as we, useProxiedModel as be, useBreakpoints as Le } from "@feedmepos/ui-library";
|
|
8
|
-
import { u as ze, _ as qe, a as Ye } from "./FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-
|
|
8
|
+
import { u as ze, _ as qe, a as Ye } from "./FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DBh79EM_.js";
|
|
9
9
|
import { _ as He } from "./PreviewBadge.vue_vue_type_script_setup_true_lang-CRZiQHjx.js";
|
|
10
10
|
function Ke(R, C) {
|
|
11
11
|
const { t: h } = q();
|
|
@@ -63,7 +63,7 @@ function Ke(R, C) {
|
|
|
63
63
|
}
|
|
64
64
|
] };
|
|
65
65
|
}
|
|
66
|
-
const
|
|
66
|
+
const Ge = { class: "flex flex-col gap-12" }, je = { class: "flex flex-col" }, Oe = { class: "flex items-center gap-8 py-8" }, Je = { class: "flex-1" }, Qe = { class: "fm-typo-en-title-sm-800" }, We = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, Xe = { class: "flex flex-col gap-4" }, Ze = { class: "flex-1" }, et = { class: "flex flex-col" }, tt = { class: "fm-typo-en-body-lg-400" }, lt = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary" }, ot = { class: "flex-1" }, st = { class: "flex" }, nt = { class: "text-fm-color-typo-secondary" }, at = /* @__PURE__ */ W({
|
|
67
67
|
__name: "SupplierSupplyItemField",
|
|
68
68
|
props: /* @__PURE__ */ xe({
|
|
69
69
|
modelValue: {}
|
|
@@ -168,8 +168,8 @@ const je = { class: "flex flex-col gap-12" }, Ge = { class: "flex flex-col" }, O
|
|
|
168
168
|
}
|
|
169
169
|
return (n, S) => {
|
|
170
170
|
const k = P("FmButton");
|
|
171
|
-
return D(), B("div",
|
|
172
|
-
r("div",
|
|
171
|
+
return D(), B("div", Ge, [
|
|
172
|
+
r("div", je, [
|
|
173
173
|
r("div", Oe, [
|
|
174
174
|
r("div", Je, [
|
|
175
175
|
m(He, { "z-index": 50 }, {
|
|
@@ -249,7 +249,7 @@ const je = { class: "flex flex-col gap-12" }, Ge = { class: "flex flex-col" }, O
|
|
|
249
249
|
},
|
|
250
250
|
emits: ["update:modelValue", "validation-success"],
|
|
251
251
|
setup(R, { expose: C, emit: h }) {
|
|
252
|
-
const s = R, v = h, f =
|
|
252
|
+
const s = R, v = h, f = he(), a = Ve(), u = b(() => Te(a.skus, "_id")), { t: y } = q(), $ = _e(), E = b(() => $.businessLevel), g = b({
|
|
253
253
|
get() {
|
|
254
254
|
var t;
|
|
255
255
|
return ((t = s.modelValue) == null ? void 0 : t.name) ?? "";
|
|
@@ -649,7 +649,7 @@ const je = { class: "flex flex-col gap-12" }, Ge = { class: "flex flex-col" }, O
|
|
|
649
649
|
}, kt = "You are managing business-level supplier list. These suppliers will be made visible to all locations.", Pt = /* @__PURE__ */ W({
|
|
650
650
|
__name: "SupplierView",
|
|
651
651
|
setup(R) {
|
|
652
|
-
const C = ge(), h =
|
|
652
|
+
const C = ge(), h = _e(), s = he(), v = L(!1), f = Se(), a = we(), { t: u } = q();
|
|
653
653
|
h.watchLocation($);
|
|
654
654
|
const y = b(() => h.businessLevel);
|
|
655
655
|
Me(y, $), $e(() => {
|
|
@@ -771,7 +771,7 @@ const je = { class: "flex flex-col gap-12" }, Ge = { class: "flex flex-col" }, O
|
|
|
771
771
|
onRowClick: n
|
|
772
772
|
}, {
|
|
773
773
|
default: N((w) => {
|
|
774
|
-
var Y, H, p, K, te, le, oe, se,
|
|
774
|
+
var Y, H, p, K, te, le, oe, se, G, ne, ae, re, ue, j, ie, de, pe, ce, O, me;
|
|
775
775
|
return [
|
|
776
776
|
r("div", _t, [
|
|
777
777
|
r("div", ht, [
|
|
@@ -783,13 +783,13 @@ const je = { class: "flex flex-col gap-12" }, Ge = { class: "flex flex-col" }, O
|
|
|
783
783
|
r("div", St, [
|
|
784
784
|
m(l(Q), {
|
|
785
785
|
render: (se = (oe = (le = w.contactName) == null ? void 0 : le.column) == null ? void 0 : oe.columnDef) == null ? void 0 : se.cell,
|
|
786
|
-
props: (ne = (
|
|
786
|
+
props: (ne = (G = w.contactName) == null ? void 0 : G.getContext) == null ? void 0 : ne.call(G)
|
|
787
787
|
}, null, 8, ["render", "props"])
|
|
788
788
|
]),
|
|
789
789
|
r("div", wt, [
|
|
790
790
|
m(l(Q), {
|
|
791
791
|
render: (ue = (re = (ae = w.phoneNumber) == null ? void 0 : ae.column) == null ? void 0 : re.columnDef) == null ? void 0 : ue.cell,
|
|
792
|
-
props: (ie = (
|
|
792
|
+
props: (ie = (j = w.phoneNumber) == null ? void 0 : j.getContext) == null ? void 0 : ie.call(j)
|
|
793
793
|
}, null, 8, ["render", "props"])
|
|
794
794
|
]),
|
|
795
795
|
M.original.email ? (D(), B("div", xt, [
|