Giter Site home page Giter Site logo

django-shared-cash-boxes's Introduction

Shared Cash Boxes

Shared Cash Boxes is a Django app to manage, well, shared cash boxes.

The general cash box balance is tracked with invoices.

The balance with users is tracked with transactions described as cash flow. An invoice therefore 'unbalances' an users account and a cash flow can balance this again. To be quit with the system, a user should have a balance of 0.

The treasurer should be a Django admin.

Quick start

1. Add "shared_cash_boxes" and its dependencies "django_bootstrap_breadcrumbs", "django_tables2" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
    ...
    'django_bootstrap_breadcrumbs',
    'django_tables2',
    'shared_cash_boxes',
]
  1. Include the shared_cash_boxes URLconf in your project urls.py like this:

    path('shared_cash_boxes/', include('shared_cash_boxes.urls')),
    
  2. Run python manage.py migrate to create the shared cash boxes models.

  3. Start the development server and visit http://127.0.0.1:8000/admin/ to create a cash box and other data (you'll need the Admin app enabled).

  4. Visit http://127.0.0.1:8000/cash/ to view the data as a normal user.

django-shared-cash-boxes's People

Contributors

hd1ex avatar

Watchers

 avatar

Forkers

juliandoerner

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.