Panel | ||
---|---|---|
| ||
Reports are used to extract important information about existing data of the Software and are generated using two files: an XML file used to define the report criteria and information displayed, and a JRXML file used to define the report layout. Reports can be generated in any of the following forms: PDF, EXCEL,CSVand HTML.
What does this section cover?
|
...
Create Report Pages
To create a new report page you need to create:
- Create a layout file (a) or use one of the existing CRM.COM report layout templates (b) (.jrxml)
- Create a report criteria and content file (.xml)
- Define the report in modules metadata file
For an introduction to reports, go to Report Pages.
1.
...
Create Report Layout Pages
a.
...
Use Report Layout Templates
CRM.COM Software includes the following report layout templates for landscape and portrait page orientation and for reports containing subreports. All report layout templates can be found under <custom_project>/web/WebContent/reports directory
...
Expand | ||
---|---|---|
| ||
b.
...
Design Report Layout Pages
If none of the above templates meet your needs, you can create your own JRXML file using iReport Designer.
2.
...
Create Report Criteria and Content Pages
To create a new report criteria and content page, you need to create an XML file under <custom_project>/web/WebContent/reports/<module_name> directory.
...