Small django app to track your income and expenses: finantious.com.
Screenshot of how app looks in dev environment
- Editable user profile - Password reset feature - User settings to edit username, email, change password.. - custom currencies
- Better build environment - setuptools + Buildout?
- Clone transactions (e.g. lunch)
- Do some statistics (maybe d3.js graphs?) - Income/Expense graph - how to categorize transactions?
To develop Vagrant box with Ubuntu is used. To set up:
vagrant up && vagrant ssh cd /vagrant make dev # installs with dev dependencies, otherwise `make` is enough make migrate make run
Read deployments/README.rst.