Z
zzqv9p
In my project schedule I can have resources that have hourly, daily and
monthly rates. I use the same rate for the entire schedule.
When I extract the standardrate in VB, I get an hourly rate which works when
my team bill on an hourly basis. But if I am using a monthly rate, then the
cost of the resource should be a fixed amount for the entire month. Is there
a way of doing this in project.
e.g.
My work hours per day are defined as 8
Resource 1 has a hourly rate of $10
If this resource works 20 hours in 2 months - project reports $200 which is
correct
If I change resource 1 and define a rate per day of $100/day I would expect
to see a cost of $300 (20 hours/8 and rounded up)
If the monthly rate for the resource is $500, then I would expect the cost
to be $1000 (2 months flat rate)
by using TIMESCALEDATA method I can determine the effort per month, week.
but the cost always seems to be per hour
monthly rates. I use the same rate for the entire schedule.
When I extract the standardrate in VB, I get an hourly rate which works when
my team bill on an hourly basis. But if I am using a monthly rate, then the
cost of the resource should be a fixed amount for the entire month. Is there
a way of doing this in project.
e.g.
My work hours per day are defined as 8
Resource 1 has a hourly rate of $10
If this resource works 20 hours in 2 months - project reports $200 which is
correct
If I change resource 1 and define a rate per day of $100/day I would expect
to see a cost of $300 (20 hours/8 and rounded up)
If the monthly rate for the resource is $500, then I would expect the cost
to be $1000 (2 months flat rate)
by using TIMESCALEDATA method I can determine the effort per month, week.
but the cost always seems to be per hour