155 Commits

Author SHA1 Message Date
41d599c025
Adds parsers for multiple bank/cards
All parsers defined in parsers.py.
main.py is the calling script and reader/writer.
2020-07-11 22:26:06 +01:00
a70ca6951c
Trades tabs from report with formatting honey 2020-07-06 21:56:23 +01:00
02bf111b6d
Moves plotting to its own function 2020-07-06 21:11:07 +01:00
fa511b5e42
Adds stacked area chart to track expenditure 2020-07-06 21:06:31 +01:00
1619ee8561
Initial commit
Working csv reader, which reorders the transactions on transaction.csv
based on date. Then it aggregates the information per month based on the
used categories, and prints that information.
2020-12-03 22:39:55 +00:00