Pete Kekenes-Huskey
unread,Oct 3, 2010, 12:12:33 PM10/3/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TaskJuggler Users
Hi
I am running TaskJugler 2.4.3 - is it possible to define the default
range of dates displayed in the Gantt chart? For instance, After
compiling my project, I would like to chart to display tasks from
today's date through 1 month from now. My project contains the
following:
taskreport "Gantt Chart" {
headline "Project Gantt Chart"
columns hierarchindex, name, start, end, effort, duration,
completed, chart
# For this report we like to have the abbreviated weekday in front
# of the date. %a is the tag for this.
timeformat "%a %Y-%m-%d"
#loadunit days
loadunit hours
scenario delayed
hideresource 1
}
Thanks in advance!
pete