inp...@gmail.com
unread,Apr 29, 2013, 5:34:08 AM4/29/13Sign 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 taskjugg...@googlegroups.com
Readers,
The following file was created:
project test 'test project' 2013-01-01 +1y {
currency 'EUR'
currencyformat '-' ' ' ' ' '.' 2
dailyworkinghours 8
numberformat '-' ' ' ' ' '.' 3
scenario plan 'testprojectplan' {
scenario actual 'testprojectactual' {
active yes
}
}
shorttimeformat '%d-%m-%Y'
timeformat '%e %b %T'
timezone 'Europe/London'
trackingscenario actual
now ${projectstart}
weekstartsmonday
workinghours mon-fri 08:00-12:00, 13:00-17:00
workinghours sat, sun off
yearlyworkingdays 225
}
leaves holiday 'New Years day' 2013-01-01,
holiday 'Good Friday' 2013-03-29,
holiday 'Christmas day' 2013-12-25
account projectcosts 'project total cost' {
account usercosts 'my costs'
}
account userrevenue 'my revenue'
resource usertj 'taskjuggler user' {
email '...@...'
workinghours mon-fri 08:00-12:00, 13:00-17:00
rate 10
limits {dailymax 6h}
}
# task task1 'a meeting' {
# allocate usertj
# chargeset usercosts
# #teleconference costs
# charge 10 perhour
# #duration 4h
# effort 1h
# start 2013-06-02
# note 'lorem ipsum'
# }
# task task2 'a very long task' {
# allocate usertj
# chargeset usercosts
# effort 3y
# note 'wow!'
# }
task task3 'a simple task' {
allocate usertj
chargeset usercosts
effort 1d
actual:booking usertj 2013-01-02-8:00 +8h {
sloppy 1
overtime 1
}
}
taskreport summary 'test report' {
balance projectcosts userrevenue
#balance -
caption 'test report summary'
center 'centre section'
columns bsi, name, start, end, resources {listitem "<-query attribute='name'->"}, cost, note, chart {period 2013-01-01 +0.5y}
formats html
}
accountreport projectcost 'test project cost' {
accountroot projectcosts
balance -
formats html
columns name, yearly, balance { title 'Total' period ${projectend} +1h}
}
#timesheetreport testtimereport 'tjtimereporttest' {
timesheetreport testtimereport '.' {
sorttasks tree.up
end 2013-02-01
}
The resultant report states:
...
task task3 {
work 4.516129032258063%
remaining 0.0d
...
how in the work percentage value calculated please?
Now that the report is created as a tji file, what next? How to use it? The manual is not clear to a project management novice what to do next with the file.
--
taskjuggler340