Médiation de dettes

Debts Mediation (Schuldnerberatung, Médiation de dettes)

This app enables social consultants to create “Budgets”. A Budget collects financial information like monthly income, monthly expenses and debts of a household or a person, then print out a document which serves as base for the consultation and discussion with debtors.

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?

Acteur (model)

Internal name:debts.Actor
Implemented by:Actor

Views on Acteur

  • Acteurs (Actors)
  • Acteurs (ActorsByBudget) – To be filled if there is more than one person involved.
  • Is actor in these budgets: (ActorsByPartner)

Fields in Acteur

  • ID (id, AutoField), N° de séq (seqno, IntegerField), Budget (budget, ForeignKey to Budget), Partenaire (partner, ForeignKey to Partenaire), Header (header, CharField), Remarque (remark, RichTextField)

Actions on Acteur

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Dupliquer (duplicate, DuplicateSequenced)
  • Up (move_up, MoveUp) – Move this row one row upwards
  • Down (move_down, MoveDown) – Move this row one row downwards

Budget (model)

Internal name:debts.Budget
Implemented by:Budget

Views on Budget

  • Budgets (Budgets) (Menu Explorateur ‣ Médiation de dettes ‣ Budgets)
  • My Budgets (MyBudgets) (Menu Médiation de dettes ‣ My Budgets)
  • Is partner of these budgets: (BudgetsByPartner)

Fields in Budget

  • imprimer liste to-do (print_todos, BooleanField) – 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 (print_empty_rows, BooleanField) – Check this to print also empty rows for later completion.
  • Include yearly incomes (include_yearly_incomes, BooleanField) – Check this to include yearly incomes in the Debts Overview table of this Budget.
  • Distributable amount (dist_amount, PriceField) – The total monthly amount available for debts distribution.
  • ... and ID (id, AutoField), Auteur (user, ForeignKey to Utilisateur), build time (build_time, DateTimeField), Méthode de construction (build_method, ChoiceListField to BuildMethods), Date (date, DateField), Partenaire (partner, ForeignKey to Partenaire), Introduction (intro, RichTextField), Conclusion (conclusion, RichTextField)

Actions on Budget

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Dupliquer (duplicate, Duplicate)
  • Imprimer (do_print, CachedPrintAction)
  • Effacer la cache (do_clear_cache, ClearCacheAction)

Tables referring to Budget

  • Obligations (LiabilitiesByBudget)
  • Entrées (EntriesByBudget)
  • Actifs (AssetsByBudget)
  • Revenus (IncomesByBudget)
  • Acteurs (ActorsByBudget) – To be filled if there is more than one person involved.
  • Dépenses (ExpensesByBudget)
  • Répartition au marc-le-franc (DistByBudget) – Répartition au marc-le-franc. A table with one row per entry in Liabilities which has “distribute” checked, proportionally distributing the Distributable amount among the debtors.

Ignore yearly incomes

My Budgets (view)

Internal name:debts.MyBudgets (MyBudgets)

Incomes & Expenses (view)

Internal name:debts.ResultByBudget (ResultByBudget)

Shows the Incomes & Expenses for this budget.

Entrée (model)

Internal name:debts.Entry
Implemented by:Entry

Views on Entrée

  • Entrées (Entries) (Menu Explorateur ‣ Médiation de dettes ‣ Entrées)
  • EntriesByType (EntriesByType)
  • Entrées (EntriesByBudget)
  • Dépenses (ExpensesByBudget)
  • Revenus (IncomesByBudget)
  • Obligations (LiabilitiesByBudget)
  • Actifs (AssetsByBudget)
  • Répartition au marc-le-franc (DistByBudget) – Répartition au marc-le-franc. A table with one row per entry in Liabilities which has “distribute” checked, proportionally distributing the Distributable amount among the debtors.

Fields in Entrée

  • Acteur (actor, ForeignKey to Acteur) – Hier optional einen Akteur angeben, wenn der Eintrag sich nicht auf den Gesamthaushalt bezieht.
  • distribuer (distribute, BooleanField) – Ob diese Schuld in die Schuldenverteilung aufgeommen wird oder nicht.
  • Remarque (remark, CharField) – Bemerkungen sind intern und werden nie ausgedruckt.
  • Description (description, CharField) – 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.
  • Périodes (periods, PeriodsField) – Gibt an, für wieviele Monate dieser Betrag sich versteht. Also bei monatlichen Ausgaben steht hier 1, bei jährlichen Ausgaben 12.
  • Montant mensuel (monthly_rate, PriceField) – Eventueller Betrag monatlicher Rückzahlungen, über deren Zahlung nicht verhandelt wird. Wenn hier ein Betrag steht, darf “Verteilen” nicht angekreuzt sein.
  • Debt collection agency (bailiff, ForeignKey to Organisation) – Leave empty for simple debts, otherwise select here the responsible bailiff or collection agency
  • ... and ID (id, AutoField), N° de séq (seqno, IntegerField), Budget (budget, ForeignKey to Budget), Type de compte (account_type, ChoiceListField to AccountTypes), Compte (account, ForeignKey to Compte), Partenaire (partner, ForeignKey to Partenaire), Montant (amount, PriceField), ca. (circa, BooleanField), To Do (todo, CharField)

Actions on Entrée

  • Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
  • Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
  • Dupliquer (duplicate, DuplicateSequenced)
  • Up (move_up, MoveUp) – Move this row one row upwards
  • Down (move_down, MoveDown) – Move this row one row downwards

Entrées (view)

Internal name:debts.EntriesByBudget (EntriesByBudget)

Dettes (view)

Internal name:debts.DebtsByBudget (DebtsByBudget)

Slave table in the “Summary” tab of a Budget detail.

Shows the “simple” debts in this budget (those who have not yet been transferred to a debt collection agency).

Bailiff Debts (view)

Internal name:debts.BailiffDebtsByBudget (BailiffDebtsByBudget)

Slave table in the “Summary” tab of a Budget detail.

Shows the debts in this budget which have been transferred to a debt collection agency.