Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino_xl.lib.coachings.utils¶
Utilities for lino_welfare.modlib.pcsw.
Functions
|
|
|
|
|
|
|
|
|
Add a filter to the Queryset qs (on model Client) which leaves only the clients that are (or were or will be) coached on the specified date. |
- lino_xl.lib.coachings.utils.only_coached_on(qs, period, join=None)¶
Add a filter to the Queryset qs (on model Client) which leaves only the clients that are (or were or will be) coached on the specified date.
- lino_xl.lib.coachings.utils.only_active_coachings_filter(period, prefix='')¶