From: Chris Schlaeger (cs_at_suse.de)
Date: Thu Apr 28 2005 - 16:53:03 CEST
From: Chris Schlaeger <cs@suse.de> Date: Thu, 28 Apr 2005 08:53:03 -0600 Message-Id: <200504280853.04253.cs@suse.de> Subject: Re: [taskjuggler] How do I get weekends different from Sat-Sun
On Thursday 28 April 2005 07:32, Dr. Muhammad Masroor Ali wrote:
> Dear All,
> Is there any way to specify weekends different from Sat-Sun. There are many
> countries in the world where weekends are only Friday.
>
> Hope you can help me.
Sure, you just need to redefine the global workinghours in your project
header.
project test "Test" "1.0" 2005-01-01 2005-11-30 {
dailyworkinghours 8
yearlyworkingdays 312.8571
workinghours sun 8:00 - 12:00, 13:00 - 17:00
workinghours mon 8:00 - 12:00, 13:00 - 17:00
workinghours tue 8:00 - 12:00, 13:00 - 17:00
workinghours wed 8:00 - 12:00, 13:00 - 17:00
workinghours thu 8:00 - 12:00, 13:00 - 17:00
workinghours fri off
workinghours sat 8:00 - 12:00, 13:00 - 17:00
}
It's important that you set your daily working hours and yearly working days
properly, so that the conversions between man days, man weeks and man month
are correct.
Chris
-- KDE 3.4: 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 : Thu Apr 28 2005 - 16:53:22 CEST