Médiation de dettes

Scénarios

  • En tant que conseiller dettes je commence à remplir, avec le client, les données d’un budget. Le client n’a pas toutes les informations nécessaires avec lui. Comment puis-je lui imprimer une version spéciale du budget, destinée à être utilisée pour remplir manuellement sur papier les chiffres manquants pour les encoder la prochaine fois?

Budget Actors

name type verbose name help text
budget ForeignKey to Budget Budget  
seqno IntegerField Seq.-Nr.  
partner ForeignKey to Partner Partner  
header CharField Header  
remark RichTextField Remark  
id AutoField ID  

Budgets

name type verbose name help text
id AutoField ID  
user ForeignKey to Benutzer Autor  
build_time DateTimeField Druckdatum  
date DateField Date  
partner ForeignKey to Partner Partner  
print_todos BooleanField Print to-do list Einträge im Feld “To-do” werden nur ausgedruckt, wenn die Option “To-dos drucken” des Budgets angekreuzt ist. Diese Option wird aber momentan noch ignoriert (d.h. To-do-Liste wird gar nicht ausgedruckt), weil wir noch überlegen müssen, wie sie ausgedruckt werden sollen. Vielleicht mit Fußnoten?
print_empty_rows BooleanField Print empty rows Check this to print also empty rows for later completion.
include_yearly_incomes BooleanField Include yearly incomes Check this to include yearly incomes in the Debts Overview table of this Budget.
intro RichTextField Introduction  
conclusion RichTextField Conclusion  
dist_amount PriceField Distributable amount The total monthly amount available for debts distribution.

Ignore yearly incomes

Meine Budgets

name type verbose name help text
id AutoField ID  
build_time DateTimeField Druckdatum  
date DateField Date  
partner ForeignKey to Partner Partner  
print_todos BooleanField Print to-do list Einträge im Feld “To-do” werden nur ausgedruckt, wenn die Option “To-dos drucken” des Budgets angekreuzt ist. Diese Option wird aber momentan noch ignoriert (d.h. To-do-Liste wird gar nicht ausgedruckt), weil wir noch überlegen müssen, wie sie ausgedruckt werden sollen. Vielleicht mit Fußnoten?
print_empty_rows BooleanField Print empty rows Check this to print also empty rows for later completion.
include_yearly_incomes BooleanField Include yearly incomes Check this to include yearly incomes in the Debts Overview table of this Budget.
intro RichTextField Introduction  
conclusion RichTextField Conclusion  
dist_amount PriceField Distributable amount The total monthly amount available for debts distribution.

Incomes & Expenses

Shows the “Incomes & Expenses” for this budget.

name type verbose name help text
desc VirtualField Omschrijving None
amount VirtualField Amount  

Budget Entries

name type verbose name help text
account ForeignKey to Account Account  
description CharField Omschrijving Beschreibung wird automatisch mit der Kontobezeichung ausgefüllt. Kann man aber manuell ändern. Wenn man das Konto ändert, gehen manuelle Änderungen in diesem Feld verloren. Beim Ausdruck steht in Kolonne “Beschreibung” lediglich der Inhalt dieses Feldes, der eventuellen Bemerkung sowie (falls angegeben bei Schulden) der Partner.
amount PriceField Amount  
actor ForeignKey to Budget Actor Budget Actor Hier optional einen Akteur angeben, wenn der Eintrag sich nicht auf den Gesamthaushalt bezieht.
periods PeriodsField Periods Gibt an, für wieviele Monate dieser Betrag sich versteht. Also bei monatlichen Ausgaben steht hier 1, bei jährlichen Ausgaben 12.
remark CharField Remark Bemerkungen sind intern und werden nie ausgedruckt.
move_buttons VirtualField Move None
seqno IntegerField Seq.-Nr.  
todo CharField To Do