
Customer-Specific Additional Columns in Trip List
Use
You can use the ITravelExpenseEnhancement interface to display customer-specific additional columns in the trip list area of Offline Travel Expenses. These customer-specific additional fields can be used to provide users with summary information for trips.
Activities
To be able to create additional columns for trip records, you must define a corresponding category in the ci_records.xml file in the offline repository of Travel Expense.
Example
You want to display additional columns (the total of miles, the WBS element of the first cost line and the number of receipts) for each trip of the trip list.
Proceed as follows:
Additional Information
To display more than three additional columns, the following file must be modified:
trp_lst.html. The following lines must be added:`if(SHOW_COLUMNX == "true")`
<td align="left" nowrap>
<b>`#CUSTOMER_DEFINED_COLUMN_X`</b>
</td>
`end`
`if(SHOW_COLUMNX == "true")`
<td align="left" > `COLUMNX[idx]`</td>
`end`
X represents the rank of the column to be added.