mbucc / punch-time-tracking

Automatically exported from code.google.com/p/punch-time-tracking
GNU General Public License v3.0
1 stars 0 forks source link

Daily, weekly etc. reporting options #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By default `punch report` should report the _total_ time spent on each task 
(not grouped by day). To group by day (like punch currently does) the command 
should be `punch report --daily`. Other groupings could then be added:

punch report --hourly
punch report --weekly
punch report --fortnightly
punch report --monthly
punch report --bimonthly
punch report --yearly

...even specifying custom time periods somehow.

Original issue reported on code.google.com by snh...@gmail.com on 9 Nov 2011 at 7:56

GoogleCodeExporter commented 9 years ago
Added something that might be what you are looking for, giving a report of a 
tasks
- total duration
- its duration today and
- its duration this month

mimicking the default display in gnotime.

Additionally it groups tasks by their projects, providing the summarized 
duration of the project.

You find the changes in the attached patch, usage is:

"punch stat"

Best regards
Johannes

Original comment by colchizin on 11 Feb 2013 at 7:12

Attachments: