Report Module

Report module is a module for generating analytical reports and reference information in the form of graphs based on special metadata. Calculations can be scheduled or initiated by the operator.

Library to build the Pivot type reports

The library for building Pivot reports is PivotTable.js (Examples and description: https://pivottable.js.org ) The functionality is rich, but at the same time complex for building excel or word level reports. At the moment, when designing a report, it is better to consult with the developers and put a task on the implementation of a Pivot report, if the expected functionality of the report is relatively complex.

Automatic data mine building

Add the jobs.enabled = true setting to the config.ini file to set up automatic data mine building.

Example

To run a job at the start of the application and every 6 hours after that, you need to configure the job as follows:

"jobs": {
      "report-builder": {
        "description": "Служба сборки шахт данных модуля отчетов",
        "launch": {
          "hour": 21600000
        }
      }