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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 9011
                CC: [email protected], [email protected]
          Assignee: [email protected]
           Summary: Add the ability to store the last patron to return an
                    item
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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