ionic-vhframeworks 9.2.5 → 9.2.6
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.
|
@@ -13137,6 +13137,8 @@ export declare class VhQueryAutoWeb {
|
|
|
13137
13137
|
* this.vhQueryAutoWeb.getIDPage_byLink('trang-tin-tuc')
|
|
13138
13138
|
.then((id_page)=>{
|
|
13139
13139
|
console.log('getIDPage_byLink', id_page);
|
|
13140
|
+
}, error=>{
|
|
13141
|
+
|
|
13140
13142
|
})
|
|
13141
13143
|
* @param link
|
|
13142
13144
|
* @return Promise => null or string
|
|
@@ -13169,9 +13171,18 @@ export declare class VhQueryAutoWeb {
|
|
|
13169
13171
|
*/
|
|
13170
13172
|
getDetailPage(id_page: any): Promise<unknown>;
|
|
13171
13173
|
/**
|
|
13172
|
-
*
|
|
13174
|
+
* Hàm này giúp đồng bộ giao diện người dùng khi có sự thay đổi giá trị ở database một cách tự động,
|
|
13175
|
+
* nghĩa là khi thêm, xóa, sửa các giá trị trong database thì giao diện tự động thay đổi theo
|
|
13176
|
+
* @example
|
|
13177
|
+
* this.vhQueryAutoWeb.pipeDetailPage_byLink('gioi-thieu')
|
|
13178
|
+
.then(()=>{
|
|
13179
|
+
console.log('pipeDetailPage_byLink');
|
|
13180
|
+
}, error=>{
|
|
13181
|
+
console.log(error)
|
|
13182
|
+
})
|
|
13173
13183
|
*/
|
|
13174
13184
|
pipeDetailPage_byLink(link: any): Promise<unknown>;
|
|
13185
|
+
pipeDetailPage_byLink1(link: any): Promise<unknown>;
|
|
13175
13186
|
/**
|
|
13176
13187
|
* Hàm này giúp đồng bộ giao diện người dùng khi có sự thay đổi giá trị ở database một cách tự động,
|
|
13177
13188
|
* nghĩa là khi thêm, xóa, sửa các giá trị trong database thì giao diện tự động thay đổi theo
|
|
@@ -25016,7 +25027,7 @@ export declare class VhQuerySales {
|
|
|
25016
25027
|
* @param newbill_type
|
|
25017
25028
|
* @return Promise => undefined
|
|
25018
25029
|
*/
|
|
25019
|
-
saveBill_Billdetail(id_bill: any, newbill_type: number): any;
|
|
25030
|
+
saveBill_Billdetail(id_bill: any, newbill_type: number, billdate?: any): any;
|
|
25020
25031
|
/**
|
|
25021
25032
|
* hàm này chỉ dùng cho trường hợp bill_type 29->30 và 31
|
|
25022
25033
|
* @example
|
|
@@ -25141,6 +25152,7 @@ export declare class VhQuerySales {
|
|
|
25141
25152
|
* @param bill_type
|
|
25142
25153
|
*/
|
|
25143
25154
|
createBillCode(billdate: any, bill_type: number): Promise<unknown>;
|
|
25155
|
+
createYearColname(colname: any, billdate: any): string;
|
|
25144
25156
|
/**
|
|
25145
25157
|
* @example:
|
|
25146
25158
|
* this.vhQuerySales.getBill('5fb67fda87c0f21d484cbdf3')
|
|
@@ -26646,6 +26658,7 @@ export declare class VhQuerySales {
|
|
|
26646
26658
|
* vhQuerySales
|
|
26647
26659
|
* @returns
|
|
26648
26660
|
*/
|
|
26661
|
+
private syncInventoryEveryDay_Stock1stDayOfMonth_new;
|
|
26649
26662
|
private syncInventoryEveryDay_Stock1stDayOfMonth;
|
|
26650
26663
|
/**
|
|
26651
26664
|
* this.vhQuerySales.xoaduthuatronglots()
|