Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Anker
top
top

Inhalt
minLevel1
maxLevel7
Untergeordnete Seiten (Anzeige untergeordneter Seiten)

Prepare ownERP FastReport API

...

The SQLite database file (.db3) can be found in the server after downloading the reports for the first time. With this database file it is possible to render FastReport using the REST-API through a POST request. Example of this can be found in the section of this documentation: FastReport API.

For more details on the usage of eQ ReportDesigner and FastReport find here the official Fast Report Documentation for Users and Programmers.

...

Then in the 'Action' menu item select 'Extend the fields for the Report'.

...

...

Info

Do not choose fields that reference the same model or any circular reference, as this will make the database unable to be created. See error in FAQ Section.


Choose the FastReport just created:

...


Anker
GetNewDB
GetNewDB

Get the database (this will change in the future)

...

Choose the database just downloaded and follow the steps below:

...

Anker
CustomizeReport
CustomizeReport

Customize the report

Find here an example of the edition and customization of a Project Report (eq_fr_core_project.frx):

...

Set the other FastReport fields as in the following example:

...

IMPORTANT

Info

The Template Name is unique for each report must be the same as the one uploaded to the API without the .frx suffix.

The boolean field 'Report on Print Button' is only available when the respective EQ FastReport button module is installed.

...

Find the steps to get the database for the report here.

Edit the report in eQ ReportDesigner

Then start the eQ ReportDesigner application for Windows and add the new database downloaded to customize the file and add new fields to the report. Steps can be found here.

Finally Print the new edited report and see the changes applied.

Back to top