You need to have an amount associated with each rate.
So why not simply adding new rate types? Like in your case:
DevNormalRate
SupportNormalRate
DevOvertimeRate
DevNormalRate
Jacques
Le 28/04/2016 à 10:59, Montalbano Florian a écrit :
Hi everyone,
Does someone knows how rate can be grouped ?
Here is what I would like to do :
In a project, hours spent on a task can be billed with different rates depending on the purpose of the task. For example, there is a rate for a
Development task and one for a Support task.
But for each of these rate, there is a normal rate and an overtime rate.
How can I find all the hours spent in overtime rate for both the Development
task and the Support task ?
I looked at the entities concerning the rate but I didn't find a solution.
In the entity "perfRatingType", I noticed that there is a "parentTypeId" attribute. This attribute is not available in the "RateType" entity. Adding
it seems to be a solution for this simple case.
What are your thoughts on this ?
Thanks,
Have a nice day,
Florian Montalbano