ionic-vhframeworks 3.5.3 → 3.5.8

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.
@@ -330,6 +330,21 @@ export declare class VhAuth {
330
330
  * @returns
331
331
  */
332
332
  localStorageGET(name: string): any;
333
+ /**
334
+ * @example:
335
+ * this.vhAuth.signUpOwner_Sales('huyleduc92', '123456', '+84909925359',{})
336
+ .then((owner)=>{
337
+ console.log('signUpOwner', owner);
338
+ },error=>{
339
+ console.log('error', error);
340
+ })
341
+ * @param email
342
+ * @param password
343
+ * @param scode
344
+ * @param info
345
+ * @return Promise => owner={}
346
+ */
347
+ signUpOwner_Sales(email: string, password: string, phoneNumber: string, info: object): Promise<unknown>;
333
348
  /**
334
349
  * @example:
335
350
  * this.vhAuth.signUpOwner('huyleduc92', '123456', '+84909925359',{})
@@ -3345,6 +3360,7 @@ export declare class VhQueryCafe {
3345
3360
  */
3346
3361
  getObservableLocalAppSettingNameBranchs(): Observable<unknown>;
3347
3362
  /**
3363
+ * Hàm này dùng lấy về tất cả phân quyền ở cấp độ chi nhánh
3348
3364
  *@example:
3349
3365
  this.vhQueryCafe.getLocalAppSettingNameBranchs()
3350
3366
  .then((list)=>{
@@ -3354,6 +3370,7 @@ export declare class VhQueryCafe {
3354
3370
  */
3355
3371
  getLocalAppSettingNameBranchs(): any[];
3356
3372
  /**
3373
+ * Hàm này dùng lấy về phân quyền ở cấp độ chi nhánh
3357
3374
  * @example:
3358
3375
  let appsetting = this.vhQueryCafe.getLocalAppSettingNameBranch('info_header_footer_bill');
3359
3376
  console.log(appsetting);
@@ -3369,6 +3386,7 @@ export declare class VhQueryCafe {
3369
3386
  */
3370
3387
  private getLocalAppSettingBranch;
3371
3388
  /**
3389
+ * Hàm này dùng cập nhật phân quyền ở cấp độ chi nhánh
3372
3390
  * @example:
3373
3391
  this.vhQueryCafe.updateAppSettingNameBranch('info_header_footer_bill',{title:'title',name:'name'})
3374
3392
  .then((bool)=>{
@@ -10128,7 +10146,16 @@ export declare class VhQuerySales {
10128
10146
  */
10129
10147
  private syncInventoryEveryDay_Stock1stDayOfMonth;
10130
10148
  private syncInventoryEveryDay1;
10131
- private makeCorrectQuantityProducts;
10149
+ /**
10150
+ * @example:
10151
+ * this.vhQuerySales.makeCorrectQuantityProducts()
10152
+ .then((bool)=>{
10153
+ console.log('makeCorrectQuantityProducts', bool);
10154
+ })
10155
+ * @returns
10156
+ */
10157
+ makeCorrectQuantityProducts(): Promise<any>;
10158
+ private makeCorrectQuantityProductsManyBranch;
10132
10159
  /**
10133
10160
  * VhQuerySales
10134
10161
  * lấy về danh sách sản phẩm sắp hết hàng
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.5.3",
3
+ "version": "3.5.8",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"