hamaluik / timecop

A time tracking app that respects your privacy and the gets the job done without being fancy.
https://timecop.app/
Apache License 2.0
823 stars 152 forks source link

Report not calculating hours correctly #126

Open grrrrr opened 1 year ago

grrrrr commented 1 year ago

I think this is likely quite a niche case but I have noticed that in a particular instance the Reports page is not generating the correct number of hours worked.

What I usually do

  1. Go to report section
  2. Set the From date to start of the month (current month + day 1)
  3. Leave the To date empty (e.g. everything after From date)
  4. Swipe to the last screen to see total hours worked for projects
  5. See current hours worked.

What is happening

Date issue noticed: 2023-08-31

  1. Go to reports section
  2. From Date is already correctly on start of the month (current month + day 1)
  3. Leave the To date empty (e.g. everything after From date)
  4. Swipe to the last screen to see total hours worked for projects
  5. Current hours worked is several hours less than the correct total.

Work around

  1. Go to reports section
  2. From Date is already correctly on start of the month (current month + day 1)
  3. Change to a different From date
  4. Change From date back to current month + day 1
  5. Swipe to the last screen to see total hours worked for projects
  6. See correctly listed current hours worked.