Nach Erfordernissen eines Mietshäuser Syndikat Projekts.
- Kontaktdaten
- Verträge
- Versionen von Verträgen (Laufzeiten und Zinssatz kann sich ändern)
- Buchungen
- Kontoauszüge
- Zinsberechnungen
- Vertragsübersicht nach Auslaufdatum
- nach 30/360 (Europäische Methode)
- Für Zinsübersicht, Zinsbriefe und Dankesbriefe.
- Kann mit Bildern und Textsnippets angepasst werden.
- Use a modern python version.
pip install -r reqirements.txt
- In
dkapp/static/custom/
are three template files which are used for the PDF generation. Copy the files in the same location removing the_template
from the filename. Replace the copied fieles with your content. python manage.py collectstatic
copies static files (e.g. your custom files) to the root folder.python manage.py runserver
starts the server.- Access http://localhost:8000/ in your browswer and enter some data.
Migrate from the Rails Version
If you used the now deprecated Rails version before, you can migrate like this:
- find the .sqlite3 file of the rails app
- run
python manage.py import_from_rails_app rails_app_sqlite.sqlite3