I have recently moved from tj2 to tj3 and everything went fine.
However, I have a question concerning the report generation with
taskreport or resourcereport.
Is it possible not to have the scrollbar underneath the "daily"
section and, instead, having all the columns visible?
On my computer I can see only around 15 days in the report, but then I
have 2/3 of the screen which are white...
The description of one of the reports I use:
taskreport "CompletePlan" {
headline "Complete Plan"
formats html
columns name, priority, effort, complete, daily
loadunit days
hideresource 1
}
Thank you very much for your help, best regards.
Benoît
The scrollbar can't be moved. But you can control the width of the
'daily' section by using the width attribute.
http://www.taskjuggler.org/tj3/manual/width.column.html
Chris