Filip Åsblom | 2 Apr 2006 21:54
Picon

Resource-task report


Hello!

I have problems finding out how to do a report and don't find any information in the manual. 

I would like to have a report that for each resource specifies it's tasks and the times when it would do it. It
would be good if it is in a "compact" form.

Something like this:

Resource1
 Task1 (Time)
 Task2 (Time)

Resource2 
 Task2 (Time)
 Task3 (Time)
 Task4 (Time)

Is this possible?

f

zebulon | 3 Apr 2006 11:45
Picon
Favicon

Re: simple way to set a task as finished


can you confirm that my project should compile without problem ?
if you comment the real:scheduled the project just compile fine.

hillion | 3 Apr 2006 15:49
Picon
Favicon

new newby question

Hello,

This is the first time I am using TaskJuggler. I went through the documentation & additional slides, then I
started my own tjp file.  :d 

It is working nice but I have unsolved problems (could not get clear help from the message in the forum)  :( . To
be as clear as possible, I will refer to the attached tjp

My project is splitted into 2 succeeding work packages. Each work package consists in several tasks. Most
of the tasks are succeeding to each other but 2 are different :
- task report : this task is conducted during the all workpackage, the effort is 4 days
- task quality : this task occurs every friday during the all workpackage, the effort is 2hours / week

How to implement tasks report and quality ?  :roll: 

I tried to define quality using shift. We see it is performed in parallel to the other tasks on the Gantt
diagramm but I cannot have it triggered with task 1 and ended at the end of work package 1.

As for task report, how to trigger it with task 1 and end it at the end of the work package with respect to the
specified effort ?

Thanks a lot for your help !

Hello,

This is the first time I am using TaskJuggler. I went through the documentation & additional slides, then I
started my own tjp file.  :d 

(Continue reading)

Leonardo Soto M. | 3 Apr 2006 18:59
Picon
Gravatar

CSV Task Report desaggregated by resource


Hi folks!,

I want to get a csv report of team effort on a weekly basis. So i wrote this in my taskjuggler project:

macro weekeffort [
csvtaskreport "Horas-${1}-${2}.csv" {
    columns name, effort, resources
    start ${1}
    end ${2}
    loadunit hours
}
]

${weekeffort "2006-03-27" "2006-04-02"}

It generates a line by task, aggregating efforts did by different resources, but I want them
disaggregated. 

How can I do that? 

greenrenault | 9 Apr 2006 08:03
Gravatar

How to compile Task Juggler help?


Hi Guys,

Can someone help me out? I'm trying to compile the Task Juggler application help for KDE and it's raising an
error in the script.

I've followed the required components instructions
(http://www.taskjuggler.org/manual/the_taskjuggler_components.html) and installed everything
which was required, but still raises an error when trying to 'make' the help.

Here's the output:

mailto:greenrenault <at> kubuntu:~/taskjuggler-2.2.0/docs/en$ make
cd ../.. && /bin/sh ./config.status docs/en/taskjuggler.xml
fast creating docs/en/taskjuggler.xml
config.pl: fast created 1 file(s).
cp taskjuggler.xml index.docbook
patch index.docbook < kde-doc.patch
patching file index.docbook
rm -f Example.xml
echo "<para><screen>" > Example.xml
sed 's/&/\&/g; s/</\</g; s/>/\>/g' ../../Examples/FirstProject/AccountingSoftware.tjp | expand -t
2 >> Example.xml
echo "</screen></para>" >> Example.xml
xsltproc PropertyReference.xml PropertyReference.xsl -o \
          GenPropertyReference.pre.xml
sed "s/<?xml version=\"1.0\"?>//" GenPropertyReference.pre.xml > \
          GenPropertyReference.xml
rm GenPropertyReference.pre.xml
/bin/sh: line 4: -d: command not found
(Continue reading)

Torsten Knodt | 12 Apr 2006 16:35
Picon
Favicon

Group resource 'ProjectGroup' may not have bookings


Hello,
I'm really new to taskjuggler so perhaps this is a silly question.
Can someone give me a hint what this means? I haven't any bookings in my project.

Regards
     Torsten

Jung | 16 Apr 2006 00:59
Picon
Picon

How to compile taskjuggler on kubuntu?


Hello,

I want to know how to compile taskjuggler on kubuntu ? Can you help me with a HowTo ?

thanks

astroboi

Daniel Manrique | 17 Apr 2006 18:51
Picon

Re: Group resource 'ProjectGroup' may not have bookings


No idea what the error means but could you show us your .tpj file? maybe we can spot something strange in it.

Carlo Contavalli | 20 Apr 2006 20:40
Picon

Accounting price once


Ok, so, I have a task which depends on an hardware resource, something like:

task pSite "Publish internet site" {
  depends !ConfigureServer
  [...]
}

task ConfigureServer "Install linux on a new server" {
  allocate WebServer
  allocate SystemAdministrator
  [...]
}

is there a way to define something like:
resource WebServer {
  price 2500.0
}

so the price is accounted in the accountreport only once and when the server is really needed?

thx,
Carlo

Carlo Contavalli | 20 Apr 2006 20:46
Picon

allocate, alternative and different tasks...


Is there a way to handle two different tasks wich must be performed by the same person? something like:

task task1 "This is task1" {
  allocate Dev1 { alternative Dev2 alternative Dev3 } 
}

task task2 "This is task2" {
  allocate Documenter1
}

task task3 "This is task3" {
  depends !task1, !task2
  allocate $[task1.allocate[0]]
}

where $[task1.allocate[0]] is replaced by the name of the first person (0) allocated in task1?

uhm ... maybe there are smarter way to do this.. and I bet it wouldn't be that easy to implement ...

Thx,
Cheers,
Carlo


Gmane