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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 25 13:37:56 CEST 2021


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

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrew at bywatersolutions.com
                   |                            |, nick at bywatersolutions.com
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=28455

--- Comment #32 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Bug 28455, signed off, adds checkouts to lastseen. So we're kinda working in
two different directions here.

I'm in favor of a simple approach here: a single field with a datetime that
updates each time a patron does any of the listed actions (log in to OPAC, SIP,
ILSDI, API, checkout, checkin).

The batch patron deletion tool already knows how to filter by both lastseen and
circ activity. The need I run into here relates to reports rather than the
deletion tool itself. We get regular requests for a report that will give a
column of the last date on which a patron either logged in to something or
checked something in or out. That's much messier SQL than it needs to be with
the current data structure.

-- 
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