@feedmepos/mf-inventory-portal 0.0.22-dev.4 → 0.0.22-dev.41
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-DKqwRFlF.js} +25 -26
- package/dist/{BindingsDialog-CCSAxGT4.js → BindingsDialog-CtMSqEuE.js} +9 -9
- package/dist/{BindingsPicker-ErFH0uEQ.js → BindingsPicker-DCLNF1PL.js} +22 -22
- package/dist/{BindingsTable-D8ffJgIJ.js → BindingsTable-6ndQuHeA.js} +1 -1
- package/dist/ClosingTemplateView-BPrDQ_8-.js +1688 -0
- package/dist/FmDroppableField-DQFPEiJn.js +152 -0
- package/dist/FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-BUGB0uk3.js +266 -0
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CM93v-jp.js +359 -0
- package/dist/IngredientBindedItem.vue_vue_type_script_setup_true_lang-SNp8etCc.js +51 -0
- package/dist/IngredientsView-B1jGkWYN.js +1611 -0
- package/dist/{IntegrationView-54yz2EqS.js → IntegrationView-Bu0waSjB.js} +71 -71
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CKvKlCk-.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-mZQlrYaY.js} +1 -1
- package/dist/PremiumBadge.vue_vue_type_script_setup_true_lang-BEFmqnHk.js +116 -0
- package/dist/{PurchaseOrderPrintPreview-pcpWSfl4.js → PurchaseOrderPrintPreview-DTQViYuX.js} +7 -7
- package/dist/ReceiveRequestView-CNRixgQu.js +4069 -0
- package/dist/RecipeView-HStPC5pE.js +591 -0
- package/dist/Standalone.vue.d.ts +2 -0
- package/dist/StockView-JO3NtkX9.js +7762 -0
- package/dist/{SupplierView-TYCkPXan.js → SupplierView-gtaS4K3U.js} +111 -111
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-dPt3qbcX.js +1146 -0
- package/dist/TransferTemplateView-C0pjLfbz.js +2054 -0
- package/dist/{UnitView-B9yE4-rc.js → UnitView-dbInWUk4.js} +18 -18
- package/dist/{WarehouseView-DUtVLTjb.js → WarehouseView-BlTBvLF0.js} +176 -177
- package/dist/api/bill.d.ts +84 -238
- package/dist/api/closing-template.d.ts +6 -4
- package/dist/api/inventory.d.ts +72 -85
- package/dist/api/netsuite.d.ts +47 -0
- package/dist/api/purchase-order-template.d.ts +4 -6
- package/dist/{app-w8TOQVZc.js → app-TB3IWuaU.js} +24520 -23671
- package/dist/app.d.ts +7 -0
- package/dist/app.js +3 -3
- package/dist/components/FmFilterableMenuOptions.vue.d.ts +54 -0
- package/dist/components/FmMinMaxInputRules.d.ts +2 -0
- package/dist/components/FmUnitInputRules.d.ts +2 -0
- package/dist/components/map/GoogleMap.vue.d.ts +4 -4
- package/dist/{decimal-C4q7UMfr.js → decimal-BRAYgPnN.js} +1 -1
- package/dist/defineDeepModel-DrEk5Fhq.js +13 -0
- package/dist/format-time-from-id-kpVYfVQb.js +15 -0
- package/dist/helper/rules.d.ts +7 -0
- package/dist/helper/rules.spec.d.ts +1 -0
- package/dist/helper/xlsx.util.d.ts +7 -0
- package/dist/purchase-order-transaction-type-ZMNa__2l.js +348 -0
- package/dist/stores/api.d.ts +1 -0
- package/dist/stores/feature.d.ts +0 -1
- package/dist/stores/helper/core-store-proxy.d.ts +3 -0
- package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
- package/dist/stores/inventory.d.ts +85 -0
- package/dist/stores/location.d.ts +508 -503
- package/dist/stores/netsuite.d.ts +69 -0
- package/dist/stores/route.d.ts +0 -5
- package/dist/stores/supplier.d.ts +120 -3
- package/dist/style.css +1 -1
- package/dist/supplier-CJcqHpaM.js +70 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-template-enabled-locations-2-DyD24laW.js +85 -0
- package/dist/views/closing-template/closing-template-import/ClosingTemplateImportItem.vue.d.ts +12 -0
- package/dist/views/closing-template/closing-template-import/ClosingTemplateImportItemProps.d.ts +7 -0
- package/dist/views/closing-template/composables/use-closing-template-actions.d.ts +1093 -1026
- package/dist/views/closing-template/composables/use-closing-template-table.d.ts +1098 -1037
- package/dist/views/closing-template/helpers/import-export.helper.d.ts +58 -0
- package/dist/views/ingredients/composables/use-ingredient-form.d.ts +2 -2
- package/dist/views/receive-request/components/transfer-details/TransferDetailsProps.d.ts +1 -0
- package/dist/views/receive-request/components/transfer-form/NetSuiteField.vue.d.ts +45 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +1944 -82
- package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +1 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +2351 -284
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +2300 -233
- 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-details/TransferTemplateDetails.vue.d.ts +0 -2
- package/dist/views/transfer-template/components/transfer-template-details/TransferTemplateDetailsProps.d.ts +0 -1
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +13 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations.d.ts +71 -85
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +39 -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 +1263 -1466
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +1688 -897
- 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 -0
- package/dist/views/transfer-template/helpers/template-item.error.helper.d.ts +1 -0
- package/dist/views/unit/composables/use-unit-form.d.ts +2 -2
- package/dist/{xlsx-BggStaH1.js → xlsx-Dd5ckm6-.js} +1525 -1525
- package/dist/xlsx.util-qlqvEcJz.js +78 -0
- package/package.json +7 -5
- package/dist/ClosingTemplateView-DdZlX1ug.js +0 -1030
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-ZYtBNoaE.js +0 -372
- package/dist/IngredientsView-DnwwQJTN.js +0 -1758
- package/dist/PremiumBadge.vue_vue_type_script_setup_true_lang-Bom_KvXW.js +0 -88
- package/dist/ReceiveRequestView-D5HXMY4Z.js +0 -215
- package/dist/RecipeView-BHkTgm5H.js +0 -581
- package/dist/StockView-iczCFYxn.js +0 -1892
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-EN3JgHKF.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DC0Ss5hi.js +0 -1409
- package/dist/TransferTemplateView-Bbvpuys7.js +0 -1230
- package/dist/defineDeepModel-BOApqV24.js +0 -13
- package/dist/format-time-from-id-Cafjo8fn.js +0 -15
- package/dist/id-to-date-CtSHSVJF.js +0 -30
- package/dist/layout/layout-routes.d.ts +0 -6
- package/dist/purchase-order-transaction-type-CIC5h-6x.js +0 -712
- package/dist/supplier-CM-vZ4bQ.js +0 -69
- package/dist/use-template-enabled-locations-Bm00vEzC.js +0 -57
- package/dist/xlsx.util-CqlYZLKW.js +0 -109
- /package/dist/{layout/InventoryLayout.vue.d.ts → views/closing-template/closing-template-import/ClosingTemplateImport.vue.d.ts} +0 -0
|
@@ -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?: {
|
|
@@ -1878,6 +1885,21 @@ export declare function useInventoryStore(): {
|
|
|
1878
1885
|
};
|
|
1879
1886
|
}[];
|
|
1880
1887
|
}[];
|
|
1888
|
+
readonly unitById: Record<string, {
|
|
1889
|
+
_id: string;
|
|
1890
|
+
name: string;
|
|
1891
|
+
abbrev: string;
|
|
1892
|
+
precision: number;
|
|
1893
|
+
measurements: {
|
|
1894
|
+
id: string;
|
|
1895
|
+
name: string;
|
|
1896
|
+
abbrev: string;
|
|
1897
|
+
conversion: {
|
|
1898
|
+
amount: number;
|
|
1899
|
+
precision: number;
|
|
1900
|
+
};
|
|
1901
|
+
}[];
|
|
1902
|
+
}>;
|
|
1881
1903
|
readonly recipes: {
|
|
1882
1904
|
_id: string;
|
|
1883
1905
|
name: string;
|
|
@@ -2046,6 +2068,69 @@ export declare function useInventoryStore(): {
|
|
|
2046
2068
|
_id: string;
|
|
2047
2069
|
name: string;
|
|
2048
2070
|
}>;
|
|
2071
|
+
readonly skuByCode: Record<string, {
|
|
2072
|
+
trackingMeasurement?: string | null | undefined;
|
|
2073
|
+
convert?: {
|
|
2074
|
+
measurement?: string | null | undefined;
|
|
2075
|
+
inventoryBindings?: {
|
|
2076
|
+
measurement?: {
|
|
2077
|
+
id: string;
|
|
2078
|
+
name: string;
|
|
2079
|
+
abbrev: string;
|
|
2080
|
+
conversion: {
|
|
2081
|
+
amount: number;
|
|
2082
|
+
precision: number;
|
|
2083
|
+
};
|
|
2084
|
+
} | null | undefined;
|
|
2085
|
+
type: "RECIPE" | "SKU";
|
|
2086
|
+
amount: {
|
|
2087
|
+
amount: number;
|
|
2088
|
+
precision: number;
|
|
2089
|
+
};
|
|
2090
|
+
id: string;
|
|
2091
|
+
}[] | null | undefined;
|
|
2092
|
+
} | null | undefined;
|
|
2093
|
+
valuation?: "FIFO" | "LIFO" | "FEFO" | "WAVG" | null | undefined;
|
|
2094
|
+
defaultCost?: {
|
|
2095
|
+
measurement?: {
|
|
2096
|
+
id: string;
|
|
2097
|
+
name: string;
|
|
2098
|
+
abbrev: string;
|
|
2099
|
+
conversion: {
|
|
2100
|
+
amount: number;
|
|
2101
|
+
precision: number;
|
|
2102
|
+
};
|
|
2103
|
+
} | null | undefined;
|
|
2104
|
+
costPerUnit: {
|
|
2105
|
+
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
2106
|
+
amount: number;
|
|
2107
|
+
precision: number;
|
|
2108
|
+
};
|
|
2109
|
+
} | null | undefined;
|
|
2110
|
+
thresholds?: {
|
|
2111
|
+
low: number;
|
|
2112
|
+
mid: number;
|
|
2113
|
+
} | null | undefined;
|
|
2114
|
+
operationalGroup?: string | null | undefined;
|
|
2115
|
+
unit: {
|
|
2116
|
+
_id: string;
|
|
2117
|
+
name: string;
|
|
2118
|
+
abbrev: string;
|
|
2119
|
+
precision: number;
|
|
2120
|
+
measurements: {
|
|
2121
|
+
id: string;
|
|
2122
|
+
name: string;
|
|
2123
|
+
abbrev: string;
|
|
2124
|
+
conversion: {
|
|
2125
|
+
amount: number;
|
|
2126
|
+
precision: number;
|
|
2127
|
+
};
|
|
2128
|
+
}[];
|
|
2129
|
+
};
|
|
2130
|
+
code: string;
|
|
2131
|
+
_id: string;
|
|
2132
|
+
name: string;
|
|
2133
|
+
}>;
|
|
2049
2134
|
init(): Promise<void>;
|
|
2050
2135
|
readClosing(): Promise<void>;
|
|
2051
2136
|
getAffectedMenu(id: string): Promise<BindedWithRecipeId[]>;
|