https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504
David Nind <[email protected]> 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| |[email protected] --- Comment #64 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
