Skip to main content

Accounting Helper Django App

Project description

kesha

kesha is an accounting helper for django. It provides the necessary models and view and is ready to be included into your project.

django_kesha_logo

Idea

I need an accounting tool, but I don't like Gnucash. I want to link documents to each booking, and the whole thing should be somewhat auditproof. I could not find any tool that suits these needs, therefore I started writing my own tools. Previously I worked on kescher which is the proof of concept for this application. It has some major flaws, (e.g. i does not calculate correctly) but this will be fixed with this app.

Features

Django-kesha currently provides some basic accounting functionality.

Related apps

Tested with the following versions of Python/Django:

  • Django: 2.2, 3.0, 3.1, 3.2
  • Python: 3.7, 3.8, 3.9

Installation

Install django-kesha using pip:

$ pip install django-kesha

Quick start

  1. Add "kesha" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
    ...
    "kesha",
]
  1. Include the polls URLconf in your project urls.py like this::

    path('kesha/', include('kesha.urls')),

  2. Run python manage.py migrate to create the kesha models.

  3. Visit http://127.0.0.1:8000/kesha/ to start accounting.

Project details


Download files

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

Source Distribution

django-kesha-0.1.2.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

django_kesha-0.1.2-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

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