Page MenuHomePhabricator

Add contact person to company address section
Open, Needs TriagePublic8 Estimated Story Points

Description

It is quite common to provide the name of a contact person as part of a company address. This is especially helpful when sending postal mailings (such as the donation receipt) to larger organizations.

Acceptance Criteria

  • The company address sections additionally contain fields for:
    • Anrede
    • Titel
    • Vorname
    • Nachname
  • The additional fields are optional, but:
    • if the first name field contains a value. the last name field is required to also contain a value.
    • if a last name is given, the salutation field becomes mandatory.
  • During export the given contact person data is added to the data row.

Notes

  • There might be dependencies in the exporter that need to be looked into (e. g. definition of the bank account holder).