lakoliu / Furtherance

Track your time without being tracked
GNU General Public License v3.0
247 stars 23 forks source link

total hours per task in report #82

Closed tobehn closed 1 year ago

tobehn commented 1 year ago

When i export data as report i would like to see a field for the total amount of time tracked per task either idealy format hh:mm. Basically _stoptime minus _starttime .

By that i can easliy filter and sum up certain times in the report.

I was not able to convert the timestamp in the current CSV to become epoch nor do any calculations with it

lakoliu commented 1 year ago

I believe this feature is already in Furtherance, unless I don't understand what you mean. When you generate a report the duration of each task is listed to the right of the task. That is the total amount of time tracked for that task during the time period you've selected. Does that resolve your issue, or did you mean strictly in the CSV Export?

tobehn commented 1 year ago

Sorry, I was talking about the CSV-Export.

I realised it in the GUI Report feature now.

lakoliu commented 1 year ago

Yeah, the CSV export is just a straight printout of the database essentially. If you want formatted data with calculations like total time spent you will need to use the Generate Report feature.