File: shift_assignment_overlap.tjp

package info (click to toggle)
tj3 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: ruby: 36,481; javascript: 1,113; sh: 19; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project test "Test" "1.0" 2007-08-20 +2m 

shift a "A" {
	workinghours mon - fri off
}
shift b "B" {
	workinghours mon - fri 10:00 - 18:00
}

resource r "R" {
	shifts a 2007-08-20 +2w
# MARK: error 13 shift_assignment_overlap 
	shifts b 2007-09-01 +2w
}