project nil "project" "1.0" 2017-02-17 +3800d {
}
shift s40 "Part time shift" {
workinghours wed, thu, fri off
}
resource rob "My name" {
}
task epsrc "project" {
purge allocate
allocate rob
task label1 "task 1" {
effort 144.0h
}
task develop "task 2" {
depends !label1, !label2
effort 480.0h
}
task label2 "task 3" {
effort 112.0h
}
}
textreport report "Plan" {
formats html
center -8<-
<[report id="plan"]>
->8-
}
# A traditional Gantt chart with a project overview.
taskreport plan "" {
headline "Project Plan"
columns bsi, name, start, end, effort, chart
loadunit shortauto
hideresource 1
}