Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.15 KB

LANDA

Datenmanagementsystem des Landesverbands Sächsischer Angler.

Deleting

When deleting a LANDA Member, this app ...

  • Tries to delete the linked User.

    If the user cannot be deleted, it removes the link to this member and disables the user.

  • Tries to delete all Addresses and Contacts, which are linked to this member only.

  • Decrements the counter of the naming series, if this member was just created (has the highest number).

When deleting a LANDA Member and/or User, this app ...

  • Removes rows linking to this user/member from all child tables
  • Unsets all optional links to this user/member
  • Deletes all documents containing a mandatory link to this user/member

There's a daily scheduled job that deletes all Users that have been inactive for more than 18 months.