Tuesday, March 30, 2021

lino_xl.lib.phones.ContactDetail now inherits from lino.mixins.periods.DateRange, i.e.:

  • added a field lino_xl.lib.phones.ContactDetail.start_date.

  • we can now filter the contact details that are active in a given date range.

TODO:

  • A django-admin command to load partner details and list memberships from a text file containing email addresses (e.g. the output of mailman’s list_members command). What if there are multiple contact details with a same address?

  • Allow for contact details without partner: support having them in the database and provide a view to see them.