Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcharnock/django-hordak
Double entry accounting in Django
https://github.com/adamcharnock/django-hordak
accounting django
Last synced: 9 days ago
JSON representation
Double entry accounting in Django
- Host: GitHub
- URL: https://github.com/adamcharnock/django-hordak
- Owner: adamcharnock
- License: mit
- Created: 2016-09-03T13:29:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T21:58:51.000Z (5 months ago)
- Last Synced: 2024-05-29T03:32:32.785Z (5 months ago)
- Topics: accounting, django
- Language: Python
- Homepage: http://django-hordak.readthedocs.io
- Size: 2.31 MB
- Stars: 222
- Watchers: 12
- Forks: 55
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - adamcharnock/django-hordak - Double entry accounting in Django (django)
README
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.8, 3.9, 3.10, 3.11, 3.12
Django: 4.2, 5.0.. image:: https://img.shields.io/pypi/v/django-hordak.svg
:target: https://badge.fury.io/py/django-hordak.. image:: https://img.shields.io/github/license/adamcharnock/django-hordak.svg
:target: https://pypi.python.org/pypi/django-hordak/.. image:: https://coveralls.io/repos/github/adamcharnock/django-hordak/badge.svg?branch=master
:target: https://coveralls.io/github/adamcharnock/django-hordak?branch=master.. image:: https://readthedocs.org/projects/django-hordak/badge/?version=latest
:target: https://django-hordak.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusDocumentation
-------------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_.
.. _seed: https://github.com/adamcharnock/seed/
.. _swiftwind: https://github.com/adamcharnock/swiftwind/
.. _simple model layer: https://github.com/adamcharnock/django-hordak/blob/master/hordak/models/core.py
.. _battlecat: https://github.com/adamcharnock/battlecat