Hi,
here is what I need: I want to have some sort of extended timesheet that would show additional columns i.e. Project and/or Milestone. As well as sum up the total amount of time spent. In case of one case being worked on more than once merge them together.
so my (current) sample timesheet table:
7:00 8:00 123 Case A
8:00 9:00 124 Case B
9:00 9:30 125 Case C
9:30 10:00 123 Case A
would look like this:
1:30 123 Case A Project I Milestone a
1:00 124 Case B Project I Milestone b
0:30 125 Case C Project II Milestone a
A pie chart would be a bonus. Time ranges (e.g. weekly reports) would also be great.
Am I missing an existing functionality?
Thanks, Juergen