phpreport
phpreport copied to clipboard
Add a way to group hours in a project by task type and story
[Trac import] Reported by: jaragunde Original date: Monday, 19 September 2011 19:45
It would be useful to add a way to group hours in a project by task type (we are already grouping by story and by customer). And it could be even more useful if task type grouping was done at a second level, example:
| | Story 1 | Story 2 |
| worker | type 1 | type 2 | type 1 | type 2 |
-----------------------------------------------
| user | 5 | 10 | 0 | 10 |
...