ionic-vhframeworks 10.4.5 → 10.4.67
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(()=>{
|
|
@@ -27253,6 +27273,7 @@ export declare class VhQuerySales {
|
|
|
27253
27273
|
* vcode = 1: id_licenseKEY không thuộc về Store
|
|
27254
27274
|
* vcode = 2: id_licenseKEY đã được kích hoạt trước đây
|
|
27255
27275
|
* vcode = 3: id_licenseKEY đã bị vô hiệu hóa trước đây
|
|
27276
|
+
* vcode = 4: id_licenseKEY không kích hoạt được do khác loại gói đang dùng
|
|
27256
27277
|
*/
|
|
27257
27278
|
extendLicenseValidaty_byLicenseKEY(id_branch: string, id_licenseKEY: string): Promise<unknown>;
|
|
27258
27279
|
/**
|
|
@@ -30552,6 +30573,7 @@ export declare class VhQueryDealer {
|
|
|
30552
30573
|
* vcode = 1: id_licenseKEY không thuộc về Store
|
|
30553
30574
|
* vcode = 2: id_licenseKEY đã được kích hoạt trước đây
|
|
30554
30575
|
* vcode = 3: id_licenseKEY đã bị vô hiệu hóa trước đây
|
|
30576
|
+
* vcode = 4: id_licenseKEY không kích hoạt được do khác loại gói đang dùng
|
|
30555
30577
|
*/
|
|
30556
30578
|
extendLicenseValidaty_byLicenseKEY(id_store: string, id_branch: string, id_licenseKEY: string): Promise<unknown>;
|
|
30557
30579
|
static ɵfac: i0.ɵɵFactoryDeclaration<VhQueryDealer, never>;
|