ionic-vhframeworks 10.12.5 → 10.12.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.
|
@@ -2993,7 +2993,7 @@ export declare class VhQueryCafeMenu {
|
|
|
2993
2993
|
})
|
|
2994
2994
|
* @returns Promise bool = true or false
|
|
2995
2995
|
*/
|
|
2996
|
-
syncCollections_Sales365_Web(): Promise<
|
|
2996
|
+
syncCollections_Sales365_Web(): Promise<boolean>;
|
|
2997
2997
|
/**
|
|
2998
2998
|
* vhQueryCafeMenu
|
|
2999
2999
|
*/
|
|
@@ -3544,7 +3544,7 @@ export declare class VhQueryCafe {
|
|
|
3544
3544
|
})
|
|
3545
3545
|
* @returns Promise bool = true or false
|
|
3546
3546
|
*/
|
|
3547
|
-
syncCollections_Sales365_Mobile(): Promise<
|
|
3547
|
+
syncCollections_Sales365_Mobile(): Promise<boolean>;
|
|
3548
3548
|
/**
|
|
3549
3549
|
* @example:
|
|
3550
3550
|
this.vhQueryCafe.syncCollections_Sales365_Desktop().then((bool:any)=>{
|
|
@@ -3554,7 +3554,7 @@ export declare class VhQueryCafe {
|
|
|
3554
3554
|
})
|
|
3555
3555
|
* @returns Promise bool = true or false
|
|
3556
3556
|
*/
|
|
3557
|
-
syncCollections_Sales365_Desktop(): Promise<
|
|
3557
|
+
syncCollections_Sales365_Desktop(): Promise<boolean>;
|
|
3558
3558
|
/**
|
|
3559
3559
|
* vhQueryCafe
|
|
3560
3560
|
* Hàm này lấy về tất cả các collections mà firebase lưu trong cache ứng dụng, dữ liệu trong cache này dùng ko mất phí
|
|
@@ -14981,7 +14981,7 @@ export declare class VhQuerySales {
|
|
|
14981
14981
|
})
|
|
14982
14982
|
* @returns Promise bool = true or false
|
|
14983
14983
|
*/
|
|
14984
|
-
syncCollections_Sales365_Mobile(): Promise<
|
|
14984
|
+
syncCollections_Sales365_Mobile(): Promise<boolean>;
|
|
14985
14985
|
/**
|
|
14986
14986
|
* @example:
|
|
14987
14987
|
this.vhQuerySales.syncCollections_Desktop().then((bool:any)=>{
|
|
@@ -15001,7 +15001,7 @@ export declare class VhQuerySales {
|
|
|
15001
15001
|
})
|
|
15002
15002
|
* @returns Promise bool = true or false
|
|
15003
15003
|
*/
|
|
15004
|
-
syncCollections_Sales365_Desktop(): Promise<
|
|
15004
|
+
syncCollections_Sales365_Desktop(): Promise<boolean>;
|
|
15005
15005
|
private getLocalLiveIndexDB1;
|
|
15006
15006
|
/**
|
|
15007
15007
|
* vhQuerySales
|
|
@@ -17588,7 +17588,7 @@ export declare class VhQuerySales {
|
|
|
17588
17588
|
/**
|
|
17589
17589
|
* Hàm này chỉ áp dụng cho bill_type 1,5 và bill_detail có ptype 5
|
|
17590
17590
|
* @example:
|
|
17591
|
-
* this.
|
|
17591
|
+
* this.vhQuerySales.createBill_Detail_ptype_5({})
|
|
17592
17592
|
.then((vhbill_detail)=>{
|
|
17593
17593
|
console.log('createBill_Detail_ptype_5', vhbill_detail);
|
|
17594
17594
|
},(error:any)=>{
|
|
@@ -17603,7 +17603,7 @@ export declare class VhQuerySales {
|
|
|
17603
17603
|
/**
|
|
17604
17604
|
* Hàm này chỉ áp dụng cho bill_type 1,5 và bill_detail có ptype 5
|
|
17605
17605
|
* @example:
|
|
17606
|
-
* this.
|
|
17606
|
+
* this.vhQuerySales.updateBill_Detail_btype_5('5fb6780ca2148e09806c5b01', {name:'Khuyến mãi 12/12'})
|
|
17607
17607
|
.then((bool:any)=>{
|
|
17608
17608
|
console.log('updateBill_Detail', bool);
|
|
17609
17609
|
}, error=>{
|
|
@@ -17617,7 +17617,7 @@ export declare class VhQuerySales {
|
|
|
17617
17617
|
/**
|
|
17618
17618
|
* Hàm này chỉ áp dụng cho bill_type 1,5 và bill_detail có ptype 5
|
|
17619
17619
|
* @example:
|
|
17620
|
-
* this.
|
|
17620
|
+
* this.vhQuerySales.deleteBill_Detail_ptype_5('5fb67fda87c0f21d484cbdf3')
|
|
17621
17621
|
.then((bool:any)=>{
|
|
17622
17622
|
console.log('deleteBill_Detail', bool);
|
|
17623
17623
|
})
|