20130129 ======== :mod:`lino_welfare.modlib.debts` -------------------------------- - Beträge in Budgets (Entry.amount) können jetzt leer sein (nullable) - In der Vorschau eines Budgets stand als Titel "Schuldenverteilung von Budget Nr. 4 für Klient Soundso" statt einfach nur "Schuldenverteilung" - Übersetzung und Hilfetexte dist_amount und DistByBudget - help_text of slave tables is now being rendered as tooltip. The tooltip is anchored to the "header" part of the containing panel - The ID fields were not rendered in FormPanel (IntegerFieldElement had accidentally xtype=None) Belref ------ The first Lino application without ExtJS: http://belref.lino-framework.org Less than 1 hour for the application: a new module :mod:`lino.modlib.concepts`, new application :mod:`lino.projects.belref`. Over 3 hours for the changes in the framework: new attribute :mod:`lino.Lino.use_extjs`. Yes, it's not finished. Especially the detail view is missing. I'll leave it there as it is until I next ideas. Neuanträge ---------- Im Modul Neuanträge waren noch zwei Bugs: - AvailableCoaches : meldete "Only for newcomers with valid SSIN", obwohl die Regel (dass begleitete Klienten eine gültige INSS haben müssen) seit 20121207 deaktiviert ist. - watch_tim wollte aus Klient ohne INSS in Lino eine Person machen.