[Koha-bugs] [Bug 15504] Track Patron's Last Activity

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 16:22:16 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504

Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt.blenkinsop at ptfs-europe
                   |                            |.com

--- Comment #39 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
This bug hasn’t been active for a while but we recently had a support ticket
from a customer that seemed to fit into this discussion. By comparing that with
the discussion on this bug I’ve prepared a patch that will hopefully satisfy
the requirement of both. There are now two sysprefs - “TrackLastPatronActivity”
and “TrackLastPatronActivityTriggers”. The second of these offers a list of the
following:

-                login: "Login to OPAC"
-                connection: "Connection to Koha via SIP or ILSDI"
-                check_out: "Checking out an item"
-                renewal: "Renewing an item"
-                check_in: "Returning an item"

When TrackLastPatronActivity is enabled and one or more of these triggers is
selected, borrowers.lastseen will update when that trigger happens. This will
only happen once per day as per the current method. If this structure/concept
is approved then expanding it with further options should be fairly simple if
required.

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


More information about the Koha-bugs mailing list