[Koha-bugs] [Bug 33013] Add age, interface and operator as additional report stats

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 18 11:23:12 CEST 2023


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

Peter Vashchuk <stalkernoid at gmail.com> changed:

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

--- Comment #7 from Peter Vashchuk <stalkernoid at gmail.com> ---
Created attachment 155780
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155780&action=edit
Bug 33013: add age, interface and operator to pseudonymized statistics

This patch adds: age (patron's age), interface (sip/api/opac/intranet/cron/etc)
and operator (user id if it has extra permissions, for example: librarian)
to the pseudonymized statistics table.

To reproduce:
1. With Pseudonymization enabled, perform a check-out, check-in or renew to
add an entry to the pseudonymized_transactions table.
2. Apply the patch and perform the atomic update.
3. Go to sysprefs and enable "Interface" and "Operator ID" for
PseudonymizationTransactionFields
and "Patron's age" for PseudonymizationPatronFields.
4. Perform the same actions as you did earlier (check-out, check-in, or renew)
to add another
entry to the pseudonymized_transactions table. Compare those two entries, the
one that was
added should have new stats.

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


More information about the Koha-bugs mailing list