Skip to content

Reports

The application comes with Jasper reports engine. This helps administrators create their own reports.

If you are not sure which fonts are available, execute this scripting code 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 the Execute report icon.
  • Fill in the fields (when the report comes with parameters).
  • Choose a report output format
    • PDF format.
    • RTF format.
    • CSV format.