ionic-vhframeworks 10.11.8 → 10.12.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.
|
@@ -2999,12 +2999,13 @@ export declare class VhQueryCafeMenu {
|
|
|
2999
2999
|
*/
|
|
3000
3000
|
private getLocalLiveIndexDB;
|
|
3001
3001
|
/**
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3002
|
+
* vhQueryCafeMenu
|
|
3003
|
+
* Khi lấy obj từ database về, hàm syncRaw_Detail_ProductInsert sẽ đồng bộ obj vào 3 loại local rawproducts, detailproducts và products
|
|
3004
|
+
* (3 loại dữ liệu local đc fw sử dụng để tính toán hoặc trả về cho frontend khi cần), dùng cho type =3
|
|
3005
|
+
* @example:
|
|
3006
|
+
* this.syncRaw_Detail_ProductInsert(obj);
|
|
3007
|
+
* @param obj
|
|
3008
|
+
*/
|
|
3008
3009
|
private syncRaw_Detail_ProductInsert;
|
|
3009
3010
|
/**
|
|
3010
3011
|
* vhQueryCafeMenu
|
|
@@ -10282,7 +10283,7 @@ export declare class VhQueryCafe {
|
|
|
10282
10283
|
* @param billdate
|
|
10283
10284
|
* @param bill_type
|
|
10284
10285
|
*/
|
|
10285
|
-
|
|
10286
|
+
createBillCode(billdate: any, bill_type: number): Promise<unknown>;
|
|
10286
10287
|
/**
|
|
10287
10288
|
* 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
|
|
10288
10289
|
* @example
|
|
@@ -17740,7 +17741,7 @@ export declare class VhQuerySales {
|
|
|
17740
17741
|
* @param billdate
|
|
17741
17742
|
* @param bill_type
|
|
17742
17743
|
*/
|
|
17743
|
-
|
|
17744
|
+
createBillCode(billdate: any, bill_type: number): Promise<unknown>;
|
|
17744
17745
|
/**
|
|
17745
17746
|
* @example:
|
|
17746
17747
|
* this.vhQuerySales.getBill('5fb67fda87c0f21d484cbdf3')
|