What we want, is to be able to generate a daily or weekly report of how much time each person worked, and on which tasks. We need to be able to not only see the efficiency of the tasks, but also of the people. And if we can select a specific period of time, this would also be useful.
I have a project where each row has a task. Each day, the employee in charge of that task will write in their comments, hours used, and hours lost (from system problems, inefficiencies, etc). They must manually add their time today to the existing time. This system works, and we are able to see the total time of each task, but I have tried so far to create something to see a report by person, and all I have heard is that this is not currently possible.
As a side note, it would be cool if we could add a system column of “hours” wherein the user can just put in their hours for that day, and this is added to a total column elsewhere. That way they don’t have to do the math manually, and potentially mess up the trend. This is more of a ‘nice to have’ than a need, but it would work well with the idea of a ‘time sheet’ functionality.