@feedmepos/mf-inventory-portal 0.0.23-dev.35 → 0.0.23-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/{App-BD8fV0Pt.js → App-CocJ-ge2.js} +2 -2
- package/dist/{ApprovalView-w3NaJx6u.js → ApprovalView-BwoVumaD.js} +2 -2
- package/dist/{BindingsDialog-Pye9-TWx.js → BindingsDialog-ChGPGBfA.js} +2 -2
- package/dist/{BindingsPicker-aLStDMhV.js → BindingsPicker-DlQ4Y-_S.js} +1 -1
- package/dist/{BindingsTable-B5fmDOpD.js → BindingsTable-BViS1Vbk.js} +1 -1
- package/dist/{ClosingDraftView-CP9y_joQ.js → ClosingDraftView-0s7elpJE.js} +2 -2
- package/dist/{ClosingTemplateView-CPpiJ4Yz.js → ClosingTemplateView-ijUARoMf.js} +1 -1
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-D0iw1xzt.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-f3zAXx0v.js} +3 -3
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DjWlnCCE.js → FmUnitInput.vue_vue_type_script_setup_true_lang-B_VkK2l-.js} +1 -1
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-ATX3ESXt.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-DaOZl7x7.js} +1 -1
- package/dist/{IngredientGroupView-vjwCM6U2.js → IngredientGroupView-sBJJcpUH.js} +1 -1
- package/dist/{IngredientsView-Dlh3vG_L.js → IngredientsView-F25fK95q.js} +4 -4
- package/dist/{IntegrationView-kp3Yo7_f.js → IntegrationView-BCnyd5ZT.js} +1 -1
- package/dist/{InventoryBindingForm-D5DCZeWl.js → InventoryBindingForm-vNrC4UVe.js} +1 -1
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CLwfT13f.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-CAKAtpAv.js} +3 -3
- package/dist/{InventoryBindingSummary-BJpwv5T5.js → InventoryBindingSummary-BV-mteuK.js} +1 -1
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-KyeWkdB4.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CLJq06wA.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-4rjvs348.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DGMYtoSD.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-Dk1cE_Jo.js → PurchaseOrderPrintPreview-Dw9MTN87.js} +1 -1
- package/dist/{ReceiveRequestView-CHXU6zDL.js → ReceiveRequestView-DA1y32Ri.js} +10 -10
- package/dist/{RecipeView-a08OEBZB.js → RecipeView-CUJ8JTg4.js} +3 -3
- package/dist/{StockView-B-AvKrXw.js → StockView-C8uDlvit.js} +7 -7
- package/dist/{SupplierView-CywfHs0_.js → SupplierView-B25JfCjl.js} +4 -4
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-rhqS23l5.js → TransferDetails.vue_vue_type_script_setup_true_lang-CaHSzoOL.js} +4 -4
- package/dist/{TransferTemplateView-wohQfRdM.js → TransferTemplateView-B-NHZD3a.js} +6 -6
- package/dist/{UnitView-DwIoYHF5.js → UnitView-BwyqEvF5.js} +3 -3
- package/dist/{WarehouseView-DWaSeXLL.js → WarehouseView-DKN9oNF0.js} +1 -1
- package/dist/api/adjustment-template.d.ts +2 -0
- package/dist/{app-CUmy51kY.js → app-pBbFb2kn.js} +6700 -6450
- package/dist/app.d.ts +2 -0
- package/dist/app.js +1 -1
- package/dist/{decimal-BIVkX7Hg.js → decimal-DlS5ULFC.js} +1 -1
- package/dist/{feature-ehl-L_UG.js → feature-j9EM4xzR.js} +1 -1
- package/dist/{format-unit-display-3Id3uc_5.js → format-unit-display-pWImoMk4.js} +3 -3
- package/dist/{index-WXpGKl27.js → index-BILt4nGV.js} +1 -1
- package/dist/{stock-kSUonxDu.js → stock-Pgzh63s3.js} +1 -1
- package/dist/{supplier-SFsm9S32.js → supplier-B_UGrq8S.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-Cwtbnckv.js → use-inventory-binding-dialog-DcCaNUdQ.js} +1 -1
- package/dist/views/adjustment-template/wastage-template/WastageTemplateReason.vue.d.ts +18 -0
- package/dist/views/adjustment-template/wastage-template/actions.d.ts +37 -3
- package/dist/views/adjustment-template/wastage-template/props.d.ts +7 -0
- package/dist/views/adjustment-template/wastage-template/table.d.ts +32 -2
- package/package.json +3 -3
package/dist/app.d.ts
CHANGED
|
@@ -82,6 +82,7 @@ export declare const i18nMessages: {
|
|
|
82
82
|
REQUEST: string;
|
|
83
83
|
SALES: string;
|
|
84
84
|
CLOSING: string;
|
|
85
|
+
WASTAGE: string;
|
|
85
86
|
};
|
|
86
87
|
};
|
|
87
88
|
stock: {
|
|
@@ -865,6 +866,7 @@ export declare const i18nMessages: {
|
|
|
865
866
|
REQUEST: string;
|
|
866
867
|
SALES: string;
|
|
867
868
|
CLOSING: string;
|
|
869
|
+
WASTAGE: string;
|
|
868
870
|
};
|
|
869
871
|
};
|
|
870
872
|
stock: {
|
package/dist/app.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCoreStore as t } from "@feedmepos/mf-common";
|
|
2
|
-
import { u as o, aw as a, a as i } from "./app-
|
|
2
|
+
import { u as o, aw as a, a as i } from "./app-pBbFb2kn.js";
|
|
3
3
|
const c = /* @__PURE__ */ new Set([
|
|
4
4
|
// vivo pizza prod
|
|
5
5
|
"business_6687e91fa7240b001ba3f4c2",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { W as Re, a as L, K as Ie, ad as F, p as Ne, ae as de, q as pe, u as z, i as P, r as Ae, aF as ne, s as fe, t as H, O as q, aE as Oe, ax as De, T as Fe, v as Pe, w as Ue, b as ye, d as oe, e as Z, R as ae, H as Me, ac as Be, D as W, h as A, f as Qe } from "./app-
|
|
1
|
+
import { W as Re, a as L, K as Ie, ad as F, p as Ne, ae as de, q as pe, u as z, i as P, r as Ae, aF as ne, s as fe, t as H, O as q, aE as Oe, ax as De, T as Fe, v as Pe, w as Ue, b as ye, d as oe, e as Z, R as ae, H as Me, ac as Be, D as W, h as A, f as Qe } from "./app-pBbFb2kn.js";
|
|
2
2
|
import { useCoreStore as J, useI18n as X } from "@feedmepos/mf-common";
|
|
3
3
|
import { useDialogChild as Le, useSnackbar as he, useDialog as He, FmButtonVariant as se, components as ie } from "@feedmepos/ui-library";
|
|
4
4
|
import { defineStore as ve } from "pinia";
|
|
5
5
|
import { defineComponent as ge, resolveComponent as M, openBlock as T, createElementBlock as w, createElementVNode as $, normalizeClass as B, createTextVNode as qe, toDisplayString as I, unref as R, createCommentVNode as Q, createVNode as O, withCtx as G, Fragment as U, renderList as j, ref as E, onMounted as Ve, computed as le, watch as je, createSlots as ze, createBlock as V, h as Y } from "vue";
|
|
6
6
|
import { useRouter as Ke } from "vue-router";
|
|
7
|
-
import { u as ee } from "./supplier-
|
|
7
|
+
import { u as ee } from "./supplier-B_UGrq8S.js";
|
|
8
8
|
const be = Re((e, t) => {
|
|
9
9
|
function a() {
|
|
10
10
|
var n;
|
|
@@ -437,7 +437,7 @@ function et(e, t, a) {
|
|
|
437
437
|
const p = {
|
|
438
438
|
sku: o,
|
|
439
439
|
code: e.overrideCode || o.code,
|
|
440
|
-
name: o.name,
|
|
440
|
+
name: e.name || o.name,
|
|
441
441
|
measurement: i,
|
|
442
442
|
quantity: r,
|
|
443
443
|
quantityStep: l,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aS as L, a1 as U, aT as J, a2 as Oe, aU as Us, a4 as tr, aV as Rt } from "./app-
|
|
1
|
+
import { aS as L, a1 as U, aT as J, a2 as Oe, aU as Us, a4 as tr, aV as Rt } from "./app-pBbFb2kn.js";
|
|
2
2
|
function Vs(t, e) {
|
|
3
3
|
for (var r = 0; r < e.length; r++) {
|
|
4
4
|
const n = e[r];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { W as m, u as B, a as d, am as k, K as p } from "./app-
|
|
1
|
+
import { W as m, u as B, a as d, am as k, K as p } from "./app-pBbFb2kn.js";
|
|
2
2
|
import { useCoreStore as v } from "@feedmepos/mf-common";
|
|
3
3
|
import { useSnackbar as y } from "@feedmepos/ui-library";
|
|
4
4
|
import { ref as $, computed as S } from "vue";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { W as m, u, r as y, an as b, ao as v } from "./app-
|
|
1
|
+
import { W as m, u, r as y, an as b, ao as v } from "./app-pBbFb2kn.js";
|
|
2
2
|
import { useCoreStore as c } from "@feedmepos/mf-common";
|
|
3
3
|
import { defineStore as w } from "pinia";
|
|
4
4
|
import { ref as l, computed as d } from "vue";
|