Skip to end of metadata
Go to start of metadata

Given the system is built around HTML using the HTTP protocol, the user is able to entirely customise the look and feel of all HTML pages and reports.

Each report produced by the system consists of a header, body (containing the information), and a footer. Whilst the body of the report is shaped by the parameters that are passed to it, the header and footer will remain constant and can be edited using any HTML editor.

Each report has an ID number assigned to it, as follows:

Report nameID
Custom Report1
Billing Report2
Organisation Drill-Down3
Trunks Busy4
Call Geography5
Top Calls6
Incoming Response Analysis7
Frequent number
8
Target response90
Extension Usage91
Daily activity92
Account summary93
Full Call Analysis94
First and Last Calls95
Cost Summary97
Inbound Call Performance98
Business Centre Summary100

Using these ID numbers, you can customise the header and footer of any report, by amending the corresponding customheader_x.html and customfooter_x.html files (where x is the ID number of the report), located in data folder of the main installation program.

For example, if you want to add the company name to the heading of each telephone bill you produce, you need to locate the customheader_2.html within the data folder.

An HTML example for such file is shown below:

The example code would produce the following output:


The example above uses server-side includes (SSIs), described in the Dynamic reports section below.

The system constructs the final report from three different HTML files - header, body and footer. As the final report needs to be rendered in one single file, the open HTML tag must be placed in the header and the closed HTML tag in the footer of the report.

 

Labels: