Skip to main content

Simple double entry accounting system (debits/credits) for Django projects.

Project description

django-jacc

Simple double entry accounting system (debits/credits) for Django projects. Django 3.0 support and unit test coverage 75%.

A debit is an accounting entry that either increases an asset or expense account, or decreases a liability or equity account. Dividends/expenses/assets/losses increased with debit. Debits are recorded on left in classic T format presentation of account entries.

A credit is an accounting entry that either increases a liability or equity account, or decreases an asset or expense account. Gains/income/revenues/liabilities/equity increased with credit. Credits are recorded on right in classic T format presentation of account entries.

In the libary, debits are recorded as account entry objects with positive amount, and credits are recorded as objects with negative amount. Every entry is associated with an account, and account objects have always account type associated with them. Account type can have code, name and category (asset/liability account). Account entries also have entry types associated with them. Entry types can specify product code, name and entry classification (payment/settlement).

In addition to accounts and account entries, the library has models for basic invoices.

Install

pip install django-jacc

Test Code Coverage

  • coverage run manage.py; coverage report

Changes

3.2.0: + Django 3.0 support, prospector fixes

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-jacc-3.2.1.tar.gz (29.0 kB view details)

Uploaded Source

File details

Details for the file django-jacc-3.2.1.tar.gz.

File metadata

  • Download URL: django-jacc-3.2.1.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for django-jacc-3.2.1.tar.gz
Algorithm Hash digest
SHA256 abbbbf1ef5ccdd57dfc0ac2de68ebe9e4c75f314613f9ca87a856dc142f1d522
MD5 f0f7ceacde2ec63c8c544c44017daddb
BLAKE2b-256 beca7ebcb60dd3336c9493f876b89c2348ad8d40d27b2c09776d249f8a8483a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page