Remaining Overtime Cost
Remaining Overtime Cost allows to track the scheduled cost for remaining work to complete a task.
the Remaining Overtime Cost depends on such units as:
Remaining Overtime Work
Overtime Rate
Once you enter the values for Remaining Overtime Work and Overtime Rate custom fields VIP Task Manager Professional automatically calculates Remaining Work by the following formula:
Remaining Overtime Cost = Remaining Overtime Work * Overtime Rate
to create custom filed Remaining Overtime Cost please follow the steps below:
1. Create the following custom fields:
Remaining Overtime Work
Overtime Rate
2. Go to: Tools/Custom fields and press "Ins" button
3. in "Title" field enter "Remaining Overtime Cost"
4. in "Code" field enter "cf_remaining_overtime_cost"
5. in "Type" field select "Currency"
6. in "Formula" field enter the following formula:
ToFloat($cf_remaining_overtime_work)*24 * $cf_overtime_rate
7. to display the value of custom field Remaining Overtime 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 "Remaining Overtime Cost"
|