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