i implemented this feature but some feature from idempiere report cannot used when jasper report cause my limitation to solve the issue.
i disabled row count for jasper report cause cannot find a way how to get row count on jasper
i disabled open report on new tab cause cannot solve error when using ZkJRViewerProvider on dashboardController.
if you can give hint how to enable those two features above for jasper report, i appreciate it.
Carlos Ruiz
August 10, 2021 at 9:18 PM
Annotating my findings in case somebody wants to develop this:
The change is not trivial, it requires to implement calling jasper in org.adempiere.webui.desktop.DashboardController.generateReport(int, String) to enable rendering HTML from a jasper report
This probably implies calling ReportStarter.doExport, or implementing some mechanism to get the HTML file and rendering it in AMedia.
Jasper Report in Dashboard