ultrablue / sillaj-l

A re-coding of the Sillaj time tracker tool using the Laravel php framework.
GNU General Public License v3.0
2 stars 0 forks source link

Make a report that shows total time for Projects that were worked on in a specific time frame (this week, for example) #195

Closed ultrablue closed 1 year ago

ultrablue commented 1 year ago

So, the query would return total time for Projects that were actually worked on in the last week, or the previous week, or the last month or whatever.

ultrablue commented 1 year ago

This could also be addressed by adding the total time for a project (or task, I suppose) the the existing reports. Something like this: Project A Weekly Total: 10 All Time Total: 100

ultrablue commented 1 year ago

This one was completed in earlier commits.