...
Note |
---|
For Job Cost, if you currently use a different cost element than 5 for travel, you will need to modify the jxCostCodeExpense database view to customize the cost element mapping. This line needs to be modified to replace the "5" with the cost element number you are using: CASE JC00701.Cost_Element WHEN 5 THEN 'Yes' ELSE 'No' END AS 'Mileage Expense', |
...