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
Create a new report
Section titled “Create a new report”- At the top right, click on
New report icon. - Fill in the fields.
- Choose a report file (*.rep or *.jrxml)
- Click the Create button.
Edit a report
Section titled “Edit a report”- Click on
Edit report icon. - Modify the fields.
- Optionally choose a report file (*.rep or *.jrxml)
- Click the Edit button.
Delete a report
Section titled “Delete a report”- Click on
Delete report icon. - Click the Delete button.
Show report parameters
Section titled “Show report parameters”- Click on
Report params icon.
Execute a report
Section titled “Execute a report”- 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.