MyMoney is a personal finance Web application build with the Django framework.
- follow and anticipate your bank account balance everywhere
- tag and analyse your expenses
- summarize your recurring expenses/wages
- being as simple as possible
- manage bank accounts (balance, currency, owners, etc.)
- manage bank transactions (debit/credit, amount, label, date, reconciled or not, payment method, add notes, etc.)
- tag bank transactions
- analyse bank transactions with graphs (timeline in weeks/months or statistics per tags). Use the Chart.js library.
- schedule recurrent bank transactions
- Bootstrap integration for mobile
- even if it doesn't make sense, it is multi-user!
For documentation, see http://mymoney.readthedocs.org
This is my first Django/Python project so:
- any technical advices/feedbacks would be really appreciated
- some useless features have been done mainly for learning and fun ;-)