@feedmepos/mf-inventory-portal 0.0.10-dev.2 → 0.0.11
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-Df90Kw66.js → ApprovalView-CBO3KV48.js} +8 -8
- package/dist/{BindingsDialog-Ds0yCfnA.js → BindingsDialog-BKgZAlZu.js} +7 -7
- package/dist/{BindingsPicker-BxGxpPXb.js → BindingsPicker-CImxnSOi.js} +6 -6
- package/dist/{BindingsTable-B1S8Szde.js → BindingsTable-2u4seyjB.js} +6 -6
- package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-BTBYwM9n.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-rR7eK074.js} +1 -1
- package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-DmkzzRJ8.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-7unoxVAo.js} +9 -9
- package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-DOywJ5xI.js → FmUnitInput.vue_vue_type_script_setup_true_lang-ND2fN_kd.js} +3 -3
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-moaZvwA4.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-t8t4HKkB.js} +1 -1
- package/dist/{IngredientsView-L-TwNbQO.js → IngredientsView-Djr7uwGV.js} +6 -6
- package/dist/{IntegrationView-BTY01m48.js → IntegrationView-bx6lsxlq.js} +3 -3
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BIIHBy8F.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-Bs7QMhTG.js} +6 -6
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-xCGNge8h.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CYBdrU03.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-CpFqJ6Kq.js → PurchaseOrderPrintPreview-D4-WJ2aZ.js} +1 -1
- package/dist/{ReceiveRequestView-tZIc1aFq.js → ReceiveRequestView-Ca5dHiuL.js} +12 -12
- package/dist/{RecipeView-BDeJa6EW.js → RecipeView-CDFygh-M.js} +7 -7
- package/dist/StockView-KvI6UIp1.js +1886 -0
- package/dist/{SupplierView-XFImKtpX.js → SupplierView-CzBSVtTk.js} +7 -7
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-DqbOmmBQ.js → TransferDetails.vue_vue_type_script_setup_true_lang-BBkcEAMT.js} +5 -5
- package/dist/{UnitView-pioanu_L.js → UnitView-yJ-ntMwj.js} +6 -6
- package/dist/WarehouseView-R02ow3II.js +1047 -0
- package/dist/api/stock.d.ts +0 -8
- package/dist/{app-Ca3xQzK8.js → app-ngxltyJg.js} +6460 -6363
- package/dist/app.js +1 -1
- package/dist/{date2-mcCyzcMi.js → date2-BClu5ebo.js} +4 -4
- package/dist/{dayjs.min-DrT1y160.js → dayjs.min-BKDcFJCt.js} +2 -2
- package/dist/{decimal-nEZt9CuQ.js → decimal-wU-3iCIE.js} +1 -1
- package/dist/{fuzzy-DId_c0sp.js → fuzzy-CYMXuBHO.js} +1 -1
- package/dist/{init-date-range-Ce1x2L6w.js → init-date-range-CkqYiUfb.js} +1 -1
- package/dist/{layout-C3XbCZFW.js → layout-DSJ4j5AA.js} +19 -19
- package/dist/{rules-CQ7KZ6CI.js → rules-zJSJdpIG.js} +1 -1
- package/dist/{stock-estimate-BinaZfqv.js → stock-estimate-B_3SCaMv.js} +2 -2
- package/dist/{supplier-QIh4LGvK.js → supplier-9QGVj5jO.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-CxwFPCwL.js → use-inventory-binding-dialog-CdiLTcQZ.js} +2 -2
- package/dist/{xlsx-CU4Fu6Bf.js → xlsx-Bj1y4vnv.js} +1 -1
- package/package.json +2 -2
- package/dist/StockView-B2XvGmYh.js +0 -1995
- package/dist/WarehouseView-C39yLP8o.js +0 -1139
- package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +0 -9
package/dist/api/stock.d.ts
CHANGED
|
@@ -6,12 +6,4 @@ export declare const useStockApi: () => {
|
|
|
6
6
|
readStockAdjustment(id: string, start: string, end: string): Promise<WithRev<FdoInventoryAdjustment>[]>;
|
|
7
7
|
convertSku(dto: FdtoConvertSku): Promise<any>;
|
|
8
8
|
adjustSku(dto: FdtoAdjustSkuBalance): Promise<any>;
|
|
9
|
-
recalculation: {
|
|
10
|
-
getRecalculateAbility(): Promise<{
|
|
11
|
-
reason?: string | null | undefined;
|
|
12
|
-
lastClosing?: string | null | undefined;
|
|
13
|
-
canRecalculate: boolean;
|
|
14
|
-
}>;
|
|
15
|
-
startRecalculateTask(): Promise<any>;
|
|
16
|
-
};
|
|
17
9
|
};
|