Report
The .one reporting engine produces reports from Jasper format templates designed using the JasperSoft Studio tool.
A report is typically a PDF
file that is produced and then made available to the user. In addition to the PDF
format,
the engine also allows you to obtain reports in different formats, as .xlsx
.
Finally, the ReportFormatType.DirectPrint
which allows you to define the format defined to printers (typically thermal bar code label and receipt printers etc...)
📄️ getReportQueueEntry
Returns a report queue entry.
📄️ getReportEngineTemplate
Returns the engine report template identified by the id in the path.
📄️ getReportStringTemplate
Returns the string report template identified by the id in the path.
📄️ listReportTemplates
Returns a list of available report templates for the specified organization and function module id.