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.
@@ -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 sales_management_scope = this.vhQuerySales.getSales_Management_Scope();
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
- * => 1 áp dụng cho toàn chi nhánh, 2 áp dụng riêng cho từng chi nhánh
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
- getSales_Management_Scope(): any;
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.updateSales_Management_Scope({product_scope:1, employee_scope:1, customer_scope:1, supplier_scope:1, sales_program_scope:2})
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('updateSales_Management_Scope');
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
- * 1 áp dụng cho toàn chi nhánh, 2 áp dụng riêng cho từng chi nhánh
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
- updateSales_Management_Scope(value: any): Promise<unknown>;
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"