ionic-vhframeworks 10.4.5 → 10.4.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.
|
@@ -21186,6 +21186,26 @@ export declare class VhEinvoice {
|
|
|
21186
21186
|
*/
|
|
21187
21187
|
getTypeInvoiceSeries_byMinvoice(taxcode: string, token: string, Type?: number): Promise<any>;
|
|
21188
21188
|
/**
|
|
21189
|
+
* Xem in hoá đơn thông qua id của hoá đơn và keyApi tích hợp từ đối tác
|
|
21190
|
+
* @example
|
|
21191
|
+
* this.vhEinvoice.getPrintInvoice_byMinvoice(taxcode, token, params)
|
|
21192
|
+
.then(()=>{
|
|
21193
|
+
//-----------your code here-----------
|
|
21194
|
+
},(error:any)=>{
|
|
21195
|
+
console.log('error', error)
|
|
21196
|
+
})
|
|
21197
|
+
* @param taxcode
|
|
21198
|
+
* @param token
|
|
21199
|
+
* @param params:
|
|
21200
|
+
* Ý nghĩa params:
|
|
21201
|
+
* {id: '3a06a343-ff4d-21cd-fe31-2c5a0824636f'} : Xem in hoá đơn thông qua id của hoá đơn
|
|
21202
|
+
* id: ID hóa đơn do M-Invoice trả về
|
|
21203
|
+
* {keyApi: '720rv2222Q'} : Xem in hoá đơn thông qua thông qua keyApi tích hợp từ đối tác
|
|
21204
|
+
* keyApi: Key tích hợp từ đối tác truyền sang
|
|
21205
|
+
* @returns Promise => {"code": "00", "message": "Thành công"}
|
|
21206
|
+
*/
|
|
21207
|
+
getPrintInvoice_byMinvoice(taxcode: string, token: string, params: any): Promise<any>;
|
|
21208
|
+
/**
|
|
21189
21209
|
* Hàm tra cứu mã số thuế
|
|
21190
21210
|
* @example
|
|
21191
21211
|
* this.vhEinvoice.searchTaxCodeV2_byMinvoice(tax)
|
|
@@ -21199,7 +21219,7 @@ export declare class VhEinvoice {
|
|
|
21199
21219
|
*/
|
|
21200
21220
|
searchTaxCodeV2_byMinvoice(tax: string): Promise<any>;
|
|
21201
21221
|
/**
|
|
21202
|
-
*
|
|
21222
|
+
* Lấy thông tin hoá đơn thông qua id hóa đơn hoặc keyApi tích hợp từ đối tác
|
|
21203
21223
|
* @example
|
|
21204
21224
|
* this.vhEinvoice.getInfoInvoice_byMinvoice(taxcode, token, params)
|
|
21205
21225
|
.then(()=>{
|