[Koha-bugs] [Bug 9011] New: Add the ability to store the last patron to return an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 5 19:27:29 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9011

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 9011
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Add the ability to store the last patron to return an
                    item
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: kyle at bywatersolutions.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Circulation
           Product: Koha

Currently if the AnonymousPatron system preference is in use, all patron data
is
anonymized. Some libraries would like to be able to see the last patron who
returned out an item ( in case of damage ) but still keep all other patrons
anonymized.

* Add the field items.last_borrower, foreign key to borrowers.borrowernumber
* Add new system preference StoreLastBorrower
* If StoreLastBorrower is enabled, upon checkin have Koha set this new field to
the patron who last returned this item.
* If this new field has a value, link to the patron from the item details page.

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


More information about the Koha-bugs mailing list