[taskjuggler] Planbooking

m.tesmer_at_gmx.net
Date: Wed Apr 09 2003 - 09:55:55 CEST


Date: Wed, 9 Apr 2003 09:55:55 +0200 (MEST)
From: m.tesmer@gmx.net
Message-ID: <11942.1049874955@www55.gmx.net>
Subject: [taskjuggler] Planbooking

Hi,
  
in the following TJP-file a three-day task is defined and assigned to a
person. Taskjuggler lets this person do the job in the first three days
after the
start date.
 
Let's suppose we want to choose January 7th as the last day for the task
_instead_ of January 3rd. With the 'planbooking' statement a forth day is
_added_
to the task.
 
How can I distinguish additional effort from manually scheduled effort? (The

same applies to the actual scenario. My aim is to use taskjuggler for
project
tracking by means of 'actualbooking' statements.)
 
Thank you for your advice!
  
Markus
  
--- snip ---
  
project test "Test" "test" 2003-01-01 2003-01-31 {
        now 2003-01-20 }
  
workinghours mon 08:00-16:00
workinghours tue 08:00-16:00
workinghours wed 08:00-16:00
workinghours thu 08:00-16:00
workinghours fri 08:00-16:00
  
resource pers "Person"
  
task task1 "Task 1" {
        start 2003-01-01
        effort 3d
        allocate pers
}
  
supplement resource pers {
        planbooking 2003-01-07-08:00 2003-01-07-16:00 task1
}
  
htmltaskreport "Tasks-Details.html" {
  columns no, name, start, end, daily
        headline "Test"
        caption "Test."
        hideresource 0
}
 

-- 
To unsubscribe, email the address listed in the List-Unsubscribe header
For additional commands, email: taskjuggler-help@suse.com


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2003 - 09:55:58 CEST