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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 12 08:14:25 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This enhancement enables
      release notes|                            |tracking patron activities
                   |                            |once per day. When enabled,
                   |                            |this updates the
                   |                            |borrowers.lastseen field
                   |                            |for patrons with the
                   |                            |current date and time - the
                   |                            |first time each day that
                   |                            |one of the triggering
                   |                            |activities occurs.
                   |                            |
                   |                            |Two new
                   |                            |system preferences that
                   |                            |enable patron activity
                   |                            |tracking are:
                   |                            |-
                   |                            |TrackLastPatronActivity:
                   |                            |enables tracking patron
                   |                            |activity
                   |                            |-
                   |                            |TrackLastPatronActivityTrig
                   |                            |gers: used to select the
                   |                            |activities to track
                   |                            |
                   |                            |Activities that are tracked
                   |                            |are:
                   |                            |- Checking out an item
                   |                            |- Connection to Koha via
                   |                            |SIP or ILS-DI
                   |                            |- Login to
                   |                            |OPAC
                   |                            |- Renewing an item
                   |                            |-
                   |                            |Returning an item
                 CC|                            |david at davidnind.com

--- Comment #64 from David Nind <david at davidnind.com> ---
I've added my sign-off as well. 8-)

Testing notes (using KTD):

1. Followed test plan in comment #40.

2. For step 7, I:
   2.1 used patron 49 (Mary), updated card number and password for testing
   2.2 database checking (lastseen is near the end in the field before
'default' (lang column)):
        koha-mysql kohadev
        select * from borrowers where borrowernumber=49;

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


More information about the Koha-bugs mailing list