@feedmepos/mf-inventory-portal 0.0.22-dev.4 → 0.0.22-dev.6
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-xF73Z1jN.js → ApprovalView-C3pfc3dI.js} +4 -4
- package/dist/{BindingsDialog-CCSAxGT4.js → BindingsDialog-B5Wslo-f.js} +1 -1
- package/dist/{BindingsPicker-ErFH0uEQ.js → BindingsPicker-DvI3H5lb.js} +1 -1
- package/dist/{BindingsTable-D8ffJgIJ.js → BindingsTable-B6yXjwVZ.js} +1 -1
- package/dist/{ClosingTemplateView-DdZlX1ug.js → ClosingTemplateView-YW5Sw9M5.js} +5 -5
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-ZYtBNoaE.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BTw7Szfi.js} +1 -1
- package/dist/{IngredientsView-DnwwQJTN.js → IngredientsView-J-HwciIj.js} +3 -3
- package/dist/{IntegrationView-54yz2EqS.js → IntegrationView-CJgc6NQo.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CKvKlCk-.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CzCVf08r.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-Bom_KvXW.js → PremiumBadge.vue_vue_type_script_setup_true_lang-BJHZI0SZ.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-pcpWSfl4.js → PurchaseOrderPrintPreview-DQlHM7ar.js} +1 -1
- package/dist/{ReceiveRequestView-D5HXMY4Z.js → ReceiveRequestView-l-agN7yj.js} +6 -6
- package/dist/{RecipeView-BHkTgm5H.js → RecipeView-Bo85tc7w.js} +3 -3
- package/dist/{StockView-iczCFYxn.js → StockView-CqORznbJ.js} +6 -6
- package/dist/{SupplierView-TYCkPXan.js → SupplierView-BSc10_7O.js} +3 -3
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-EN3JgHKF.js → TransferDetails.vue_vue_type_script_setup_true_lang-qfnlbLSa.js} +4 -4
- package/dist/{TransferDialog.vue_vue_type_script_setup_true_lang-DC0Ss5hi.js → TransferDialog.vue_vue_type_script_setup_true_lang-CW4b6og_.js} +5 -5
- package/dist/{TransferTemplateView-Bbvpuys7.js → TransferTemplateView-Djn47L76.js} +9 -9
- package/dist/{UnitView-B9yE4-rc.js → UnitView-C4Ynhnes.js} +4 -4
- package/dist/{WarehouseView-DUtVLTjb.js → WarehouseView-CXhsdB6L.js} +2 -2
- package/dist/{app-w8TOQVZc.js → app-CEx_CAFE.js} +5005 -5134
- package/dist/app.js +1 -1
- package/dist/{decimal-C4q7UMfr.js → decimal-c4am8-9x.js} +1 -1
- package/dist/{defineDeepModel-BOApqV24.js → defineDeepModel-DstjIWV3.js} +1 -1
- package/dist/{format-time-from-id-Cafjo8fn.js → format-time-from-id-C7eIbCJx.js} +1 -1
- package/dist/{id-to-date-CtSHSVJF.js → id-to-date-BvvYzy9E.js} +1 -1
- package/dist/{purchase-order-transaction-type-CIC5h-6x.js → purchase-order-transaction-type-DpJe0L78.js} +208 -218
- package/dist/stores/inventory.d.ts +7 -0
- package/dist/stores/route.d.ts +0 -5
- package/dist/{supplier-CM-vZ4bQ.js → supplier-Buou9AeW.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-Bm00vEzC.js → use-template-enabled-locations-BPap1ER6.js} +1 -1
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +228 -0
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +228 -0
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +247 -0
- package/dist/{xlsx-BggStaH1.js → xlsx-_u-mXW67.js} +1 -1
- package/dist/{xlsx.util-CqlYZLKW.js → xlsx.util-C_mH9WMn.js} +2 -2
- package/package.json +1 -1
- package/dist/layout/InventoryLayout.vue.d.ts +0 -2
- package/dist/layout/layout-routes.d.ts +0 -6
|
@@ -1820,6 +1820,13 @@ export declare function useInventoryStore(): {
|
|
|
1820
1820
|
unitUsedBy: Record<string, UnitUsedBy[]>;
|
|
1821
1821
|
};
|
|
1822
1822
|
closing: {
|
|
1823
|
+
closedBy?: {
|
|
1824
|
+
faceId?: unknown;
|
|
1825
|
+
name: string;
|
|
1826
|
+
role: string;
|
|
1827
|
+
_id: string;
|
|
1828
|
+
passcode: string;
|
|
1829
|
+
} | null | undefined;
|
|
1823
1830
|
_id?: string | undefined;
|
|
1824
1831
|
adjustmentIds?: string[] | undefined;
|
|
1825
1832
|
skus?: {
|
package/dist/stores/route.d.ts
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
export interface RouteStore {
|
|
2
|
-
activeRoute: string;
|
|
3
|
-
activeRouteName: string;
|
|
4
2
|
loadingHookInstalled: boolean;
|
|
5
3
|
isLoading: boolean;
|
|
6
4
|
}
|
|
7
5
|
export declare function useRouteStore(): {
|
|
8
|
-
activeRoute: string;
|
|
9
|
-
activeRouteName: string;
|
|
10
6
|
readonly isLoading: boolean;
|
|
11
|
-
init(): void;
|
|
12
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as S, j as u, T as m, V as y } from "./app-
|
|
1
|
+
import { n as S, j as u, T as m, V as y } from "./app-CEx_CAFE.js";
|
|
2
2
|
import { useCoreStore as c } from "@feedmepos/mf-common";
|
|
3
3
|
import { defineStore as b } from "pinia";
|
|
4
4
|
import { ref as l, computed as v } from "vue";
|