Report Writer:

Under this version a limited hard copy facility is provided. The Report writer facility consists of two sub-options that are as follows: - Checklist - Formatted Checklist These option prints the record contained in the file.

1. CheckList:

When this option is chosen it dumps all the information in the file into the printer. On the top of the page, position of the record is provided and each of the record is separated by one line.

2. Formatted CheckList: 

Here all the records are printed along with the titles in a formatted manner.
e.g. Sample printout

EmpNo     1111
EmpName AAAAA
DeptCode c1
Age           26
BasicSal    10000

Calc Using this option formulas can be created as shown in the e.g. below:

HRA        = Basicsal * .40
Gross Sal = BasicSal + hra

The Calc is created using the screen shown below. The calc file will have the same name as that of .fmt filename for which the calc is created with extension of .cal

Report With Calc:

Used to generate the reports of the required fields which is selected. The selected field can be a field from a .fmt file or a calc field if calc file exists for the fiel selected The screen for selection of the fields is as shown below

Structured Report Used to generate the reports same as that of Report with Calc. In addition the report can be formatted as per the users requirement

Main Screen