ionic-vhframeworks 10.1.7 → 10.1.9
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.
|
@@ -460,6 +460,7 @@ export declare class VhAlgorithm {
|
|
|
460
460
|
* @param data
|
|
461
461
|
*/
|
|
462
462
|
convert_OBJECT2STRING(obj: any): string;
|
|
463
|
+
formatDateToString(date: any): string | null;
|
|
463
464
|
roundTo3Decimals(value: any): number;
|
|
464
465
|
/**
|
|
465
466
|
* @example
|
|
@@ -20911,7 +20912,7 @@ export declare class VhEinvoice {
|
|
|
20911
20912
|
* @param editmode
|
|
20912
20913
|
* @param data
|
|
20913
20914
|
* @returns Promise => {code, message, ok, data}
|
|
20914
|
-
* {code: "00", message: null, ok: true, data: {}} //Gửi thành công
|
|
20915
|
+
* {code: "00", message: null, ok: true, data: {}} //Gửi CQT thành công
|
|
20915
20916
|
* {code: "88", error: "Trùng key tích hợp", message: "Trùng key tích hợp", ok: false} //Hóa đơn này đã được gửi trước đây
|
|
20916
20917
|
* {code: "29442", message: "Delete invoice error because the number invoice is sequential", ok: false, error: "Delete invoice error because the number invoice is sequential"}}
|
|
20917
20918
|
*/
|
|
@@ -20930,6 +20931,7 @@ export declare class VhEinvoice {
|
|
|
20930
20931
|
* @param editmode
|
|
20931
20932
|
* @param data
|
|
20932
20933
|
* @returns Promise => {"code": "00", "message": null, "ok": true, "data": {}}
|
|
20934
|
+
* {code: "29442", message: "Delete invoice error because the number invoice is sequential", ok: false, error: "Delete invoice error because the number invoice is sequential"}}
|
|
20933
20935
|
*/
|
|
20934
20936
|
saveInvoice_Sign_byMinvoice(taxcode: string, token: string, editmode: number, data: any): Promise<any>;
|
|
20935
20937
|
/**
|
|
@@ -20945,6 +20947,7 @@ export declare class VhEinvoice {
|
|
|
20945
20947
|
* @param token
|
|
20946
20948
|
* @param hoadon68_id : "5fc578a6-1ca1-46f9-ab4f-6a0de4b54c32"
|
|
20947
20949
|
* @returns Promise => {"code": "00", "message": null, "ok": true, "data": {}}
|
|
20950
|
+
* {code: "00", message: null, ok: true, data: {}} //Gửi thành công
|
|
20948
20951
|
*/
|
|
20949
20952
|
signInvoice_byMinvoice(taxcode: string, token: string, hoadon68_id: string): Promise<any>;
|
|
20950
20953
|
/**
|