ionic-vhframeworks 10.1.5 → 10.1.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.
|
@@ -26317,6 +26317,15 @@ export declare class VhQuerySales {
|
|
|
26317
26317
|
* @return Promise => bool = true or false
|
|
26318
26318
|
*/
|
|
26319
26319
|
changeStateWarranty_Bill_Billdetail(id_bill: any, bill_type: any): any;
|
|
26320
|
+
/**
|
|
26321
|
+
*
|
|
26322
|
+
* @param id_bill
|
|
26323
|
+
* @param taxcode
|
|
26324
|
+
* @param token
|
|
26325
|
+
* @param invoiceSerie
|
|
26326
|
+
* @param editmode: 1
|
|
26327
|
+
* @returns
|
|
26328
|
+
*/
|
|
26320
26329
|
saveInvoice_noSign_byMinvoice1(id_bill: string, taxcode: string, token: string, invoiceSerie: string, editmode: number): Promise<unknown>;
|
|
26321
26330
|
/**
|
|
26322
26331
|
* hàm này chỉ dùng cho trường hợp bill_type 5->1, 29->3031, 36->1, 42->40, 43->41, 52->50, 53->51
|