Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Dashboard
TIM Professional
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<p>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.</p><p>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.</p><p>Each report has an ID number assigned to it, as follows:</p><table class="confluenceTable"><tbody><tr><th class="confluenceTh">Report name</th><th class="confluenceTh">ID</th></tr><tr><td class="confluenceTd"><strong>Custom Report</strong></td><td class="confluenceTd">1</td></tr><tr><td class="confluenceTd"><strong>Billing Report</strong></td><td class="confluenceTd">2</td></tr><tr><td class="confluenceTd"><strong>Organisation Drill-Down</strong></td><td class="confluenceTd">3</td></tr><tr><td class="confluenceTd"><strong>Trunks Busy</strong></td><td class="confluenceTd">4</td></tr><tr><td class="confluenceTd"><strong>Call Geography</strong></td><td class="confluenceTd">5</td></tr><tr><td class="confluenceTd"><strong>Top Calls</strong></td><td class="confluenceTd">6</td></tr><tr><td class="confluenceTd"><strong>Incoming Response Analysis</strong></td><td class="confluenceTd">7</td></tr><tr><td class="confluenceTd"><strong>Frequent number<br /></strong></td><td class="confluenceTd">8</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Target response</strong></td><td colspan="1" class="confluenceTd">90</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Extension Usage</strong></td><td colspan="1" class="confluenceTd">91</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Daily activity</strong></td><td colspan="1" class="confluenceTd">92</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Account summary</strong></td><td colspan="1" class="confluenceTd">93</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Full Call Analysis</strong></td><td colspan="1" class="confluenceTd">94</td></tr><tr><td colspan="1" class="confluenceTd"><strong>First and Last Calls</strong></td><td colspan="1" class="confluenceTd">95</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Cost Summary</strong></td><td colspan="1" class="confluenceTd">97</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Inbound Call Performance</strong></td><td colspan="1" class="confluenceTd">98</td></tr><tr><td colspan="1" class="confluenceTd"><strong>Business Centre Summary</strong></td><td colspan="1" class="confluenceTd">100</td></tr></tbody></table><p>Using these ID numbers, you can customise the header and footer of any report, by amending the corresponding <span class="keyword">customheader_x.html</span> and <span class="keyword">customfooter_x.html</span> files (where <span class="keyword">x</span> is the ID number of the report), located in <span class="keyword"><img class="editor-inline-macro" src="/plugins/servlet/confluence/placeholder/macro?definition=e3JlZmVyZW5jZW1hY3JvOkxhYmVsPWRhdGF9&locale=en_GB&version=2" data-macro-name="referencemacro" data-macro-parameters="Label=data"> </span>folder of the main installation program.</p><p>For example, if you want to add the company name to the heading of each telephone bill you produce, you need to locate the <span class="keyword">customheader_2.html</span> within the <span class="keyword"><img class="editor-inline-macro" src="/plugins/servlet/confluence/placeholder/macro?definition=e3JlZmVyZW5jZW1hY3JvOkxhYmVsPWRhdGF9&locale=en_GB&version=2" data-macro-name="referencemacro" data-macro-parameters="Label=data"> </span>folder.</p><p>An HTML example for such file is shown below:</p><table class="wysiwyg-macro" data-macro-name="code" data-macro-parameters="language=html/xml" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGU6bGFuZ3VhZ2U9aHRtbC94bWx9&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre> <html> <body> <div align="left"> <table border="0" cellpadding="3" cellspacing="0" width="100%" style="font-family:Tahoma, Arial; font-size: 9pt"> <tr> <td width="66%" colspan="2"> <font size="6">Telephone Bill<br></font> <font size="5">for<#SSI_PARAM:extngroup><#SSI_PARAM:extension><#SSI_PARAM:account></font> </td> <td width="34%"><img src="img/company_logo.gif" align="right" width="100" height="100"></td> </tr> <tr> <td width="33%"></td> <td width="33%"></td> <td width="34%"><p align="right">Bill enquiries 020 7265 2600</td> </tr> </table> </div> <table border="0" width="100%" cellspacing="0" cellpadding="4" style="font-family: Tahoma; font-size: 9pt"> <tr> <td width="20%"><strong>Covering period</strong></td> <td width="80%"><#SSI_PARAM:fromdate><#SSI_PARAM:fromtime>&nbsp;<strong>to</strong>&nbsp;<#SSI_PARAM:todate>&nbsp;<#SSI_PARAM:totime></td> </tr> <tr> <td width="20%"><strong>Billing Entity</strong></td> <td width="80%"><#SSI_PARAM:extngroup><#SSI_PARAM:extension><#SSI_PARAM:account></td> </tr> </table></pre></td></tr></table><p>The example code would produce the following output:</p><p><img class="editor-inline-macro" src="/plugins/servlet/confluence/placeholder/macro?definition=e3NjcmVlbnNob3RtYWNybzpCb3JkZXI9ZmFsc2V8U2hhZG93PWZhbHNlfFVSTD0vZG93bmxvYWQvYXR0YWNobWVudHMvNzI0MTk4Mi9jdXN0b21pc2F0aW9uLnBuZ30&locale=en_GB&version=2" data-macro-name="screenshotmacro" data-macro-parameters="Border=false|Shadow=false|URL=/download/attachments/7241982/customisation.png"></p><table class="wysiwyg-macro" data-macro-name="info" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2luZm99&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"><p>The example above uses server-side includes (SSIs), described in the <a class="confluence-link" href="/display/professional/Dynamic+reports+-+RHDL.EXE" data-linked-resource-id="7241995" data-linked-resource-type="page" data-linked-resource-default-alias="Dynamic reports - RHDL.EXE" data-base-url="http://localhost:8090">Dynamic reports</a> section below.</p></td></tr></table><p>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.</p><p> </p>
Attachments
Labels
Location
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced