ionic-vhframeworks 8.2.3 → 8.2.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.
|
@@ -849,7 +849,7 @@ export declare class VhAuth {
|
|
|
849
849
|
private initializeDB;
|
|
850
850
|
/**
|
|
851
851
|
* @example:
|
|
852
|
-
* this.vhAuth.initializeProject('vhsales','firebase-mongo', '
|
|
852
|
+
* this.vhAuth.initializeProject('vhsales','firebase-mongo', 'firebase', 'firebase', 'research', 'research', 324852, 'all');
|
|
853
853
|
* @param projectname
|
|
854
854
|
* @param dbstorage: 'firebase' or 'firebase-mongo'
|
|
855
855
|
* @param imgstorage: 'firebase' or 'viethas'
|
|
@@ -6931,7 +6931,6 @@ export declare class VhQueryCafe {
|
|
|
6931
6931
|
* @returns
|
|
6932
6932
|
*/
|
|
6933
6933
|
private syncInventoryEveryDay_Stock1stDayOfMonth;
|
|
6934
|
-
private syncInventoryEveryDay_Stock1stDayOfMonth_old;
|
|
6935
6934
|
/**
|
|
6936
6935
|
* Hàm này dùng trong page Tồn kho, giá trị tồn kho NGUYÊN LIỆU (type=3), doanh số, chi phí nhập hàng tại một thời điểm endtime nào đó
|
|
6937
6936
|
* @example:
|
|
@@ -24288,7 +24287,6 @@ export declare class VhQuerySales {
|
|
|
24288
24287
|
* @Notice bill_type = [1,10,15,30,38,41,51,2,3,9,31,39]
|
|
24289
24288
|
*/
|
|
24290
24289
|
getReportProfit_byTime_byIDProduct(starttime: any, endtime: any, IDsub_or_product: any, IDbranch: any): Promise<any>;
|
|
24291
|
-
private getReportInputOutputInventory_byTime_byIDProduct1;
|
|
24292
24290
|
syncInventoryEveryDay_StockBeginning(): Promise<any>;
|
|
24293
24291
|
/**
|
|
24294
24292
|
* 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:
|