| The TaskJuggler Manual | ||
|---|---|---|
| Prev | Chapter 7. Property Reference | Next |
date>start
<date>
| |||
|---|---|---|---|
| Description | Specifies the start date of the report. In task reports only tasks that end after this end date are listed. | ||
| Attributes | Name | Type | Description |
date | DATE | ||
| Context | csvaccountreport, csvresourcereport, csvtaskreport, export, htmlaccountreport, htmlmonthlycalendar, htmlresourcereport, htmltaskreport, htmlweeklycalendar, resourcereport, svgtimetimereport, taskreport, | ||
| Inheritable | No | Scenario Spec. | No |
| See also | end, period | ||
project prj "Project" "1.0" 2000-01-01 - 2000-03-01
resource r "Resource"
task t "Task" {
start 2000-01-01
effort 10d
allocate r
}
# Export the project as fully scheduled project.
export "FullProject.tjp" {
taskattributes all
hideresource 0
}
# Export only bookings for 1st week as resource supplements
export "Week1Bookings.tji" {
start 2000-01-01
end 2000-01-08
properties bookings
hideresource 0
}