ionic-vhframeworks 3.8.0 → 3.8.1
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 +16 -0
- package/package.json +1 -1
|
@@ -10555,6 +10555,7 @@ export declare class VhQuerySales {
|
|
|
10555
10555
|
* @Notice id_product = 'all' or id_product;
|
|
10556
10556
|
* @Notice bill_type = [1,10,15,30,2,3,9,31]
|
|
10557
10557
|
*/
|
|
10558
|
+
private getReportInputOutputInventory_byEndTime_byIDProduct_allRecords;
|
|
10558
10559
|
getReportInputOutputInventory_byEndTime_byIDProduct(endtime: any, IDproduct: any, IDbranch?: string): Promise<any>;
|
|
10559
10560
|
/**
|
|
10560
10561
|
* Hàm này dùng trong page Tồn kho, giá trị tồn kho, doanh số, chi phí nhập hàng tại một thời điểm endtime nào đó -> chi tiết của một sản phẩm nào đó
|
|
@@ -10638,6 +10639,21 @@ export declare class VhQuerySales {
|
|
|
10638
10639
|
*/
|
|
10639
10640
|
private syncInventoryEveryDay_Stock1stDayOfMonth;
|
|
10640
10641
|
private syncInventoryEveryDay1;
|
|
10642
|
+
/**
|
|
10643
|
+
* Hàm này dùng trong page XUẤT-NHẬP-TỒN -> Xuất nhập tồn
|
|
10644
|
+
* @example:
|
|
10645
|
+
* this.vhQuerySales.getReportInputOutputInventory_byTime_byIDProduct(starttime , endtime, 'all', 'tj1iYodbVoShwtEetACx')
|
|
10646
|
+
.then((json)=>{
|
|
10647
|
+
console.log('json', json);
|
|
10648
|
+
})
|
|
10649
|
+
* @param starttime
|
|
10650
|
+
* @param endtime
|
|
10651
|
+
* @param IDproduct: 'all' or id_product;
|
|
10652
|
+
* @param IDbranch: 'all' or id_branch;
|
|
10653
|
+
* @return Promise Array *
|
|
10654
|
+
* @Notice bill_type = [1,10,15,30,2,3,9,31]
|
|
10655
|
+
*/
|
|
10656
|
+
makeCorrectQuantityProducts_60days(): Promise<any>;
|
|
10641
10657
|
/**
|
|
10642
10658
|
* @example:
|
|
10643
10659
|
* this.vhQuerySales.makeCorrectQuantityProducts()
|