ionic-vhframeworks 10.10.8 → 10.11.0
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.
|
@@ -654,6 +654,11 @@ export declare class VhForFirstTime {
|
|
|
654
654
|
constructor(vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhMGDB_f3rdclouds: VhMGDB_f3rdclouds, http: HttpClient, vhAlgorithm: VhAlgorithm);
|
|
655
655
|
addAPPdatabase_forFirstTime(): Promise<unknown>;
|
|
656
656
|
addAPPdatabase_forFirstTime_Sales_Cafe(): Promise<unknown>;
|
|
657
|
+
/**
|
|
658
|
+
* VhForFirstTime
|
|
659
|
+
* @param main_sector
|
|
660
|
+
* @returns
|
|
661
|
+
*/
|
|
657
662
|
addAPPdatabase_forFirstTime_Sales365(main_sector: string): Promise<unknown>;
|
|
658
663
|
private addSales_id_retail;
|
|
659
664
|
private addSales_tax;
|
|
@@ -1886,6 +1891,7 @@ export declare class VhAuth {
|
|
|
1886
1891
|
* @return Promise => bool = true or false
|
|
1887
1892
|
*/
|
|
1888
1893
|
deleteEmployee(id_employee: string): Promise<unknown>;
|
|
1894
|
+
deleteEmployee1(id_employee: string): Promise<unknown>;
|
|
1889
1895
|
/**
|
|
1890
1896
|
* @example
|
|
1891
1897
|
* this.vhAuth.getEmployee('5fb67fda87c0f21d484cbdf3')
|