Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

YC provides a flexible mechanism to create report plugins that will naturally fit into existing report wizard interface, thus system integrator only need to concentrate on the business functionality around generating specific report.

...

By default most of the reports would be configured for the Admin app to provide business users with various statistical and accounting data. All out of the box report definitions are specified in Spring context file manager-report.xml. For customisations it is advisable to create your own maven module that would have core-module-reports as a dependency and would specify adm-servlet-ext.xml to naturally be included in the application.

Namely reportDescriptors list and reportWorkers map would need to be extended in order to include Spring beans of your custom reports.

...

Reports framework has been simplified in version 3.7.0 to fully use extensions capability..

There are three extension points to allow to reconfigure the system without any changes to the core: reportDescriptorsreportWorkers and reportGenerators

...