ionic-vhframeworks 4.1.2 → 4.1.3
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 -0
- package/package.json +1 -1
|
@@ -4068,6 +4068,7 @@ export declare class VhQueryCafe {
|
|
|
4068
4068
|
* trả về null nghĩa là khách hàng này không có chiết khấu theo hóa đơn
|
|
4069
4069
|
*/
|
|
4070
4070
|
getDiscount_bill_byCustomer(total_price: number, id_customer: any): any;
|
|
4071
|
+
getDiscount_bill_byCustomer_new(total_price: number, id_customer: any): any;
|
|
4071
4072
|
/**
|
|
4072
4073
|
* @Usage :Hàm này dùng trong page CHIẾT KHẤU KHÁCH HÀNG -> Chọn TẤT CẢ hoặc MỘT khách hàng
|
|
4073
4074
|
* @notice : Mỗi công thức chiết khấu có 5 mức (level1, level2, level3, level4, level5), giá trị doanh số (sales) level sau phải lơn hơn level trước
|
|
@@ -4089,6 +4090,7 @@ export declare class VhQueryCafe {
|
|
|
4089
4090
|
* @return Promise JSON(array) => json.docs = [obj, obj, obj....]; obj ={index, name, img, discount_name,sales_btax, discount_btax, sales_atax, discount_atax}
|
|
4090
4091
|
*/
|
|
4091
4092
|
getReportDiscount_sales_Customers(starttime: any, endtime: any, IDcustomer: any, IDbranch?: string): Promise<any>;
|
|
4093
|
+
getReportDiscount_sales_Customers_new(starttime: any, endtime: any, IDcustomer: any, IDbranch?: string): Promise<any>;
|
|
4092
4094
|
/**
|
|
4093
4095
|
* @Usage :Hàm này dùng trong page HOA HỒNG NHÂN VIÊN -> Chọn TẤT CẢ hoặc MỘT nhân viên
|
|
4094
4096
|
* @notice : Mỗi công thức chiết khấu có 5 mức (level1, level2, level3, level4, level5), giá trị doanh số (sales) level sau phải lơn hơn level trước
|
|
@@ -4109,6 +4111,7 @@ export declare class VhQueryCafe {
|
|
|
4109
4111
|
* @return Promise JSON(array) => json.docs = [obj, obj, obj....]; obj ={index, name, img, commission_name, sales_btax, commission_btax, sales_atax, commission_atax}
|
|
4110
4112
|
*/
|
|
4111
4113
|
getReportCommission_Employees(starttime: any, endtime: any, IDemployee: any, IDbranch?: string): Promise<any>;
|
|
4114
|
+
getReportCommission_Employees_new(starttime: any, endtime: any, IDemployee: any, IDbranch?: string): Promise<any>;
|
|
4112
4115
|
/**
|
|
4113
4116
|
* VhQueryCafe:
|
|
4114
4117
|
* cashbook_first: tiền mặt đầu kỳ (starttime),
|