Re: [taskjuggler] Help request

From: Chris Schlaeger (cs_at_suse.de)
Date: Mon May 26 2003 - 10:31:24 CEST


From: Chris Schlaeger <cs@suse.de>
Date: Mon, 26 May 2003 10:31:24 +0200
Message-Id: <200305261031.26327.cs@suse.de>
Subject: Re: [taskjuggler] Help request

On Monday 26 May 2003 06:35, Will Kessler wrote:
> Hello,
>
> I am trying to use Taskjuggler as a replacement for Microsoft Project,
> which I don't like. I am managing a web site development project.

Good plan. ;)

> I like the software, but I have a problem for which you probably know the
> answer.
>
> We're under a crunch so we will have to work 10 hour days for the next
> couple of months. Even though I specify the working hours for my resources
> (my staff) to be 10 hours long, it only seems to allocate 8 hours on a
> single day. How do I fix this? If we only work 8 hours ,we won't reach
> our deadline, so the plan doesn't reflect what will actually happen.

Hmmm. Have you increased the working hours per day as well?

project prj "Prj" "1.0" 2003-01-01 2003-04-01 {
  workinghoursperday 10
}

This settings affects the conversion between working hours and working days as
well as what's a daily load of 1.0.

So, for a temporary increase you could have increased the load to 1.3 or so.

task t1 "Task 1" {
  effort 20d
  allocate joe { load 1.3 }
}

Now if joe has 10 hour working days (define with workinghours) he will be
loaded 10 hours a day. You could have written 'load 2.0' as well, but since
he only has 10 hours working time, you can't overload him even more.

One more caveat: workinghoursperday defaults to 8. So 'effort 20d' are 20 * 8
hours. Not 20 10-hour-days.

Chris

-- 
KDE 3.1: Conquer your Enterprise Desktop!  See http://www.kde.org!
GPG Key: 1024D/0500838B  A5FE C051 2AFC 9A14 768A  5125 5829 5750 0500 838B




This archive was generated by hypermail 2.1.7 : Mon May 26 2003 - 10:34:34 CEST