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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to