https://github.com/trimailov/finance
Django app to track income and expenses
https://github.com/trimailov/finance
Last synced: about 2 months ago
JSON representation
Django app to track income and expenses
- Host: GitHub
- URL: https://github.com/trimailov/finance
- Owner: trimailov
- License: mit
- Created: 2015-11-09T07:25:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:40:36.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T03:37:10.074Z (over 1 year ago)
- Language: CSS
- Size: 1.02 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - trimailov/finance - Django app to track income and expenses (CSS)
README
finance
=======
Small django app to track your income and expenses: `finantious.com `__.
Screenshot of how app looks in dev environment
.. image:: docs/dev-screenshot.png
:alt: dev env screenshot
TODOs
-----------------
- 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?
Development
-----------
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
Deployment
----------
Read `deployments/README.rst `__.