ionic-vhframeworks 10.9.5 → 10.9.7
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.
|
@@ -5765,7 +5765,7 @@ export declare class VhQueryCafe {
|
|
|
5765
5765
|
* let printers = this.vhQueryCafe.getlocalPrinters();
|
|
5766
5766
|
* @return Array(object) => array = [{},{},...]
|
|
5767
5767
|
*/
|
|
5768
|
-
getlocalPrinters(): any;
|
|
5768
|
+
getlocalPrinters(): any[];
|
|
5769
5769
|
/**
|
|
5770
5770
|
* @example:
|
|
5771
5771
|
* this.vhQueryCafe.refreshLocalPrinters()
|
|
@@ -16732,7 +16732,7 @@ export declare class VhQuerySales {
|
|
|
16732
16732
|
* let printers = this.vhQuerySales.getlocalPrinters();
|
|
16733
16733
|
* @return Array(object) => array = [{},{},...]
|
|
16734
16734
|
*/
|
|
16735
|
-
getlocalPrinters(): any;
|
|
16735
|
+
getlocalPrinters(): any[];
|
|
16736
16736
|
/**
|
|
16737
16737
|
* @example:
|
|
16738
16738
|
* this.vhQuerySales.refreshLocalPrinters()
|
|
@@ -19168,8 +19168,8 @@ export declare class VhQuerySales {
|
|
|
19168
19168
|
* @return JSON(Array) => json.docs = [{id, name, index, debt, payment, rest,...},{},....]
|
|
19169
19169
|
* Lưu ý: giá trị này trả về dạng array
|
|
19170
19170
|
*/
|
|
19171
|
+
getDebtCustomers2(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
|
|
19171
19172
|
getDebtCustomers(starttime: any, endtime: any, IDcustomer: string, IDbranch?: string): Promise<any>;
|
|
19172
|
-
private getDebtCustomers1;
|
|
19173
19173
|
private syncDebtEveryDay_Debt1stDayOfMonth;
|
|
19174
19174
|
/**
|
|
19175
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
|