| |
The time and expenses reports are a part of the OfficeClip
reports framework which is managed by the file reports.xml.
Following are the attributes for this file.
- id - The unique identifier for the report
- path - The path from the OfficeClip root where the
report file resides
- name - The name of the report file.
- program - The name of the aspx program which runs the
report.
- dataset - The dataset name of the report. The dataset
file should reside inthe same directory
- title - The title of the report - This shows up in the
screen
- description - The description of the report. This shows
up on the screen
- col1 - The first column
- col2 - The second column
- col3 - The third column
- sql - The sql statement
|