ionic-vhframeworks 4.3.8 → 4.3.9

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.
@@ -11590,6 +11590,19 @@ export declare class VhQuerySales {
11590
11590
  * @return Promise => array(object) = [{},{},..]
11591
11591
  */
11592
11592
  private getPromotions_byDate;
11593
+ /**
11594
+ * Hàm này đổi mảng Bill_Details sang mảng Bill_Details có chương trình khuyến mãi (nếu có)
11595
+ * @example:
11596
+ * this.vhQuerySales.changeBillDetails_toDisplay([{}, {}, {}])
11597
+ .then((bill_details_display)=>{
11598
+ console.log('changeBillDetails_toDisplay', bill_details_display);
11599
+ },error=>{
11600
+ console.log('error', error);
11601
+ })
11602
+ * @param bill_details
11603
+ * @return Array => array = [{},{},..]
11604
+ */
11605
+ changeBillDetails_toDisplay(bill_details: any): any[];
11593
11606
  /**
11594
11607
  * @example:
11595
11608
  * this.vhQuerySales.addPromotion_detail({name:'promition 1'})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.3.8",
3
+ "version": "4.3.9",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"