@feedmepos/mf-inventory-portal 0.0.19-dev.6 → 0.0.19-dev.9

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 (45) hide show
  1. package/dist/{ApprovalView-CzKLgsJ9.js → ApprovalView-Bcxk6B7K.js} +5 -5
  2. package/dist/{BindingsDialog-D7CWodmi.js → BindingsDialog-XDkcjW_c.js} +6 -6
  3. package/dist/{BindingsPicker-Dxavpg09.js → BindingsPicker-CgbiqX72.js} +6 -6
  4. package/dist/{BindingsTable-BQEyLG4F.js → BindingsTable-xNXNsBAd.js} +1 -1
  5. package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-4EAZjYHf.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DFPkUHl-.js} +1 -1
  6. package/dist/{IngredientsView-DLeVfaAy.js → IngredientsView-DD7ns3mP.js} +4 -4
  7. package/dist/{IntegrationView-CZTl4lcU.js → IntegrationView-CErHEVAO.js} +2 -2
  8. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CEhOhALE.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-XXoPyhlc.js} +1 -1
  9. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-CCD2yMHJ.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BpyUheXn.js} +1 -1
  10. package/dist/{PurchaseOrderPrintPreview-pVhvi2XF.js → PurchaseOrderPrintPreview-L_iaaURb.js} +1 -1
  11. package/dist/{ReceiveRequestView-CzsOfdV4.js → ReceiveRequestView-BKbeFDxm.js} +7 -7
  12. package/dist/{RecipeView-DsTG2guX.js → RecipeView-Drp4l4gL.js} +4 -4
  13. package/dist/{StockView-ruZ30kOE.js → StockView-Cj6fErwD.js} +7 -7
  14. package/dist/{SupplierView-BT9IfLzB.js → SupplierView-EFsHWet-.js} +4 -4
  15. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-BUArpD4v.js → TransferDetails.vue_vue_type_script_setup_true_lang-kM5fyqq6.js} +4 -4
  16. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-CyFMCmXw.js +1605 -0
  17. package/dist/TransferTemplateView-Cymhrayh.js +933 -0
  18. package/dist/{UnitView-sSGMkQo5.js → UnitView-C_tAxIpq.js} +5 -5
  19. package/dist/{WarehouseView-B2ueU0Oq.js → WarehouseView-BAqVtbD6.js} +3 -3
  20. package/dist/{app-D8_IIKxj.js → app-CeUU5Gd8.js} +139 -138
  21. package/dist/app.d.ts +3 -1
  22. package/dist/app.js +1 -1
  23. package/dist/{decimal-BbpHeqMX.js → decimal-D3KXLC4T.js} +1 -1
  24. package/dist/{id-to-date-DNUSJ_a1.js → id-to-date-Cj02m808.js} +1 -1
  25. package/dist/{layout-D-dTwEwF.js → layout-2zzAZIVO.js} +1 -1
  26. package/dist/{purchase-order-transaction-type-M-fz1Vrz.js → purchase-order-transaction-type-Dz0YF5qh.js} +3 -4
  27. package/dist/style.css +1 -1
  28. package/dist/{supplier-tz4ui5Tz.js → supplier-mDVKd7Ge.js} +1 -1
  29. package/dist/tsconfig.app.tsbuildinfo +1 -1
  30. package/dist/views/receive-request/components/transfer-form/TransferForm2.vue.d.ts +16 -0
  31. package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -1
  32. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +187 -0
  33. package/dist/views/receive-request/components/transfer-form/components/TransferItem.vue.d.ts +23 -0
  34. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +21 -0
  35. package/dist/views/receive-request/components/transfer-form/composables/use-backdate-po.d.ts +9 -0
  36. package/dist/views/receive-request/components/transfer-form/composables/use-compare-price.d.ts +6 -0
  37. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +111 -0
  38. package/dist/views/receive-request/helper/get-transfer-type.d.ts +2 -0
  39. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +1 -1
  40. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +1 -0
  41. package/dist/{xlsx-CjvXXGPi.js → xlsx-B-2KyDJq.js} +1 -1
  42. package/dist/{xlsx.util-CTgyjOr7.js → xlsx.util-D6EzRE71.js} +2 -2
  43. package/package.json +3 -3
  44. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DqaAbttB.js +0 -1269
  45. package/dist/TransferTemplateView-CXafUQyI.js +0 -1130
