Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trimailov/finance
Django app to track income and expenses
https://github.com/trimailov/finance
Last synced: 4 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:40:36.000Z (over 3 years ago)
- Last Synced: 2024-08-02T14:08:37.217Z (3 months 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 screenshotTODOs
------------------ 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 runDeployment
----------Read `deployments/README.rst `__.