[Bug 6403] New: Record local use stats when checking in
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Bug #: 6403 Summary: Record local use stats when checking in Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: ian.walls@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com A new system preference, RecordInhouseUseAtCheckin, which will add a 'local-use' statistical entry for items when they are checked in. This will only apply when: 1. the system preference is on (obviously) 2. the item is not checked out 3. the item is not on hold or up for transfer That is, this statistical use will only occur in the situation where the "not checked out" error message would be displayed. This message shall be added onto to indicate that statistical usage was recorded. The borrowernumber for the staff member doing the checkin shall be entered into the statistics table (rather than the borrowernumber for a statistical usage patron) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored AssignedTo|kyle.m.hall@gmail.com |ian.walls@bywatersolutions. | |com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 --- Comment #1 from Ian Walls <ian.walls@bywatersolutions.com> 2011-09-22 20:30:47 UTC --- Created attachment 5549 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5549 Proposed patch (functionality) Adds option to count returns as 'local use' for non-issued items in statistical logs. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 --- Comment #2 from Ian Walls <ian.walls@bywatersolutions.com> 2011-09-22 20:31:23 UTC --- Created attachment 5550 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5550 Proposed Patch (DB changes) Adds new system preference to sysprefs.sql and updatedatabase.pl -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5550|0 |1 is obsolete| | --- Comment #3 from Nicole C. Engard <nengard@gmail.com> 2011-09-26 14:18:49 UTC --- Created attachment 5587 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5587 Proposed Patch (DB changes) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5549|0 |1 is obsolete| | --- Comment #4 from Nicole C. Engard <nengard@gmail.com> 2011-09-26 14:26:40 UTC --- Created attachment 5588 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5588 [SIGNED-OFF] Enh 6403: Record local use stats when checking in unissued materials Adds a new system preference, RecordLocalUseOnReturn, which when active will change the statistical entry type from "return" to "localuse" in AddReturn() if the material was not on loan when returned. The intended use-case here is for libraries with 'open' book drops, in which patrons can put locally used (but unissued) materials. Adds a small message to the user interface to confirm that Local Use was recorded. This change opens up the possibility to record more types of statistics on return; one would just need to update the $stat_type variable accordingly. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com Patch Status|Needs Signoff |Signed Off -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #5587|0 |1 is obsolete| | --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2011-09-26 14:28:21 UTC --- Created attachment 5589 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5589 [SIGNED-OFF] Enh 6403 DB changes: add RecordLocalUseOnReturn syspref This patch, separate from the main functionality patch, adds the new syspref to the sysprefs.sql as well as updatedatabase.pl Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |paul.poulain@biblibre.com Patch Status|Signed Off |Passed QA --- Comment #6 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-07 14:52:37 UTC --- QA comment * good test plan * works as expected * nothing to say about the code itself My only comment could be that some libraries consider saving such returns as a bug, so we could set the default value of the new syspref to 1 directly. But we've a rule to say a new syspref sould not change the behaviour for libraries that don't do anything with it. SO : * passed QA * it's worth being very clear in the release note that most libraries will probably want to set this value to 1 after upgrading -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Passed QA |Patch Pushed --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> 2011-10-09 06:54:57 UTC --- Pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6403 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #8 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This appears to be working. Closing. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org