Added to the following source code:
project test 'test project' 2013-01-01 +5y {
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 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!'
}
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}
}
The result is:
Project: test project Version: 1.0 - Created on 2013-04-19 10:11:11 with
TaskJuggler v3.4.0
The table above shows the years, but in the browser view (firefox) the last year is not shown (columns show '201')