Re: [taskjuggler] Re: vacation-report

From: Chris Schlaeger (cs_at_suse.de)
Date: Mon Aug 11 2003 - 16:44:03 CEST


From: Chris Schlaeger <cs@suse.de>
Date: Mon, 11 Aug 2003 16:44:03 +0200
Message-Id: <200308111644.11305.cs@suse.de>
Subject: Re: [taskjuggler] Re: vacation-report

On Monday 11 August 2003 15:59, Ernst Pfann wrote:
> Am Dienstag, 5. August 2003 15:10 schrieb Chris Schlaeger:
> > Use sed to change the color in html files after generation:
> >
> > sed 's/background-color:#87ff75/background-color:#f3ebae/g' file.html >
> > file-new.html
>
> This seems to be nice, but there is another problem:
> The "now"-dateline masks vacations. So sometimes you don't see a
> one-day-vacation or a vacation which ends at i. e. monday.
> How can i switch off the now-dateline?

You can't. But you can move it to a day outside of the report. But this
affects the %completed calculations. Use the project attribute 'now' for
this.

> Another problem is to create an away-report. This should be a
> calendar/staff-table with colored dates, where a resource has vacation or
> is not in house.
> If i use "flags away", it seems to be not possible, to create a report
> using this flag (without tasks in the report).
> "hidetask ~away" leeds me to a tree view of tasks, which is not what i
> want. "export away.tjp" knows nothing about allocations.
> To you have any hint for me, how to create such a report?

You have lost me there. Where are you attaching the flags to? What type of
report are you generating?

Some hints that maybe help. The treeview mode can be switched off, if you use
another sorting criteria. E. g.

sortasks nameup

If treeview is disabled, no parent tasks are shown that do not match the
filter criteria.

If you want the export report to include more data, you have to specify this.

export "away.tjp" {
  hidetask ~away
  taskattributes all
  hideresource 0
}

The 'all' only works with recent CVS. Older versions need a list of
attributes. See the manual for details.

I hope this helps.

Chris

>
> Thanks!
> Ernst Pfann
> --
> Bayerischer Rundfunk Rundfunkplatz 1, D-80300
> München Tel: +49 89 5900-16016 Fax: +49 89 5900-16000 E-Mail:
> pfann@br-online.de that you're not paranoid doesn't mean they aren't right
> behind you!

-- 
KDE 3.1: 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 : Mon Aug 11 2003 - 16:44:17 CEST