Report Designer: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with 'We have our own way to create reports. Firstly, we have XML Report Definition files. You define the structure of the report in XML, with embedded SQL. The GUI for the user…')
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
Firstly, we have [[XML Report Definition files]]. You define the structure of the report in XML, with embedded SQL.
Firstly, we have [[XML Report Definition files]]. You define the structure of the report in XML, with embedded SQL.


The GUI for the user to select the parameters of the report, select columns to display, and define the sorting, is developed using [[Documentation YAML for OpenPetra Forms|OpenPetra Forms defined in YAML]].
The GUI for the user to select the parameters of the report, select columns to display, and define the sorting, is developed in the javascript client. See for example: https://github.com/openpetra/openpetra/tree/master/js-client/src/forms/Partner/Reports/PartnerReports
 
See also a tutorial about [[HowTo develop a new report]].
 
[[Sequence for report calculation]]

Latest revision as of 05:39, 5 October 2023

We have our own way to create reports.

Firstly, we have XML Report Definition files. You define the structure of the report in XML, with embedded SQL.

The GUI for the user to select the parameters of the report, select columns to display, and define the sorting, is developed in the javascript client. See for example: https://github.com/openpetra/openpetra/tree/master/js-client/src/forms/Partner/Reports/PartnerReports

See also a tutorial about HowTo develop a new report.

Sequence for report calculation