Integrated Report Writer
The open source JFreeReports reporting engine has been layered into the hrMecca administration application. For complex data screens, the print screen
report can be configured to run against JFreeReports configuration XML, allowing the report to be formatted in any fashion. For robust reports not
associated with any particular screen, dialogs can be set up that query the user for report parameters (begin date, end date, etc.), javascript
can then be attached to the dialog that performs complex data manipulation and then a JFreeReport can be invoked that reports on
the data assembled by the javascript. Using this approach, any reporting scenario can be accomodated.
An example report using this approach is shown below.