ionic-vhframeworks 8.5.2 → 8.5.4
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.
|
@@ -24681,12 +24681,12 @@ export declare class VhQuerySales {
|
|
|
24681
24681
|
getReportProfit_byTime_byIDProduct(starttime: any, endtime: any, IDsub_or_product: any, IDbranch: any): Promise<any>;
|
|
24682
24682
|
syncInventoryEveryDay_StockBeginning(): Promise<any>;
|
|
24683
24683
|
/**
|
|
24684
|
-
|
|
24685
|
-
|
|
24686
|
-
|
|
24687
|
-
|
|
24688
|
-
|
|
24689
|
-
|
|
24684
|
+
* Hàm này kiểm tra, tính toán tồn kho cho sản phẩm theo thuật toán 60days lúc khởi động Desktop hoặc Mobile:
|
|
24685
|
+
* + Nếu sản phẩm nào mà tháng gần nhất chưa tính thì hàm sẽ tính
|
|
24686
|
+
* + Nếu sản phẩm mới thêm vào thì hàm sẽ tính
|
|
24687
|
+
* vhQuerySales
|
|
24688
|
+
* @returns
|
|
24689
|
+
*/
|
|
24690
24690
|
private syncInventoryEveryDay_Stock1stDayOfMonth;
|
|
24691
24691
|
/**
|
|
24692
24692
|
* this.vhQuerySales.xoaduthuatronglots()
|