Readers,
A report is generated:
|
![Icon]() |
a meeting |
|
|
|
|
|
|
source:
project test 'test project' 2013-01-01 +1y {
currency 'EUR'
currencyformat '-' ' ' ' ' '.' 2
dailyworkinghours 8
numberformat '-' ' ' ' ' '.' 3
shorttimeformat '%d-%m-%Y'
timeformat '%e %b %T'
timezone 'Europe/London'
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 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
duration 4h
#effort 1d
note 'lorem ipsum'
}
taskreport summary 'test report' {
balance usercosts userrevenue
#balance -
caption 'test report summary'
center 'centre section'
columns bsi, name, start, end, resources, cost, note, chart
formats html
}
Why is the start time in the report '00:00:00' and not '08:00:00'?
Why is the resources column empty (was expecting to see 'taskjuggler user')?
--
taskjuggler340