project foo "FOO" "1.0" 2008-09-01 - 2010-12-31 account project_costs "Project Costs" cost { } resource team "The team" { resource jane "Jane" {} resource joe "Joe" {} } include "projectPlan.tji" taskreport "Gantt Chart" { headline "Project Gantt Chart" columns hierarchindex, name, note, start, end, effort, duration, cost, chart timeformat "%Y-%m-%d" loadunit days hideresource 1 } resourcereport "Resource Graph" { headline "Resource Allocation Graph" columns no, name, chart } htmltaskreport "projectPlan.taskreport.html"{ timeformat "%Y-%m-%d" columns hierarchindex, name, note, effort, completed, duration, start, end } htmlstatusreport "projectPlan.statusreport.html"{ }