Creating new report types

Verba Recording System provides a way to add new, custom report types to the factory defaults.

The custom report creation procedure consists of the following steps:

  • Create a report definition in JasperSoft iReport Designer, which results in a .jasper file.

  • Create a custom XML file according to the guidelines in this part
  • Copy the .jasper file to C:/Program Files/Verba/tomcat/webapps/verba/reporting/report (assuming default installation path)
  • Copy the XML file to C:/Program Files/Verba/tomcat/webapps/verba/reporting/xml (assuming default installation path)

When the files describing the report are in place, the system automatically recognizes them and makes the new report type available on the web interface.

When a custom report is no longer needed, it can be removed simply by deleting its XML and .jasper file from the path described above.

Find more details in the topics below: