You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The calculation of the savings rate is incorrect by one decimal place
To Reproduce
Add 2 transactions:
1: Income with 1000€
2: Expense with 500€
Expected behavior (income - spending) / income (1000 - 500) / 1000
The result is 0.5, which is basically correct, but it still needs to be multiplied by 100 to be a percentage
What version of Maybe are you using?
Self-hosted v0.2.0
Screenshots / Recordings
The text was updated successfully, but these errors were encountered:
Describe the bug
The calculation of the savings rate is incorrect by one decimal place
To Reproduce
Add 2 transactions:
1: Income with 1000€
2: Expense with 500€
Expected behavior
(income - spending) / income
(1000 - 500) / 1000
The result is 0.5, which is basically correct, but it still needs to be multiplied by 100 to be a percentage
What version of Maybe are you using?
Self-hosted v0.2.0
Screenshots / Recordings
The text was updated successfully, but these errors were encountered: