Skip to content
Other versions

Loading…

Reports

The application includes the JasperReports engine. This helps administrators create their own reports.

If you are not sure which fonts are available, execute this script from Administration:

import java.awt.*;
for (String font : GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames()) {
print("Font: " + font);
}

 Reports are shown in a table structure.

Name File name Active

  • At the top right, click on New report icon.
  • Fill in the fields.
  • Choose a report file (*.rep or *.jrxml)
  • Click the Create button.
  • Click on  Edit report icon.
  • Modify the fields.
  • Optionally choose a report file (*.rep or *.jrxml)
  • Click the Edit button.
  • Click on  Delete report icon.
  • Click the Delete button.
  • Click on Report params icon.
  • Click on Execute report icon.
  • Fill in the fields (when the report has parameters).
  • Choose a report output format
    • PDF format.
    • RTF format.
    • CSV format.