Rates

You can apply a custom rate to a Task. It allows you to customize your hourly rates from task to task by setting different salary/hour rates for tasks depending on the workload or work complexity. Every task has a default rate with a factor of 1 and an extra salary/h of 0. Custom rates consist of a factor and extra/h, which are higher than the default rate.

Applying a custom Rate modifies the project's default salary by its factor and extra salary/hour. The factor multiplies the project's salary, and the Rate’s extra/h field is added to the salary. The formula looks as follows: Total = hours (salary * factor) + (hours * extra)

Example

If your project's salary has a default rate of 10$ per hour and you work on a task for 10h, you multiply 10$ by 10 hours to get 100$. So, your salary for working 10 hours on the task is 100$. If you apply a custom rate with a factor of 2 on the task: Total = hours (salary * factor) + (hours * extra) = 10 (10 X 2) + (10 * 0) = 10 (20) + (0) = 200$ So, you multiply the project's default salary of 100$ by a factor of 2. The task's total doubles from 100$ to 200$. If you apply a custom rate with an extra salary rate of 2$ per hour: Total = hours (salary * factor) + (hours extra) = 10 (10 X 2) + (10 * 2) = 10 (20) + (20) = 220$ Your task's total increases by 20$ to 220$.

Last updated