|
|
|
|
|
- Overview
- Details about the different types of reports
Report editor: Report types available
Several types of reports can be created in the report editor. All these types of reports are available in the report editor (provided with WINDEV, WEBDEV and WINDEV Mobile) and in Reports & Queries. The following types of reports are available: - Blank report.
- Form report.
- Table report.
- Crosstab report.
- TreeView Table report.
- Gantt Chart report.
- Organizer report (not available in WINDEV Mobile).
- Scheduler report (not available in WINDEV Mobile).
- Custom Mailing report (not available in WINDEV Mobile).
- Label report.
- Report based on a Form.
- Multicolumn report.
- Composite report.
Details about the different types of reports Let's see the characteristics for each type of report as well as use examples: - Blank report:
- Reading the data source of report
Each page displays:- a specific text.
- a standard form (filled manually thereafter).
- the data coming from one or more records.
- Use examples:
- Form for entering incoming calls.
- Form for entering absences.
- Form for entering products received.
- Preview of a blank report
- Form report:
- Reading the data source of report
The data read in the data source is displayed in a form: each page displays the data of one or more records. - Use examples:
- Detailed list.
- Data grouped according to a criterion.
- Preview of a form report
- Table report:
- Reading the data source of report
Each table row corresponds to a record read in the data source of report (data file, query, ...). - Use examples:
- Summary table.
- Invoice.
- Detailed list.
- Data grouped according to a criterion
- Preview of a table report
For more details, see Using tables in a report.
- Crosstab report:
- Reading the data source of report
The data read in the data source is displayed in a double-entry table. - Example of use An array showing the breakdown of sales by product and by year.
- Preview of a crosstab report
For more details, see Crosstab report.
- TreeView Table report:
- Reading the data source of report
The data read in the data source is displayed in a TreeView Table. - Example of use An array showing the breakdown of sales by product and by year.
- Preview of a TreeView Table report
For more details, see TreeView Table report.
- Scheduler report:
- Reading the data source of report
The data read in the data source is displayed in schedule format. - Examples of use Print daily or weekly schedules, etc.
- Preview of a Scheduler report
For more details, see Scheduler report.
- Organizer report:
- Reading the data source of report
The data read in the data source is displayed in organizer format. - Examples of use Printing a daily or weekly diary, etc.
- Preview of an Organizer report
For more details, see Organizer report.
- Mailing report:
- Reading the data source of report
Each record read in the data source corresponds to a page. - Use examples:
- Mailshot.
- Advertising letter.
- Preview of a mailing report
- Label report:
- Reading the data source of report
Each record read in the data source corresponds to a label. If you choose this type of report, you can define the number of copies for the same label. - Use examples:
- Price labels.
- Address labels.
- Preview of a label report
For more details, see Label report.
- Report based on a form:
- Reading the data source of report
The data read in the data source is displayed in a form: each page displays the data of one or more records. - Use examples:
- Preview of a report on form
For more details, see Report based on a form.
- Multicolumn report:
- Reading the data source of report
if the multicolumn report is a Table report, each table row corresponds to a record read in the data source of report (data file, query, ...). If the multicolumn report is a Form report, the data read in the data source is displayed in a form: each page displays the data of one or more records. - Example of use Product catalog
- Preview of a multicolumn report
For more details, see Multicolumn report.
- Composite report:
- Reading the data source of report
The composite report includes several sub-reports. Each sub-report can have a specific type. Reading the data source of sub-reports depends on the type of sub-reports. - Examples of use Printing orders and general terms and conditions, ...
- Preview of a composite report
For more details, see Composite report.
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM CRM
[ + ] WM CRM is a multi-platform project for Android and iOS. It explains how to develop a CRM application intended to the Android and iPad tablets.
|
|
Cross-platform examples (WINDEV Mobile): WM Expense Account
[ + ] This example allows you to manage your fees. Let's see the main features of this application: - The input of invoices - Management of foreign currencies - Inclusion of photo document for the invoices - Ability to email the expense account - Ability to track the expense accounts - ...
|
|
Cross-platform examples (WINDEV Mobile): WM Managing Orders
[ + ] The WM Managing Orders example is a simplified management of orders and invoices. This example is used to: - create/modify/delete a product, - create/modify/delete a customer, - contact a customer by email, - see the history of the actions performed for a customer - place an order, print an order form, - invoice an order, print an invoice.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|