lino_welfare.modlib.dupable_clients

Adds functionality for avoiding duplicate client records.

Like lino_xl.lib.dupable_partners, but specialized for pcsw.Client.

Technical specs see The Eupen variant of Lino Welfare.

Test cases in lino_welfare.projects.std.tests.test_dupe_clients.

mixins

Model mixins for lino_welfare.modlib.dupable_clients.

fixtures.demo2

Loops through all partners and calls their update_dupable_words method.

Classes

Plugin(site, app_label, app_name, ...)

See lino.core.plugin.Plugin.

class lino_welfare.modlib.dupable_clients.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See lino.core.plugin.Plugin.