ionic-vhframeworks 4.1.1 → 4.1.2
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.
- package/bundles/ionic-vhframeworks.umd.js +1 -1
- package/bundles/ionic-vhframeworks.umd.js.map +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js +1 -1
- package/bundles/ionic-vhframeworks.umd.min.js.map +1 -1
- package/fesm2015/ionic-vhframeworks.js.map +1 -1
- package/ionic-vhframeworks.metadata.json +1 -1
- package/lib/ionic-vhframeworks.service.d.ts +3 -1
- package/package.json +1 -1
|
@@ -10900,7 +10900,7 @@ export declare class VhQuerySales {
|
|
|
10900
10900
|
/**
|
|
10901
10901
|
* Hàm này dùng để đồng bộ hóa đơn đang mở ở 2 giao diện hoặc 2 thiết bị khác nhau
|
|
10902
10902
|
* @example:
|
|
10903
|
-
* this.
|
|
10903
|
+
* this.vhQuerySales.observableSyncOpeningBill('5fb6780ca2148e09806c5b01', 5)
|
|
10904
10904
|
.subscribe((rsp)=> {
|
|
10905
10905
|
if(rsp.vcode === 0){
|
|
10906
10906
|
//-----------your code 0-----------
|
|
@@ -11935,6 +11935,8 @@ export declare class VhQuerySales {
|
|
|
11935
11935
|
* this.vhQuerySales.makeCorrectQuantityProducts_byShop()
|
|
11936
11936
|
.then((bool)=>{
|
|
11937
11937
|
console.log('makeCorrectQuantityProducts_byShop', bool);
|
|
11938
|
+
},error=>{
|
|
11939
|
+
console.log(error);
|
|
11938
11940
|
})
|
|
11939
11941
|
* @returns
|
|
11940
11942
|
*/
|