Chris Schlaeger wrote on Fri, 16 June 2006 12:15
> t.schutter wrote on Wed, 29 March 2006 02:56
> > Option to set html header title for a html report.
Currently you can set a "title" property which
is displayed at the top of the page. But the title that goes
in the html header is determined by the report type. For
example, a htmltaskreport always has the html header title
of "Task Report". Either set the html header
title to the "title" property, or allow a
"htmltitle" property.
>
> That sounds like a bug. I'll have a look at it.
Great.
Quote:
> Quote:
> > Add an option that allows you to suppress
resources in a resource report that have no tasks in the
report. Sometimes I generate reports where for the time
period in question, some resources have no tasks. I would
like to suppress those resources in the report.
>
> This is already supported. Just hide the resource with
an isAllocated() expression.
isAllocated() works as long as I am not also using
"hidetask". I have resources that are
allocated, but on this report all of the tasks for that
resource happen to be hidden. I would like to hide that
resource.
Quote:
> Quote:
> > I would like to generate a calendar for a specific
resource. For example, I would like to see a calendar that
lists just my tasks. Or a calendar that has only the tasks
allocated to "conference_room", which I could
post next to the conference room.
>
> This works as well. Use the isDutyOf() expression to
hide unwanted tasks.
Yep. isDutyOf() works perfectly.
I totally missed isAllocated() and isDutyOf() in the doc.
Maybe some more examples in the "hidetask" and
"hideresource" pages may help.
--
To unsubscribe, email: taskjuggler-devel-unsubscribe suse.com
For additional commands, email: taskjuggler-devel-help suse.com
|