ionic-vhframeworks 3.8.6 → 3.8.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.
@@ -10367,8 +10367,8 @@ export declare class VhQuerySales {
10367
10367
  /**
10368
10368
  * @example:
10369
10369
  * this.vhQuerySales.deletePayment_Detail('5fb67fda87c0f21d484cbdf3')
10370
- .then((bool)=>{
10371
- console.log('deletePayment_Detail', bool);
10370
+ .then((response)=>{
10371
+ console.log('deletePayment_Detail', response);
10372
10372
  },error=>{
10373
10373
  reject(error);
10374
10374
  })
@@ -10926,6 +10926,7 @@ export declare class VhQuerySales {
10926
10926
  * @return Promise JSON(array) => json.docs = [obj, obj, obj....]; obj ={index, id_product, name, barcode, unit, img, id_customer, quantity, sales_btax, sales_atax}
10927
10927
  */
10928
10928
  getReportSales_Customers_byProducts(starttime: any, endtime: any, id_customer: any, IDbranch?: string): Promise<any>;
10929
+ getReportSales_Customers_byProducts_Analytics(starttime: any, endtime: any, id_customer: any, IDbranch?: string): Promise<any>;
10929
10930
  /**
10930
10931
  * @Usage Hàm này dùng trong page DOANH SỐ KHÁCH HÀNG (layer 3) -> Chọn TẤT CẢ hoặc MỘT khách hàng -> Chọn một khách hàng trong list hiện ra -> Chọn một sản phẩm trong list tiếp theo hiện ra
10931
10932
  * @example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.8.6",
3
+ "version": "3.8.7",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"