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.
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
- django-doma - Simple Document Management App
- django-afa - Aufwendungen für Abschreibungen Helper
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
- Add "kesha" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
"kesha",
]
-
Include the polls URLconf in your project urls.py like this::
path('kesha/', include('kesha.urls')),
-
Run
python manage.py migrateto create the kesha models. -
Visit http://127.0.0.1:8000/kesha/ to start accounting.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-kesha-0.1.2.tar.gz.
File metadata
- Download URL: django-kesha-0.1.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.4 Linux/5.4.112-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ee4cc7e706a55e3fa7d112b6daa6c73f42be938cfd264c79a472df061dd5c00
|
|
| MD5 |
9536102bc3a0b743cf72846cda8dde48
|
|
| BLAKE2b-256 |
b81c29b7f1eb5f275b968c232e2d55c80b1a08c013ecc82f9afff0ae969e1918
|
File details
Details for the file django_kesha-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_kesha-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.4 Linux/5.4.112-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a438bb8f2b93368511a4e0fbd70eab0432b6b9072c7e243df09f402822a67fb6
|
|
| MD5 |
3e57063c2254d4d571b15c959829cec1
|
|
| BLAKE2b-256 |
078aef8d731b4a07994bd181e62f927eeb8b28ae1b7540f2f6c5c9943c24ead0
|