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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
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/

Reply via email to