django-simple-accounting

https://badge.fury.io/py/django-simple-accounting.png https://travis-ci.org/marcosalcazar/django-simple-accounting.png?branch=master

Tools for keeping accounts and a journal with entries, based on double-entry accounting.

Documentation

The full documentation is at https://django-simple-accounting.readthedocs.org.

Quickstart

Install django-simple-accounting:

pip install django-simple-accounting

Then use it in a project:

import accounting

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package: