Holds placed by staff, OPAC, SIP
Dear Colleagues, Is there a Koha report which is granular enough to parse out holds placed by staff, by the OPAC, and by SIP devices? Maybe Koha does not record who places holds? TIA, Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountylibrary
Christopher, There are a couple of patches added in 16.11 that will make this possible, I think: Bug 14642 : Add logging of hold modifications URL : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14642 Priority : P5 - low Assigned To : tomascohen@gmail.com Urgency : enhancement This adds a HoldsLog syspref, which will log the following actions for holds: - CREATE - CANCEL - DELETE - RESUME - SUSPEND - MODIFY The action_logs table has a 'user' column, which shows which user performed the action -- for instance for circulation, it shows the staff member who was logged in when an item was checked out. Bug 16829 : action_logs should have an 'interface' column URL : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16829 Priority : P5 - low Assigned To : tomascohen@gmail.com Urgency : enhancement This adds a column to the logs for interface -- by default, all interfaces will show, but you can filter by OPAC, Intranet and SIP. On Thu, Dec 1, 2016 at 10:26 AM, Christopher Davis <cgdavis@uintah.utah.gov> wrote:
Dear Colleagues,
Is there a Koha report which is granular enough to parse out holds placed by staff, by the OPAC, and by SIP devices? Maybe Koha does not record who places holds?
TIA,
Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountylibrary _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Barton, Thanks for the information. -- Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountylibrary On Thu, Dec 1, 2016 at 9:27 AM, Barton Chittenden <barton@bywatersolutions.com> wrote:
Christopher,
There are a couple of patches added in 16.11 that will make this possible, I think:
Bug 14642 : Add logging of hold modifications URL : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14642 Priority : P5 - low Assigned To : tomascohen@gmail.com Urgency : enhancement
This adds a HoldsLog syspref, which will log the following actions for holds:
- CREATE - CANCEL - DELETE - RESUME - SUSPEND - MODIFY
The action_logs table has a 'user' column, which shows which user performed the action -- for instance for circulation, it shows the staff member who was logged in when an item was checked out.
Bug 16829 : action_logs should have an 'interface' column URL : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16829 Priority : P5 - low Assigned To : tomascohen@gmail.com Urgency : enhancement
This adds a column to the logs for interface -- by default, all interfaces will show, but you can filter by OPAC, Intranet and SIP.
On Thu, Dec 1, 2016 at 10:26 AM, Christopher Davis <cgdavis@uintah.utah.gov> wrote:
Dear Colleagues,
Is there a Koha report which is granular enough to parse out holds placed by staff, by the OPAC, and by SIP devices? Maybe Koha does not record who places holds?
TIA,
Christopher Davis, MLS Systems & E-Services Librarian Uintah County Library cgdavis@uintah.utah.gov (435) 789-0091 ext.261 uintahlibrary.org basinlibraries.org facebook.com/uintahcountylibrary instagram.com/uintahcountylibrary _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Barton Chittenden -
Christopher Davis