### begin report definition macro TaskTip [ tooltip istask() -8<- '''Start: ''' <-query attribute='start'-> '''End: ''' <-query attribute='end'-> ---- '''Resources:''' <-query attribute='resources'-> ---- '''Precursors: ''' <-query attribute='precursors'-> ---- '''Followers: ''' <-query attribute='followers'-> ->8- ] navigator navbar { hidereport 0 } textreport frame "" { header -8<- == Project Title == <[navigator id="navbar"]> ->8- footer "----" textreport index "Overview" { formats html center '<[report id="overview"]>' } } taskreport overview "" { header -8<- === Project Overview === Project Areas * Specification * Software Specification * Software Testing * Manual === Timeline === ->8- columns bsi { title 'WBS' }, name, start, end, duration, status, chart { ${TaskTip} } # For this report we like to have the abbreviated weekday in front # of the date. %a is the tag for this. timeformat "%Y-%m-%d" loadunit days hideresource 1 sorttasks tree #caption 'All effort values are in man days.' }