ionic-vhframeworks 4.1.8 → 4.1.9
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 +7 -7
- package/package.json +1 -1
|
@@ -7842,25 +7842,25 @@ export declare class VhQuerySales {
|
|
|
7842
7842
|
/**
|
|
7843
7843
|
* Hàm này lấy về các trường trong phạm vi quản lý bán hàng trong cài đặt
|
|
7844
7844
|
* @example:
|
|
7845
|
-
* let
|
|
7845
|
+
* let branch_management_scope = this.vhQuerySales.getBranch_Management_Scope();
|
|
7846
7846
|
* @return Object = {product_scope, employee_scope, customer_scope, supplier_scope, sales_program_scope}
|
|
7847
|
-
* =>
|
|
7847
|
+
* => true áp dụng cho toàn chi nhánh, false áp dụng riêng cho từng chi nhánh
|
|
7848
7848
|
*/
|
|
7849
|
-
|
|
7849
|
+
getBranch_Management_Scope(): any;
|
|
7850
7850
|
/**
|
|
7851
7851
|
* Hàm này cấp nhật lại các trường trong phạm vi quản lý bán hàng trong cài đặt
|
|
7852
7852
|
* @example:
|
|
7853
|
-
* this.vhQuerySales.
|
|
7853
|
+
* this.vhQuerySales.updateBranch_Management_Scope({product_scope:1, employee_scope:1, customer_scope:1, supplier_scope:1, sales_program_scope:2})
|
|
7854
7854
|
.then(()=>{
|
|
7855
|
-
console.log('
|
|
7855
|
+
console.log('updateBranch_Management_Scope');
|
|
7856
7856
|
}, error=>{
|
|
7857
7857
|
reject(error);
|
|
7858
7858
|
})
|
|
7859
7859
|
* @param value = {product_scope, employee_scope, customer_scope, supplier_scope, sales_program_scope}
|
|
7860
|
-
*
|
|
7860
|
+
* true áp dụng cho toàn chi nhánh, false áp dụng riêng cho từng chi nhánh
|
|
7861
7861
|
* @return Promise => udefined/error
|
|
7862
7862
|
*/
|
|
7863
|
-
|
|
7863
|
+
updateBranch_Management_Scope(value: any): Promise<unknown>;
|
|
7864
7864
|
/**
|
|
7865
7865
|
* @description: hàm này lấy về những hạn chế của gói main_package (khách trả phí mua gói sử dụng các chức năng CHÍNH, mỗi gói sẽ có nhưng hạn chế khác nhau về user_number, show_report_duration)
|
|
7866
7866
|
* @example
|