Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

Given that the system is built around HTML using the HTTP protocol, this allows the user to completely customise the look and feel of all HTML pages and reports.

Each report that is produced by the system consists of a header, the body (containing the information), and a footer. Whilst the body is customised by the parameters that are passed to the report, the header and footer remain constant and can be edited using any HTML editor such as, amongst others, Microsoft FrontPage.

Each report has an ID number, as follows:

Using these ID numbers, header and footer files can be created in the \data folder in the form customheader_x.html and customfooter_x.html, where x is the ID number of the report whose output you want to customise.

For example, suppose we wanted to add your company name to the heading of each telephone bill you produce. We know that a telephone bill is a Billing Report whose ID is 2. The custom header would therefore need to be a standard HTML file in the \data folder named customheader_2.html. The raw HTML for such a file may look something like the following:

This example uses server-side includes (SSIs) which are explained later in this section.

The example code would produce an output similar to the following:

Customisation
Labels: