Cost
Cost custom field shows the total scheduled or estimated expense for a task or project assigned to resource. This cost is based on actual cost (the cost for actual amount of work assigned to resource and task fixed costs) and scheduled cost for remaining work.
VIP Task Manager Professional automatically calculates scheduled cost for task or project by the following formula:
Cost = Actual Cost + Remaining Cost
to create custom filed Cost please follow the steps below:
1. Create the following custom fields:
2. Go to: Tools/Custom fields and press "Ins" button
3. in "Title" field enter "Cost"
4. in "Code" field enter "cf_cost"
5. in "Type" field select "Currency"
6. in "Formula" field enter the following formula and click "Ok" button:
$cf_actual_cost + $cf_remaining_cost
7. to display the value of custom field Cost on Task List or Task Tree please go to Task List or Task Tree, click Task List Columns or Task Tree Columns button and check the custom field "Cost"
|