4. Create New Custom Report

fmCustomReportsForm, fmAddNewReportDialog, fmAddNewSQLDialog - New Custom Report Creation

Store Manager allows you to work with a third-party program (Report Tool) for report developing and editing. Download User's Manual to learn more about this tool.

In case you want to add some logo or change text format for some columns, you just need to modify report template (you do not need to modify SQL files).

To edit one of report templates follow a few steps:

  1. Run Report Tool - Go to Start -> All Programs -> eMagicOne -> Store Manager -> Report Tool (free third-party application).
  2. Open Report Template (.fr3 file) in the Report Tool - Go to Start -> All Programs -> eMagicOne -> Store Manager for ... -> Application Data -> Reports -> English sub-directory (for default reports like Invoices, etc) and Custom Reports sub-directory (for Custom reports). Also you can find it in C:\Documents and Settings\Your_User\Local Settings\Application Data\eMagicOne Store Manager for ...\Reports\English\ or Custom Reports sub-folder.

Remember that every report besides of its template needs some data to be displayed. To customize the data for any report (in case you would like to add some additional information to your report) you have to modify .sql files. SQL files are stored in Reports\SQL sub-folder. Please note that this requires some SQL skills. Please note that the modification of the report is not a feature of Store Manager itself and we do not provide support for the third-party application (Report Tool).

You're welcome to contact us for additional consultations.

To create your own custom report you should complete a few steps:

1. Press create "New Report" button and enter its name.

2. Create one or more SQL queries .

3. Press Visual Query Builder button to select required data (see below).

4. Design report template - click "Design Report" button to show report designer (see below).

5. Click "Preview Report" button to see your creation.

When Report is done you may use it - just doubleclick on it in Custom Reports section and see the result.

1. Data selection - create report queries

The page that appears has 2 parts: all available SQL-queries are listed at the top and the contents of selected Query at the bottom.

First thing you need to do is create SQL-queries for your report, which will select required data. "Visual Query Builder" button will simplify this task. It allows you to build queries on different database servers without deep knowledge of SQL syntax. Result sets from SQL queries are presented in a combination form of view trees and table views.

On the Visual Query Builder Page you can see Query Builder and Results tabs. Query builder page has following sections (left to right): Query tree view, Main (work area), list of available tables and selected table fields parameters area. At the very bottom of the page you can find generated query code. You can modify query code, however you will lose plan (objects placing in query constructor and their joins). So it's better not to modify query code manually. You can always enter query constructor and correct the plan visually.

Constructor working area and the list of available tables support Drag&Drop technology, i.e. for placing table into working area drag it there with the mouse, or double-click on table title in the available list of tables.

To include any field from the table in the query mark it. Marked fields appear in the fields parameter table area. That is all that necessary for query building. You can see query code on the bottom of the page, and on Result page tab you can see data which the query has returned.

You can drag two or more tables to work area, all tables need to have similar field which we will use to join them. By dragging this field from one table to another we create a join between the two tables. There can be multiple joins between tables. For link parameter settings, place the cursor on the “join line”, right click and select Edit item. The link properties window appears, where you can set the required join operator (can be selected from a dropdown) according to values: left and right objects (tables), left and right columns. Now it is necessary to mark the fields which are to be included, and group it according to the common field. To perform this tick off "*" fields in both tables, and common field in the second table. In the field parameters area appear selected fields. After that we need to select sorting for common field. That is all. Query is ready.

Click on Run Query button to see the results. On the Result page tab you can see the data which the query has returned.

These results can also be exported to Excel by hitting Export to Excel button

When you're done, click OK button.

2. Report template - design report layout

After you've created query(ies), the report layout can be designed. When you click Design Report button a blank report page will appear. Let us describe briefly the assignment of the Report objects which can be found at the Page tab. The basic objects you'll most likely need to work with are the “Band” and “Text” objects.

“Band” object allows the creation on a design page of an area, which has definite behavior, according to it’s type.

“Text” object displays one or several text lines within the rectangular area.

“Subreport” object allows inserting an additional report design page inside the basic one.

“Barcode” object displays data in the form of barcode (many different types of barcodes are available).

Also you can find Code and Data tabs at this page.

When switching to the “Code” tab of the FastReport editor you'll find tools for working with the script.

A script is able to perform data handling, which cannot be performed via regular means of the Report core, for example, to hide useless data according to any predefined condition. The script is also used for controlling properties of dialogue forms, which are the components of the report. The script should be written using one of the languages, which are the components of the script engine . Currently, the following languages are supported:

- PascalScript

- C++Script

- BasicScript

- JScript

The following FastScript features are available in the script engine:

- standard language set: variables, constants, procedures, functions (with nesting capability) with variables, constants, default parameters, all standard operators (including case, try, finally, except, with), types (integral, fractional, logical, character, line, multidimensional arrays, set, variant), classes (with methods, events, properties, indexes, and default properties);

- declarations of the following types absent: records, classes in the script; no records, no pointers, no sets (however, the 'IN' - "a in ['a'..'c','d']" operator usage is possible), no shortstring type, no unconditional jump (GOTO);

- types compatibility checking;

- ability to access any report’s object.

You can create scripts in the FastReport designer, which contains the scripts’ editor with syntax highlighting. Also there is an embedded debugger, which possesses the following functions: “Step,” “Breakpoint,” “Run to cursor,” and “Evaluate.”

There are the "Text" and "Draw" elements on the "Data" page. Using such elements, you can draw simple diagrams like this one:

Please Download User's Manual and see detailed description of all toolbars and options as well as directions of how to create a Report.

When you're done with report template you can preview the report itself by clicking Preview report at the Custom Reports section.

Also we'll gladly create New Custom Report for you if you contact our Support team (for additional fee)

By eMagicOne Inc.