Skip to main content

A Django app core to perform accounting and transactions.

Project description

django_dbaccounting

A Python based accounting core built with Django

============== DB Accounting

DB Accounting is a Django app that provides a core for accounting and account management. Although developed primarily for accounting purposes, the flexible nature of DB Accounting, allows it to be configured for anything that represents the need for categories, accounts, and transactions.

Detailed documentation is in the "docs" directory.

Quick start

If you are only looking to install the python package, use:

  • pip install db-accounting (under maintenance, resolving with Python Packaging Authority)
  • download the .tar file from Github
  • install it from DjangoPackages.org (pending PyPi issue mentioned above)

To configure:

  1. Add "dbaccounting" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS [ ... 'dbaccounting', ]

  2. Include the dbaccounting URLconf in your project urls.py like this::

    path('fin/',include('dbaccounting.urls')),

  3. Run python manage.py migrate to create the dbaccounting models.

  4. Start the development server and visit http://127.0.0.1:8000/admin to create Account Types and Accounts (you'll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/fin/ to manage your accounts.


Notes

This is the first version so far, and some of the side links are not properly configured yet (e.g. Balance Sheet rendering, etc). The application thus far provides core functionality for transactions in general , which will be extended in future versions.

Special thanks to those using this package and the feedback given. What started out as a side project to help a few startups has now increased to include the open-source community. The package is coupled with over 100 tests just to test the core functionality itself, and I have done my best to optimize for performance and memory.

If you liked this package, leave a star, and feel free to join my mailing list on robmel.com, where I occasionally send out insights and goodies from tech, finance, AI and link them to the individual level.

Best, Robert M.

Reach me on instagram: @officialrobmel or @quantrobbie

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

db_accounting-0.1.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

db_accounting-0.1-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

Details for the file db_accounting-0.1.tar.gz.

File metadata

  • Download URL: db_accounting-0.1.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for db_accounting-0.1.tar.gz
Algorithm Hash digest
SHA256 67b98c83d4d979bdb43299a86bc8adc397d73ef7b4e1c95358a33499caea00c6
MD5 8729f118247c48e011f86eae94edfc18
BLAKE2b-256 71d3e80d51dbe6e5476913ada10d273dc850656e5be7080756ba7113241931a8

See more details on using hashes here.

File details

Details for the file db_accounting-0.1-py3-none-any.whl.

File metadata

  • Download URL: db_accounting-0.1-py3-none-any.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.17

File hashes

Hashes for db_accounting-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c457cafb5431da803d8a07c1e3de362ffc06c1acd6657ef9c829dd2c4b7760bd
MD5 08cda81c723f0676e4d378080bc6bdc4
BLAKE2b-256 a9671e2960ec162b0e2a6908689372e65cb694df304847bcb2f0e1fd6d433cab

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