[Koha-bugs] [Bug 33540] New: Add death date for deceased patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 16 09:34:58 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33540

            Bug ID: 33540
           Summary: Add death date for deceased patron
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: new feature
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: giuseppe.angilella at ct.infn.it
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

When a patron dies, one shouldn't simply remove the patron from the database,
in order to keep track of the patron's past circulation history. However,
setting the expiration date to the patron's death date doesn't prevent the
system from increasing the patron's age (indefinitely, as time passes), which
is then displayed in the patron's details.

I would then suggest to introduce some "death_date" additional field to the
patrons table, and modify moremember.pl to compute the final age using
death_date rather than the current (today's) date, whenever death_date is
nonempty.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list