Coder Social home page Coder Social logo

wearypossum4770 / django_dbaccounting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robml/django_dbaccounting

0.0 1.0 0.0 26 KB

A Python based accounting core built with Django

License: BSD 3-Clause "New" or "Revised" License

Python 85.57% CSS 0.29% HTML 14.13%

django_dbaccounting's Introduction

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
  • download the .tar file from Github
  • install it from DjangoPackages.org

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

See my Github: @robml

django_dbaccounting's People

Contributors

robml avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.