Reports
The Reports Application is included in the Base Package of the Zerynth Industrial IoT & AI Platform, and it allows the user to create and manage reports based on templates developed with the customer in mind.
The application is divided in two tabs:
- Single reports: shows a list of reports generated, either periodically or on demand, and allows you to download a report
- Periodic reports: shows a list of scheduled reports, which are entities that periodically generate reports based on a template
The type of reports can be:
- Smart report : for PDF reports
- Data reports : for CSV reports.
Single Reports
The Single reports tab shows a list of the reports generated, with the following information:
- Name
- Type
- Category: can be either periodic or single. It shows if it is a user requested report or an automatically generated one
- Template: the template used to generate the report
- From and To: the start and end dates of the data analysed by the report
- Download: a button that allows you to download the report.
Periodic reports
The Periodic reports are generated by an entity called Report Schedulers. For every new periodic report added, a new scheduler is put in place, which will generate the report only when it's time to.
The Periodic reports tab shows a list of the Report Schedulers, with the following information:
- Name
- Type: can be Smart report for PDF reports, or Data reports for CSV reports
- Template: the template used to generate the report
- Email: he email address to which the report is sent
- Status: a slider that shows if the scheduler is currently active or not
Configuration Reports
Single Reports
By clicking on the "+ New" button, you can create a new report.
Then, compile the field:
- Type
- Template
- Machine
- Name
- From and To
Periodic Reports
By clicking on the + New button, you can create a new report.
Then, compile the field:
- Type
- Template
- Machine
- Name
- Frequency : the frequency of the reports can be every one day, every seven days or every one month