[Koha-bugs] [Bug 6403] Record local use stats when checking in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 26 16:26:40 CEST 2011


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

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5549|0                           |1
        is obsolete|                            |

--- Comment #4 from Nicole C. Engard <nengard at 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 at 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.


More information about the Koha-bugs mailing list