We need a "CSV export" and "print list" feature for the members of the coop in this membership management software, to be used in general assemblies and mailings. the
fields of the members table that contain personal data should be includable/excludable via checkbox or something; the fields firstname, lastname, email, and language
should be checked as default. There needs to be an email field to exclude email adresses using '' as wildcards; defaults to ".invalid" in the CSV case. Furthermore,
the output should be able to be filtered by membership type "normal/investing/all", membership state (membership_accepted true or false) and membersip_loss_date (to
exclude members that have left the coop -- research how the software discerns active members from those who lost membership, for example, because the resignation may be
effective only on membership_loss_date, so we need a date picker that defaults to the current date of the system time). Only membership_loss_dates before the date picker
value need to be excluded.
We need a "CSV export" and "print list" feature for the members of the coop in this membership management software, to be used in general assemblies and mailings. the
fields of the members table that contain personal data should be includable/excludable via checkbox or something; the fields firstname, lastname, email, and language
should be checked as default. There needs to be an email field to exclude email adresses using '' as wildcards; defaults to ".invalid" in the CSV case. Furthermore,
the output should be able to be filtered by membership type "normal/investing/all", membership state (membership_accepted true or false) and membersip_loss_date (to
exclude members that have left the coop -- research how the software discerns active members from those who lost membership, for example, because the resignation may be
effective only on membership_loss_date, so we need a date picker that defaults to the current date of the system time). Only membership_loss_dates before the date picker
value need to be excluded.