[Bug 28968] New: recreateIssueStatistics.pl should (optionally?) ignore the anonymous borrower
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28968 Bug ID: 28968 Summary: recreateIssueStatistics.pl should (optionally?) ignore the anonymous borrower Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz The script recreateIssueStatistics.pl compares issues/old_issues to statistics to determine if there are any borrowernumber/itemnumber/date combinations present in the former that are not present in the latter. If it finds anything in (old_)issues that's not in statistics, it writes it into statistics to correct things. However, this goes awry really quickly if one is anonymizing reading history. In those cases, we expect to have a bunch of entries in old_issues tied to the anonymous borrower, but we never expect to find the anonymous borrower in the statistics table because we're maintaining the actual patron's borrowernumber there. recreateIssueStatistics.pl should have the option to *not* copy/recreate issues tied to the anonymous borrower. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28968 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28969 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28969 [Bug 28969] Document recreateIssueStatistics.pl script -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28968 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- But won't this lead to missing checkouts/checking if you use statistics table for statistics? It might be better as a switch/option on the script. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org