lino_welfare.modlib.pcsw.actions

Database models for lino_welfare.modlib.pcsw.

Classes

ChangeStateAction([label])

MarkClientFormer([label])

Change client's state to 'former'.

RefuseClient([label])

Refuse this newcomer request.

class lino_welfare.modlib.pcsw.actions.RefuseClient(label=None, **kwargs)

Bases: ChangeStateAction

Refuse this newcomer request.

class lino_welfare.modlib.pcsw.actions.MarkClientFormer(label=None, **kwargs)

Bases: ChangeStateAction

Change client’s state to ‘former’. This will also end any active coachings.