Closed
Description
Describe the issue
When disabling the "Count Today in Totals" preference, the actual day is not being counted anymore, but the missing balance of the other days is entering the total calculation.
To Reproduce
Steps to reproduce the behavior:
- Click on Edit
- Open Preferences
- Switch off "Count Today in Totals"
- You will see your month balance go into the negatives if there are unfilled days in the month.
Expected behavior
I expected the count total to simply stop calculating on the previous day, not for it ignore the current day and start counting the following unfilled ones.
Environment
- Node/npm version: Node v10.20.1 / npm 6.9.0
- OS: Windows 10
- TTL version: master
Additional context
I see the actual issue is that there used to be a break in the code that stopped month balance calculation, and it's now being avoided when you set the setting to off.