Jasper Report using Dashboard Content

Environment

None

Activity

zuhri utama 
October 1, 2023 at 11:50 PM

Hi

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.

Regards,

Carlos Ruiz

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created August 10, 2021 at 12:01 PM
Updated December 2, 2023 at 1:23 PM
Resolved October 4, 2023 at 9:32 AM