To use streber effective we need a kind of cost overview.
Therefore I need a new input field at personNew/personEdit for the person's salary per hour.
Furthermore I need a new input field at taskNew/taskEdit for the costs of the tasks.
In the projViewEfforts we need an overview of
- labour costs and task costs (e.g. Person X (10€/h) worked on a specific task for overall 25 hours (=250€) and the task's costs are 500€ => 50% of the task's costs are already spent)
- effort costs and task costs (e.g. Person X (10€/h) has an effort of 10 hours (=100€) and task's costs are 1000€ => 10% of the costs are already spent)
The cost overview and the hourly rate field at personNew/Edit should only be visible for admins.
Maybe this cost overview and the extra fields for hourly rate of a person and task costs could be configurable by customize.inc.php?! (If not everyone would like to have this feature).