shareneus 1.5.48 → 1.5.50

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.
@@ -1,16 +1,14 @@
1
- export declare class InvPrintService {
2
- static GetInvoicePrintInfo(OriginalInvoiceData: any, OriginalEntityData: any, image: any, IncludeGST: boolean, ConsolidateGST: boolean, TaxCodes: any, IsProforma: boolean, PartsPrint: boolean, LaborPrint: boolean): any;
3
- static GetPrintConditionsBasedOnInput(InvoicePrintData: any, IncludeGST: boolean, ConsolidateGST: boolean, ForInsurance: boolean, SType: any, OriginalInvoiceData: any, IsProforma: boolean, PartsPrint: boolean, LaborPrint: boolean): any;
4
- static GetInvoiceTypeHeading(InvoicePrintData: any, OriginalInvoiceData: any, IncludeGST: boolean, ConsolidateGST: boolean, IsProforma: boolean, PartsPrint: boolean, LaborPrint: boolean): any;
5
- static GetInvoiceOtherDetailsForPrint(InvoicePrintData: any, argInvoiceData: any): any;
6
- static GetLaborPrintInfo(LaborList: any, Consolidate: boolean, TaxCodes: any, LineTotal: string, DecimalsNumber: number): any;
7
- static GetItemsPrintInfo(Items: any, Consolidate: boolean, TaxCodes: any, LineTotal: string, DecimalsNumber: number): any;
8
- static getTaxName(TCode: any, TaxCodes: any): any;
9
- static ReverseItemsForInvoicePrint(argInvoiceData: any): any;
10
- static PrepareFormatForInvoicePrint(InvoicePrintData: any, ROType: any, InvoiceStatus: any): any[];
11
- static GetFormattedProductDataForPrint(argInvoiceData: any, InvoicePrintData: any): any;
12
- static GetBillNameForInvoicePrint(argInvoiceData: any, InvoicePrintData: any): any;
13
- static GetCustomerDetails(argInvoiceData: any): any;
14
- static GetBillToName(Title: any, Name: string): string;
15
- static GetPaymentsTotal(Credits: any, InvoicePayments: any, Total: number, InvoiceStatus: string, DecimalsNumber: number): any;
16
- }
1
+ export declare function GetInvoicePrintInfo(OriginalInvoiceData: any, OriginalEntityData: any, image: any, IncludeGST: boolean, ConsolidateGST: boolean, TaxCodes: any, IsProforma: boolean, PartsPrint: boolean, LaborPrint: boolean): any;
2
+ export declare function GetPrintConditionsBasedOnInput(InvoicePrintData: any, IncludeGST: boolean, ConsolidateGST: boolean, ForInsurance: boolean, SType: any, OriginalInvoiceData: any, IsProforma: boolean, PartsPrint: boolean, LaborPrint: boolean): any;
3
+ export declare function GetInvoiceTypeHeading(InvoicePrintData: any, OriginalInvoiceData: any, IncludeGST: boolean, ConsolidateGST: boolean, IsProforma: boolean, PartsPrint: boolean, LaborPrint: boolean): any;
4
+ export declare function GetInvoiceOtherDetailsForPrint(InvoicePrintData: any, argInvoiceData: any): any;
5
+ export declare function GetLaborPrintInfo(LaborList: any, Consolidate: boolean, TaxCodes: any, LineTotal: string, DecimalsNumber: number): any;
6
+ export declare function GetItemsPrintInfo(Items: any, Consolidate: boolean, TaxCodes: any, LineTotal: string, DecimalsNumber: number): any;
7
+ export declare function getTaxName(TCode: any, TaxCodes: any): any;
8
+ export declare function ReverseItemsForInvoicePrint(argInvoiceData: any): any;
9
+ export declare function PrepareFormatForInvoicePrint(InvoicePrintData: any, ROType: any, InvoiceStatus: any): any[];
10
+ export declare function GetFormattedProductDataForPrint(argInvoiceData: any, InvoicePrintData: any): any;
11
+ export declare function GetBillNameForInvoicePrint(argInvoiceData: any, InvoicePrintData: any): any;
12
+ export declare function GetCustomerDetails(argInvoiceData: any): any;
13
+ export declare function GetBillToName(Title: any, Name: string): string;
14
+ export declare function GetPaymentsTotal(Credits: any, InvoicePayments: any, Total: number, InvoiceStatus: string, DecimalsNumber: number): any;