ionic-vhframeworks 3.7.5 → 3.7.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.
@@ -1007,7 +1007,7 @@ export declare class VhQueryCafe {
1007
1007
  /**
1008
1008
  * @Nghiệp vụ tạo (bill_type 5->1), hủy đơn hàng bán món ăn (dùng hàm)
1009
1009
  * {createBill, getBill} -> {createBill_detail, updateBill_detail, deleteBill_detail} -> {saveBill_Billdetail, deleteBill_Billdetail}
1010
- * @Nghiệp cập nhật hóa đơn bán hàng món ăn (dùng hàm)
1010
+ * @Nghiệp vụ cập nhật hóa đơn bán hàng món ăn (dùng hàm)
1011
1011
  * {getBill, getBill_Billdetail} -> {updateBill_Billdetail}
1012
1012
  * @Nghiệp vụ tạo, cập nhật, hủy đơn xuất nhập nguyên liệu (dùng hàm)
1013
1013
  * {createBill_Billdetail} -> {updateBill_Billdetail, deleteBill_Billdetail}
@@ -2917,7 +2917,7 @@ export declare class VhQueryCafe {
2917
2917
  /**
2918
2918
  * hàm này chỉ dùng cho trường hợp bill đã lưu rồi mà muốn sửa
2919
2919
  * @example
2920
- this.vhQueryCafe.saveBill_Billdetail('SzyEYNN39Mq90NkzUFpz',{},[{},{},...])
2920
+ this.vhQueryCafe.updateBill_Billdetail('SzyEYNN39Mq90NkzUFpz',{},[{},{},...])
2921
2921
  .then(()=>{
2922
2922
  console.log("success");
2923
2923
  })
@@ -9783,7 +9783,7 @@ export declare class VhQuerySales {
9783
9783
  /**
9784
9784
  * hàm này chỉ dùng cho trường hợp bill đã lưu rồi mà muốn sửa
9785
9785
  * @example
9786
- this.vhQuerySales.saveBill_Billdetail('SzyEYNN39Mq90NkzUFpz',{},[{},{},...])
9786
+ this.vhQuerySales.updateBill_Billdetail('SzyEYNN39Mq90NkzUFpz',{},[{},{},...])
9787
9787
  .then(()=>{
9788
9788
  console.log("success");
9789
9789
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"