ionic-vhframeworks 9.9.9 → 10.0.0
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.
|
@@ -3552,7 +3552,7 @@ export declare class VhQueryCafe {
|
|
|
3552
3552
|
price_import: 43001,
|
|
3553
3553
|
warning_number: 43003
|
|
3554
3554
|
}]
|
|
3555
|
-
* this.vhQueryCafe.
|
|
3555
|
+
* this.vhQueryCafe.addProductAndSubsProduct_Cafe(product,subProductArray)
|
|
3556
3556
|
.then(()=>{
|
|
3557
3557
|
console.log('addProductAndSubsProduct');
|
|
3558
3558
|
}, error=>{
|
|
@@ -9325,7 +9325,7 @@ export declare class VhQueryCafe {
|
|
|
9325
9325
|
*/
|
|
9326
9326
|
createBillCode(billdate: any, bill_type: number): Promise<unknown>;
|
|
9327
9327
|
/**
|
|
9328
|
-
* Hàm này cập nhật lại giá nhập, dùng trong trường hợp
|
|
9328
|
+
* Hàm này cập nhật lại giá nhập, dùng trong trường hợp createbill_billdetail và updatebill_billdetail với bill_type2
|
|
9329
9329
|
* @example
|
|
9330
9330
|
this.vhQueryCafe.calculateUpdateImportPrice(bill_details,'SzyEYNN39Mq90NkzUFpz')
|
|
9331
9331
|
.then(()=>{
|
|
@@ -25939,7 +25939,7 @@ export declare class VhQuerySales {
|
|
|
25939
25939
|
*/
|
|
25940
25940
|
private saveBill_Billdetail_3031;
|
|
25941
25941
|
/**
|
|
25942
|
-
* Hàm này cập nhật lại giá nhập, dùng trong trường hợp
|
|
25942
|
+
* Hàm này cập nhật lại giá nhập, dùng trong trường hợp createbill_billdetail và updatebill_billdetail với bill_type2
|
|
25943
25943
|
* @example
|
|
25944
25944
|
this.vhQuerySales.calculateUpdateImportPrice(bill_details,'SzyEYNN39Mq90NkzUFpz')
|
|
25945
25945
|
.then(()=>{
|