File: Buffer.tjp

package info (click to toggle)
taskjuggler 2.3.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 8,764 kB
  • ctags: 3,700
  • sloc: cpp: 36,852; sh: 12,761; xml: 5,541; perl: 5,207; makefile: 269; python: 258; lisp: 67
file content (23 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project simple "Simple Project" "$Id" 2000-01-01 2000-01-20

resource tux1 "Tux1"

task t1 "Task1" {
  start 2000-01-01
  length 10d
  # 20% of the working time of this task are marked as buffer at the
  # beginning.
  startbuffer 20
  # An additional 10% of the working time of this task are marked as
  # buffer at the end.
  endbuffer 10.0
  allocate tux1
}

# Generate a report that lists the start end end dates for the
# buffers.
htmltaskreport "Buffer.html" {
  columns no, name, start, startbufferend, endbufferstart, end,
  startbuffer, endbuffer, duration, effort, daily
  hideresource 0
}