ionic-vhframeworks 10.9.5 → 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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.9.5",
3
+ "version": "10.9.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"