ionic-vhframeworks 10.9.4 → 10.9.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.
|
@@ -14480,7 +14480,6 @@ export declare class VhQuerySales {
|
|
|
14480
14480
|
* @returns
|
|
14481
14481
|
*/
|
|
14482
14482
|
private getLocalLiveIndexDB;
|
|
14483
|
-
private getLocalLiveIndexDB2;
|
|
14484
14483
|
private checkExpireBranch_Sales;
|
|
14485
14484
|
private checkExpireBranch_Sales365;
|
|
14486
14485
|
private initSyncCollections;
|
|
@@ -19169,8 +19168,8 @@ export declare class VhQuerySales {
|
|
|
19169
19168
|
* @return JSON(Array) => json.docs = [{id, name, index, debt, payment, rest,...},{},....]
|
|
19170
19169
|
* Lưu ý: giá trị này trả về dạng array
|
|
19171
19170
|
*/
|
|
19171
|
+
getDebtCustomers2(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
|
|
19172
19172
|
getDebtCustomers(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
|
|
19173
|
-
private getDebtCustomers1;
|
|
19174
19173
|
private syncDebtEveryDay_Debt1stDayOfMonth;
|
|
19175
19174
|
/**
|
|
19176
19175
|
* lấy về 1 bảng báo cáo kiểm kho (report) theo cấu trúc json ở dưới, nếu có cân bằng kho thì lấy về chung luôn
|