ionic-vhframeworks 8.2.3 → 8.2.5

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.
@@ -849,7 +849,7 @@ export declare class VhAuth {
849
849
  private initializeDB;
850
850
  /**
851
851
  * @example:
852
- * this.vhAuth.initializeProject('vhsales','firebase-mongo', 'viethas', 'firebase', 'research', 'research', 324852, 'all');
852
+ * this.vhAuth.initializeProject('vhsales','firebase-mongo', 'firebase', 'firebase', 'research', 'research', 324852, 'all');
853
853
  * @param projectname
854
854
  * @param dbstorage: 'firebase' or 'firebase-mongo'
855
855
  * @param imgstorage: 'firebase' or 'viethas'
@@ -6931,7 +6931,6 @@ export declare class VhQueryCafe {
6931
6931
  * @returns
6932
6932
  */
6933
6933
  private syncInventoryEveryDay_Stock1stDayOfMonth;
6934
- private syncInventoryEveryDay_Stock1stDayOfMonth_old;
6935
6934
  /**
6936
6935
  * Hàm này dùng trong page Tồn kho, giá trị tồn kho NGUYÊN LIỆU (type=3), doanh số, chi phí nhập hàng tại một thời điểm endtime nào đó
6937
6936
  * @example:
@@ -14158,11 +14157,12 @@ export declare class VhQueryAutoWeb {
14158
14157
  * @param colname
14159
14158
  * @param array_field
14160
14159
  * @param value
14160
+ * @param sort null hoặc {}:không sắp xếp; {date:1}: sắp xếp date theo ASC; {date:-1}: sắp xếp date theo DESC
14161
14161
  * @param limit — null hoặc 0: không giới hạn record get về; 2: get về 2 record
14162
14162
  * @param page — null hoặc 0 hoặc 1: get về trang đầu tiên; 2: get về trang thứ 2
14163
14163
  * @return Promise object => response = {vcode, message, data(array), limit, page, totalpages}
14164
14164
  */
14165
- searchList(colname: string, array_field: any, value: string, limit: number, page: number): Promise<unknown>;
14165
+ searchList(colname: string, array_field: any, value: string, sort: object, limit: number, page: number): Promise<unknown>;
14166
14166
  /**
14167
14167
  * @example
14168
14168
  * this.vhQueryAutoWeb.searchList_PatternBlock_Thumbnail('mùa xuân',["name", "describe"], 20, 1)
@@ -18089,11 +18089,12 @@ export declare class VhBuildAutoWeb {
18089
18089
  * @param colname
18090
18090
  * @param array_field
18091
18091
  * @param value
18092
+ * @param sort null hoặc {}:không sắp xếp; {date:1}: sắp xếp date theo ASC; {date:-1}: sắp xếp date theo DESC
18092
18093
  * @param limit — null hoặc 0: không giới hạn record get về; 2: get về 2 record
18093
18094
  * @param page — null hoặc 0 hoặc 1: get về trang đầu tiên; 2: get về trang thứ 2
18094
18095
  * @return Promise object => response = {vcode, message, data(array), limit, page, totalpages}
18095
18096
  */
18096
- searchList(colname: string, array_field: any, value: string, limit: number, page: number): Promise<unknown>;
18097
+ searchList(colname: string, array_field: any, value: string, sort: object, limit: number, page: number): Promise<unknown>;
18097
18098
  static ɵfac: i0.ɵɵFactoryDeclaration<VhBuildAutoWeb, never>;
18098
18099
  static ɵprov: i0.ɵɵInjectableDeclaration<VhBuildAutoWeb>;
18099
18100
  }
@@ -19074,11 +19075,12 @@ export declare class VhDesignAutoWeb {
19074
19075
  * @param colname
19075
19076
  * @param array_field
19076
19077
  * @param value
19078
+ * @param sort null hoặc {}:không sắp xếp; {date:1}: sắp xếp date theo ASC; {date:-1}: sắp xếp date theo DESC
19077
19079
  * @param limit — null hoặc 0: không giới hạn record get về; 2: get về 2 record
19078
19080
  * @param page — null hoặc 0 hoặc 1: get về trang đầu tiên; 2: get về trang thứ 2
19079
19081
  * @return Promise object => response = {vcode, message, data(array), limit, page, totalpages}
19080
19082
  */
19081
- searchList(colname: string, array_field: any, value: string, limit: number, page: number): Promise<unknown>;
19083
+ searchList(colname: string, array_field: any, value: string, sort: object, limit: number, page: number): Promise<unknown>;
19082
19084
  static ɵfac: i0.ɵɵFactoryDeclaration<VhDesignAutoWeb, never>;
19083
19085
  static ɵprov: i0.ɵɵInjectableDeclaration<VhDesignAutoWeb>;
19084
19086
  }
@@ -24288,7 +24290,6 @@ export declare class VhQuerySales {
24288
24290
  * @Notice bill_type = [1,10,15,30,38,41,51,2,3,9,31,39]
24289
24291
  */
24290
24292
  getReportProfit_byTime_byIDProduct(starttime: any, endtime: any, IDsub_or_product: any, IDbranch: any): Promise<any>;
24291
- private getReportInputOutputInventory_byTime_byIDProduct1;
24292
24293
  syncInventoryEveryDay_StockBeginning(): Promise<any>;
24293
24294
  /**
24294
24295
  * Hàm này kiểm tra, tính toán tồn kho cho sản phẩm theo thuật toán 60days lúc khởi động Desktop hoặc Mobile:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "8.2.3",
3
+ "version": "8.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"