-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add statistics #33
Comments
Hej, thank you very much for the input :) statistical insights is definitely a thing that I'd love to have added.
which return only the entries that have
|
Sounds great to me. For the sake of better organization I like to keep each month as a json file. :) Furthermore I agree. |
I totally agree :) it's great to see different workflows! Regarding the structure for the
I forgot to ask, which financeager service do you use? none or flask? |
I am using the none version. It depends on what you want to calculate. If we want to display statistics concerning monthly income there is no need for live time updates because all data can be proceed at the end of a month (for example) or after triggering another command (i.e. |
I'm currently about to split financeager into a core package (the 'none' service version), and enable extending it by plugins (e.g. flask). Hence the considerations about client and server are not that relevant anymore. Could you describe what kind of statistics you'd like to have calculated?
|
It would be a huge help to see what you spend for what category. The value itself and the percentage related to the whole expenses. |
Alright, thanks for your input! Will come up with a suggestion soon... In the meantime you can maybe use something like
to list all category sums of the period 2019 (first earnings, then expenses). For me it was a good overview over the past year. Edit:
|
Feel free to experiment with the '--only-categories' option that I just pushed to master :) |
It's a nice feature that each position can have a category. But what if we a add a statistics system in order to have a better overview of the certain categories.
For example:
And if we now use a
statistics-print
command this should print out how much money we pay on average for food and the total of food.Because I'm using my own periods like
october2019
I would also suggest adding a flag (taking an array as input) that keeps track of which periods should be calculated.The text was updated successfully, but these errors were encountered: