ionic-vhframeworks 3.1.0 → 3.1.4
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 +2 -1
- package/package.json +1 -1
|
@@ -7036,6 +7036,7 @@ export declare class VhQuerySales {
|
|
|
7036
7036
|
* @return Promise => bool = true or false
|
|
7037
7037
|
*/
|
|
7038
7038
|
deleteMergeSendoProduct(id_product: any, id: any, variant_attribute_hash: any): Promise<unknown>;
|
|
7039
|
+
getReportSales_Sendo(starttime: any, endtime: any, IDproduct: any, type?: any, IDbranch?: string): void;
|
|
7039
7040
|
fixOldVersion(type: any): Promise<any>;
|
|
7040
7041
|
/**
|
|
7041
7042
|
* @example:
|
|
@@ -7121,7 +7122,7 @@ export declare class VhQuerySales {
|
|
|
7121
7122
|
* @param type = 1 là sản phẩm, = 2 là dịch vụ, = 5 là combo, =12 là sản phẩm và dịch vụ, giá trị khác là cả 3
|
|
7122
7123
|
* @return Array(object) => array = [{},{},...]
|
|
7123
7124
|
*/
|
|
7124
|
-
getlocalProducts(type?: any): any
|
|
7125
|
+
getlocalProducts(type?: any): any;
|
|
7125
7126
|
/**
|
|
7126
7127
|
* @example:
|
|
7127
7128
|
* this.vhQuerySales.refreshLocalProducts()
|