ionic-vhframeworks 10.9.3 → 10.9.5
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.
|
@@ -6160,6 +6160,7 @@ export declare class VhQueryCafe {
|
|
|
6160
6160
|
* @return — Array -> array = [{},{},...]
|
|
6161
6161
|
*/
|
|
6162
6162
|
private getBill_details_byFields;
|
|
6163
|
+
private getBill_details_byFields_fromCache;
|
|
6163
6164
|
/**
|
|
6164
6165
|
* VhQueryCafe:
|
|
6165
6166
|
* @example
|
|
@@ -14479,7 +14480,6 @@ export declare class VhQuerySales {
|
|
|
14479
14480
|
* @returns
|
|
14480
14481
|
*/
|
|
14481
14482
|
private getLocalLiveIndexDB;
|
|
14482
|
-
private getLocalLiveIndexDB2;
|
|
14483
14483
|
private checkExpireBranch_Sales;
|
|
14484
14484
|
private checkExpireBranch_Sales365;
|
|
14485
14485
|
private initSyncCollections;
|
|
@@ -17240,6 +17240,7 @@ export declare class VhQuerySales {
|
|
|
17240
17240
|
* @return — Array -> array = [{},{},...]
|
|
17241
17241
|
*/
|
|
17242
17242
|
private getBill_details_byFields;
|
|
17243
|
+
private getBill_details_byFields_fromCache;
|
|
17243
17244
|
/**
|
|
17244
17245
|
* Hàm này tạo bill_code theo số thứ tự (trong ngày) của từng loại bill_type
|
|
17245
17246
|
* @example:
|
|
@@ -19167,8 +19168,8 @@ export declare class VhQuerySales {
|
|
|
19167
19168
|
* @return JSON(Array) => json.docs = [{id, name, index, debt, payment, rest,...},{},....]
|
|
19168
19169
|
* Lưu ý: giá trị này trả về dạng array
|
|
19169
19170
|
*/
|
|
19170
|
-
getDebtCustomers1(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
|
|
19171
19171
|
getDebtCustomers(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
|
|
19172
|
+
private getDebtCustomers1;
|
|
19172
19173
|
private syncDebtEveryDay_Debt1stDayOfMonth;
|
|
19173
19174
|
/**
|
|
19174
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
|