Back: Modules
The report module – is designed for the formation of analytical reports and reference information (on the basis of special metadata) in the form of graphs. Calculations can be performed on a schedule or be initiated by the operator.
The library for building reports of the Pivot view is PivotTable.js (Examples and description: https://pivottable.js.org ) The functionality is rich, but difficult to build reports as in Excel or Word. For now, it is not necessary to require the Microsoft Word functionality when designing the report.
Metadata of the report module (data mine)
Comments on the mine design
Add the jobs.enabled = true
setting to the config.ini file to set up automatic data mine building.
To run a task at the start of the application and then every 6 hours, you need to configure the job as follows:
"jobs": {
"report-builder": {
"description": "Report module data mines assembly service",
"launch": {
"hour": 21600000
}
}
Copyright (c) 2018 LLC "ION DV".
All rights reserved.