package/dist/app.d.ts CHANGED
@@ -349,11 +349,13 @@ export declare const i18nMessages: {
349
349
  Code: string;
350
350
  Name: string;
351
351
  Amount: string;
352
- Amount2: string;
352
+ DefaultAmount: string;
353
+ DefaultAmount2: string;
353
354
  MinimumAmount: string;
354
355
  MinimumAmount2: string;
355
356
  Step: string;
356
357
  Cost: string;
358
+ Cost2: string;
357
359
  Delete: string;
358
360
  };
359
361
  };
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { an as s, _ as r, ao as e, al as o, am as m, u as t } from "./app-D8_IIKxj.js";
1
+ import { am as s, _ as r, an as e, ak as o, al as m, u as t } from "./app-CeUU5Gd8.js";
2
2
  export {
3
3
  s as FmApp,
4
4
  r as InventoryBindingForm,
@@ -1,4 +1,4 @@
1
- import "./app-D8_IIKxj.js";
1
+ import "./app-CeUU5Gd8.js";
2
2
  function m(a) {
3
3
  function t(o, n = !0) {
4
4
  const e = Math.round(Math.log10(o));
@@ -1,4 +1,4 @@
1
- import { u as s, a as i } from "./xlsx-CjvXXGPi.js";
1
+ import { u as s, a as i } from "./xlsx-B-2KyDJq.js";
2
2
  function c(t, e) {
3
3
  return e.map((n) => typeof n.selector == "function" ? n.selector(t) : t[n.selector]);
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import { components as I, useBreakpoints as R } from "@feedmepos/ui-library";
2
2
  import { h as i, defineComponent as F, computed as B, openBlock as u, createBlock as M, resolveDynamicComponent as V, unref as p, normalizeClass as x, withCtx as z, createElementVNode as d, renderSlot as D, normalizeProps as L, guardReactiveProps as N, createElementBlock as c, Fragment as k, renderList as P, createVNode as w, createCommentVNode as y } from "vue";
3
- import { ag as _ } from "./app-D8_IIKxj.js";
3
+ import { af as _ } from "./app-CeUU5Gd8.js";
4
4
  const { FmMenu: E, FmButton: S, FmMenuItem: $ } = I;
5
5
  function O(o, n) {
6
6
  return i(
@@ -1,6 +1,6 @@
1
- import { n as x, j as N, ae as l, ad as j, J as H, K as q, af as Y, c as V, a9 as W, w as G, b as J } from "./app-D8_IIKxj.js";
1
+ import { n as x, j as N, ad as l, ac as j, J as H, K as q, ae as Y, c as V, a9 as W, w as G, b as J } from "./app-CeUU5Gd8.js";
2
2
  import { ref as h, computed as K } from "vue";
3
- import { i as Q } from "./FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-4EAZjYHf.js";
3
+ import { i as Q } from "./FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DFPkUHl-.js";
4
4
  import { F as C } from "./row-action.enum-7jVyol1k.js";
5
5
  import { useDialog as Z, useSnackbar as z } from "@feedmepos/ui-library";
6
6
  const X = x((s, t) => {
@@ -115,7 +115,7 @@ function ue(s, t) {
115
115
  function U(r) {
116
116
  const e = {
117
117
  mode: C.CREATE,
118
- modelValue: r ?? {},
118
+ modelValue: r || void 0,
119
119
  show: !0,
120
120
  "onUpdate:show"(c) {
121
121
  g.value.show = c;
@@ -290,6 +290,5 @@ export {
290
290
  X as a,
291
291
  ee as d,
292
292
  ce as f,
293
- O as p,
294
293
  ue as u
295
294
  };
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .v-enter-active[data-v-3ab1d100],.v-leave-active[data-v-3ab1d100]{transition:opacity .1s ease}.v-enter-from[data-v-3ab1d100],.v-leave-to[data-v-3ab1d100]{opacity:0}.fm-status-badge-draft{background-color:var(--fm-color-neutral-gray-100);color:var(--fm-color-neutral-gray-500)}.fm-status-badge-receiving{background-color:var(--fm-color-system-blue-100);color:var(--fm-color-system-blue-400)}.fm-status-badge-cancel{background-color:var(--fm-color-system-red-100);color:var(--fm-color-system-red-400)}.fm-status-badge-complete{background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fm-status-badge-processing,.fm-status-badge-requesting{background-color:var(--fm-color-system-orange-100);color:var(--fm-color-system-orange-400)}.fm-forecast-notification-low{background-color:var(--fm-color-system-red-100);color:var(--fm-color-system-red-400)}.fm-forecast-notification-mid{background-color:var(--fm-color-system-orange-100);color:var(--fm-color-system-orange-400)}.fm-forecast-notification-high{background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fm-forecast-notification-indicator{display:inline-block;height:12px;width:12px;border-radius:9999px}.fm-forecast-notification-indicator-low{background-color:var(--fm-color-system-red-400)}.fm-forecast-notification-indicator-mid{background-color:var(--fm-color-system-orange-400)}.fm-forecast-notification-indicator-high{background-color:var(--fm-color-system-green-400)}.fm-droppable-field[data-v-311b22a0]{display:flex;flex-direction:column;gap:4px}.fm-droppable-field__container[data-v-311b22a0]{position:relative;background-color:var(--fm-color-neutral-white);padding:12px;border-radius:8px;border-width:2px;border-style:dashed;border-color:var(--fm-color-neutral-gray-300);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.fm-droppable-field__container--disabled[data-v-311b22a0]{cursor:not-allowed;color:var(--fm-color-neutral-gray-200);border-color:var(--fm-color-neutral-gray-200)}.fm-droppable-field__container--dragging[data-v-311b22a0]{border-color:var(--fm-color-primary)}.fm-droppable-field__container--invalid[data-v-311b22a0]{border-color:var(--fm-color-system-red-300)}.fm-droppable-field__container[data-v-311b22a0]:hover:not(.fm-droppable-field__container--disabled){border-color:var(--fm-color-neutral-gray-400)}.fm-droppable-field__input[data-v-311b22a0]{cursor:pointer;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%}.fm-droppable-field__input[data-v-311b22a0]:disabled{display:none;cursor:not-allowed}.map-button[data-v-272f5e8b]{border-top-width:1px;border-top-color:var(--fm-color-neutral-gray-200);color:var(--fm-color-neutral-gray-400);padding:.2rem 1rem;border-radius:8px}table[data-v-54384fc1]{width:100%;border-spacing:unset;line-height:inherit}table td[data-v-54384fc1],table th[data-v-54384fc1]{padding:3px 5px;vertical-align:top}hr[data-v-54384fc1]{border-collapse:unset;background:#888;height:2px;border:0px}.text-left[data-v-54384fc1]{text-align:left}.text-right[data-v-54384fc1]{text-align:right}.purchase-box[data-v-54384fc1]{max-width:800px;margin:auto;padding:30px;border:1px solid #eee;box-shadow:0 0 10px #00000026;font-size:16px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif;color:#555}.title[data-v-54384fc1]{padding-bottom:0;font-size:30px;color:#333}.header[data-v-54384fc1]{font-weight:600;color:#333}.sub-header[data-v-54384fc1]{font-size:18px;color:#333}.caption[data-v-54384fc1]{font-size:14px;color:#666}.address[data-v-54384fc1]{font-size:16px;line-height:1.2;color:#666}.purchase-body[data-v-54384fc1]{margin-top:30px}.item-header[data-v-54384fc1]{border:0px;background:#ccc;color:#444}
1
+ .v-enter-active[data-v-3ab1d100],.v-leave-active[data-v-3ab1d100]{transition:opacity .1s ease}.v-enter-from[data-v-3ab1d100],.v-leave-to[data-v-3ab1d100]{opacity:0}.fm-status-badge-draft{background-color:var(--fm-color-neutral-gray-100);color:var(--fm-color-neutral-gray-500)}.fm-status-badge-receiving{background-color:var(--fm-color-system-blue-100);color:var(--fm-color-system-blue-400)}.fm-status-badge-cancel{background-color:var(--fm-color-system-red-100);color:var(--fm-color-system-red-400)}.fm-status-badge-complete{background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fm-status-badge-processing,.fm-status-badge-requesting{background-color:var(--fm-color-system-orange-100);color:var(--fm-color-system-orange-400)}.fm-chip-transfer-info{background-color:var(--fm-color-system-blue-100);color:var(--fm-color-system-blue-400)}.fm-forecast-notification-low{background-color:var(--fm-color-system-red-100);color:var(--fm-color-system-red-400)}.fm-forecast-notification-mid{background-color:var(--fm-color-system-orange-100);color:var(--fm-color-system-orange-400)}.fm-forecast-notification-high{background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fm-forecast-notification-indicator{display:inline-block;height:12px;width:12px;border-radius:9999px}.fm-forecast-notification-indicator-low{background-color:var(--fm-color-system-red-400)}.fm-forecast-notification-indicator-mid{background-color:var(--fm-color-system-orange-400)}.fm-forecast-notification-indicator-high{background-color:var(--fm-color-system-green-400)}.fm-droppable-field[data-v-311b22a0]{display:flex;flex-direction:column;gap:4px}.fm-droppable-field__container[data-v-311b22a0]{position:relative;background-color:var(--fm-color-neutral-white);padding:12px;border-radius:8px;border-width:2px;border-style:dashed;border-color:var(--fm-color-neutral-gray-300);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.fm-droppable-field__container--disabled[data-v-311b22a0]{cursor:not-allowed;color:var(--fm-color-neutral-gray-200);border-color:var(--fm-color-neutral-gray-200)}.fm-droppable-field__container--dragging[data-v-311b22a0]{border-color:var(--fm-color-primary)}.fm-droppable-field__container--invalid[data-v-311b22a0]{border-color:var(--fm-color-system-red-300)}.fm-droppable-field__container[data-v-311b22a0]:hover:not(.fm-droppable-field__container--disabled){border-color:var(--fm-color-neutral-gray-400)}.fm-droppable-field__input[data-v-311b22a0]{cursor:pointer;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%}.fm-droppable-field__input[data-v-311b22a0]:disabled{display:none;cursor:not-allowed}.map-button[data-v-272f5e8b]{border-top-width:1px;border-top-color:var(--fm-color-neutral-gray-200);color:var(--fm-color-neutral-gray-400);padding:.2rem 1rem;border-radius:8px}table[data-v-54384fc1]{width:100%;border-spacing:unset;line-height:inherit}table td[data-v-54384fc1],table th[data-v-54384fc1]{padding:3px 5px;vertical-align:top}hr[data-v-54384fc1]{border-collapse:unset;background:#888;height:2px;border:0px}.text-left[data-v-54384fc1]{text-align:left}.text-right[data-v-54384fc1]{text-align:right}.purchase-box[data-v-54384fc1]{max-width:800px;margin:auto;padding:30px;border:1px solid #eee;box-shadow:0 0 10px #00000026;font-size:16px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif;color:#555}.title[data-v-54384fc1]{padding-bottom:0;font-size:30px;color:#333}.header[data-v-54384fc1]{font-weight:600;color:#333}.sub-header[data-v-54384fc1]{font-size:18px;color:#333}.caption[data-v-54384fc1]{font-size:14px;color:#666}.address[data-v-54384fc1]{font-size:16px;line-height:1.2;color:#666}.purchase-body[data-v-54384fc1]{margin-top:30px}.item-header[data-v-54384fc1]{border:0px;background:#ccc;color:#444}
@@ -1,4 +1,4 @@
1
- import { n as o, j as s, Q as u, T as c } from "./app-D8_IIKxj.js";
1
+ import { n as o, j as s, Q as u, T as c } from "./app-CeUU5Gd8.js";
2
2
  import { defineStore as l } from "pinia";
3
3
  import { ref as d } from "vue";
4
4
  const n = o((t, e) => {