|
| About Us | Products | Partners | Webserver | News | ||
|
|
CODEVIEW Namespace
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Function |
Description |
|
|
This function creates the HTML Frameset that appears in the right side of the page. This contains a "banner" frame at the top and a "contents" frame underneath it. |
|
|
This function creates the HTML for the "banner" frame. This consists of a bitmap background pattern, and a centred image. The image is not held on a file, but is generated on-the-fly by the IMAGE function. |
|
|
This function generates a GIF image for the "banner" frame. The image consists of the Dyalog bitmap (stored on file) with the name of the function you requested alongside it. |
|
|
This function generates the HTML for the body ( |
Function |
Description |
|
|
This function processes the data entered in the Loan Example form, calculates the repayments matrix, and generates the HTML to display it. Notice that the HTML for the Form itself, together with the data you entered in its fields, is also returned in the result. |
This namespace contains a set of data variables that describe the financial transactions for Cool Supplies Limited. Each transaction consists of a nominal code, a date, a department number and a value.
The data is first presented as a consolidated P&L account in which each number is a calculated from a particular set of transactions. Each number has a hyperlink associated with it that tells the system how that number is derived, so that the user may drill down to the next level of detail by clicking the number.
Each hyperlink identifies the function to drill down to the next level, together with the parameters that this function will need. These parameters include the department, the period, and the set of nominal codes for the sub-set of transactions from which the total was derived.
Function |
Description |
|
|
This function generates the HTML table for the top-level P&L statement. Suitable hyperlinks are attached to each of the table cells to allow the user to drill down to the next level of numbers behind these totals. Each hyperlink contains the name of the next drill-down function to run, SHOW_NC or SHOW_NC_BY_DEPT, together with information that describes how the total was derived. |
|
|
This function breaks a total down into account items by nominal code and generates an HTML table. A hyperlink is attached to each cell that identifies the function to drill down to the next level (NC_ANALYSE) together with information that describes how the figure was derived. |
This function performs a similar drill-down to SHOW_NC, but the figures are broken out by department. |
|
|
|
This function performs the lowest level breakdown that tabulates all the individual accounting transactions that make up a nominal code/departmental total. |
Function |
Description |
Displays a graph illustrating an experimental Fourier fit |
|
Displays a sample timeseries plot |
|
Displays a set of sample charts |
|
Displays all the rain graphs together |
Function |
Description |
Displays a sample pie chart |