|
dolibarr 19.0.4
|
Gantt diagram of a project. More...
Go to the source code of this file.
Functions | |
| constructGanttLine ($tarr, $task, $task_dependencies, $level=0, $project_id=null) | |
| Add a gant chart line. | |
| findChildGanttLine ($tarr, $parent, $task_dependencies, $level) | |
| Find child Gantt line. | |
Gantt diagram of a project.
Definition in file ganttchart.inc.php.
| constructGanttLine | ( | $tarr, | |
| $task, | |||
| $task_dependencies, | |||
| $level = 0, | |||
| $project_id = null ) |
Add a gant chart line.
| array | $tarr | Array of all tasks |
| array | $task | Array with properties of one task |
| array | $task_dependencies | Task dependencies (array(array(0=>idtask,1=>idtasktofinishfisrt)) |
| int | $level | Level |
| int | $project_id | Id of project |
Definition at line 173 of file ganttchart.inc.php.
References convertSecondToTime(), dol_concatdesc(), dol_escape_js(), and dol_print_date().
Referenced by findChildGanttLine().
| findChildGanttLine | ( | $tarr, | |
| $parent, | |||
| $task_dependencies, | |||
| $level ) |
Find child Gantt line.
| array | $tarr | tarr |
| int | $parent | Parent |
| array | $task_dependencies | Task dependencies |
| int | $level | Level |
Definition at line 284 of file ganttchart.inc.php.
References constructGanttLine(), and findChildGanttLine().
Referenced by findChildGanttLine().