When a user is marking as task as complete, there
should be a field in which they enter the actual time
spent on a task. This will be used in future reporting
functions to determine where time was over and under
budget.
Discussion
Anonymous
-
2005-03-16
assigned_to: rebelo --> nobody
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-03-20
Logged In: YES
user_id=406742
While doing this task, also change the Task::finish()
function so that it actually shows a form for completing the
task allowing the user to enter the completion date (it
doesn't necessarily have to be today's date) as well as the
actual hours spent on the project.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=406742
While doing this task, also change the Task::finish()
function so that it actually shows a form for completing the
task allowing the user to enter the completion date (it
doesn't necessarily have to be today's date) as well as the
actual hours spent on the project.