jansorg / tom-ui

Qt5-based user interface for the tom time tracker
https://www.tomtime.dev
GNU General Public License v3.0
8 stars 2 forks source link

Project report time range entry is messed up #73

Closed tanius closed 5 years ago

tanius commented 5 years ago

When configuring a project report with "Time entries → Filter by date" checked, the values entered for "Start" and "End" should be taken over into the "Time range" values listed at the top of the report. Also, the time range should be inclusive of both the "Start" and "End" days. So to create a range of just one day, one would set "Start" and "End" to the same date.

Currently, the "End" date is excluded from the calculated time range, and the whole time range is off by minus one day from the values entered.

Examples of values entered and the resulting time range shown on the report:

jansorg commented 5 years ago

Should be fixed for the next update.