All Projects → adamcharnock → Django Hordak

adamcharnock / Django Hordak

Licence: mit
Double entry accounting in Django

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Hordak

Django Ledger
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
Stars: ✭ 253 (+59.12%)
Mutual labels:  accounting, django
Django Accounting
Accounting pluggable app for Django 1.7+ projects
Stars: ✭ 167 (+5.03%)
Mutual labels:  accounting, django
Django Pgviews
Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
Stars: ✭ 150 (-5.66%)
Mutual labels:  django
Django Salesman
Headless e-commerce framework for Django.
Stars: ✭ 157 (-1.26%)
Mutual labels:  django
Bovespastockratings
Crawler for Fundamental analysis platform for BOVESPA stocks, generating a score for each share according to the selected criteria on the indicators.
Stars: ✭ 154 (-3.14%)
Mutual labels:  django
Faq
Useful Django-related information collected by `@pydjango` chat users.
Stars: ✭ 152 (-4.4%)
Mutual labels:  django
Nitrate
Django based full-featured test case management system
Stars: ✭ 154 (-3.14%)
Mutual labels:  django
Appstore
🏪 App Store for Nextcloud
Stars: ✭ 149 (-6.29%)
Mutual labels:  django
Zappa
Serverless Python
Stars: ✭ 11,859 (+7358.49%)
Mutual labels:  django
Froggy Service
邱威傑市民服務網站
Stars: ✭ 155 (-2.52%)
Mutual labels:  django
Imitationtmall django
用python开发基于Django框架的仿天猫网站项目This Project is imitation Tmall website for using python based on the development of Django framework
Stars: ✭ 156 (-1.89%)
Mutual labels:  django
Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (-2.52%)
Mutual labels:  django
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (-3.77%)
Mutual labels:  django
Abandon
😌 Simple and Robust Accounting
Stars: ✭ 155 (-2.52%)
Mutual labels:  accounting
Django School Management
Deployment Ready Developer to Developer Full-stack School Management System with payments, e-admission, result management, academic functionalities, and much more implemented in a simple way.
Stars: ✭ 151 (-5.03%)
Mutual labels:  django
Django Bootstrap Datepicker Plus
Bootstrap3/Bootstrap4 DatePickerInput, TimePickerInput, DateTimePickerInput, MonthPickerInput, YearPickerInput with date-range-picker functionality for django version 2.2, 2.1, 1.11, 1.10 and 1.8
Stars: ✭ 156 (-1.89%)
Mutual labels:  django
Drf Url Filters
A django app to apply filters on drf querysets using query params with validations using voluptuous.
Stars: ✭ 150 (-5.66%)
Mutual labels:  django
Django Polymorphic Tree
Polymorphic MPTT tree support for models
Stars: ✭ 152 (-4.4%)
Mutual labels:  django
Behave Django
Behave BDD integration for Django
Stars: ✭ 155 (-2.52%)
Mutual labels:  django
Openpapyrus
Sophisticated ERP, CRM, Point-Of-Sale, etc. Open source now. This system is developed since 1996.
Stars: ✭ 158 (-0.63%)
Mutual labels:  accounting

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.6, 3.7, 3.7. May work on 3.5.

.. 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://travis-ci.org/adamcharnock/django-hordak.svg?branch=master :target: https://travis-ci.org/adamcharnock/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

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_.

.. _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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].