Skip to content

mobile-power/django-hordak

 
 

Repository files navigation

django-hordak

Double entry bookkeeping in Django.

Django Hordak provides a simple model layer for a double-entry accounting system. The intention is not to provide a full-featured app, but rather to provide a reliable foundation on which to build such apps.

Tested under Python: 3.7, 3.8, 3.9, 3.10 Django: 3.2, 4.0, 4.1

https://coveralls.io/repos/github/adamcharnock/django-hordak/badge.svg?branch=master Documentation Status

Documentation

Documentation can be found at: http://django-hordak.readthedocs.io/

Related Projects

Django Hordak is the core functionality of a double entry accounting system. It provides thoroughly tested core models with relational integrity constrains to ensure consistency.

Interfaces which build on Hordak include:

  • battlecat – General purpose accounting interface (work in progress)
  • swiftwind – Accounting for communal households (work in progress)

django-hordak is packaged using seed.

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • HTML 6.3%