Content
View differences
Updated by Andrej Sandorf about 2 years ago
Currently the table left to the gantt chart is not exported in the PDF. Meanwhile we should display the most important work package values in the first column.
#### Acceptence criteria:
These values must be displayed:
* type
* #id
* status
* start - (start / end date
**Format:**
if there is a start date and an end date:
`type * #id * status * start_date - end_date`
if the start date is same as the end date:
`type * #id * status * start_date`
if one of the dates is missing it displayed empty:
`type * #id * status * start_date -`
`type * #id * status * - end_date` date)
#### Acceptence criteria:
These values must be displayed:
* type
* #id
* status
* start -
**Format:**
if there is a start date and an end date:
`type * #id * status * start_date - end_date`
if the start date is same as the end date:
`type * #id * status * start_date`
if one of the dates is missing it displayed empty:
`type * #id * status * start_date -`
`type * #id * status * - end_date`