Project -> Overview -> Element

Should contain identifiers for (and URL to) eg. Invoice, Task 1, Task 2 … in Profit section for easy reference.

Best regards

Can be solved by moving Tasks-List from bottom of Page upwards.

Best regards

By moving the following code in htdocs/projet/element.php to the top of the list-array:

'project_task'=>array( 'name'=>"TaskTimeValorised", 'title'=>"ListTaskTimeUserProject", 'class'=>'Task', 'margin'=>'minus', 'table'=>'projet_task', 'datefieldname'=>'task_date', 'disableamount'=>0, 'test'=>$conf->projet->enabled && $user->rights->projet->lire && $conf->salaries->enabled),
Which results in:


Best regards