-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Balance statistics #21
Comments
This I am not quire sure I got it. When you select a different interval, then already in the main page, you see the income, expenses, and income - expenses. The statistic page has instead two tabs, one for the income (and split by income categories) and one for the expenses (with split). Are you suggesting another page in statistic? If yes, what would you like there? |
Of course you are right with the main page. At least for me I can say that I like graphical analyses. So what is in my mind is a third tab for the statistics page with "balance". Imagine choosing "show records per year". On the statistics-balance-tab you would find a bar chart with all month of the chosen year. One bar would represent one month and the hight of the bar is "income - expense", which of course could be negative as well. This would give you a quick view on your "financal health" for example. |
I was thinking of this last time, the only thing I could implement is the bar-chart (but not sure if negative values are supported, but maybe I can use colors to differentiate negative with positive balances). However, all the other charts, make no sense. |
As a user I would like to have a balance statistics (e.g income - expenses) to see if I make positive or negative balance in a date range.
The text was updated successfully, but these errors were encountered: