[Bug 10188] New: Top Most-circulated items doesn't count current loans
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10188 Bug ID: 10188 Summary: Top Most-circulated items doesn't count current loans Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Reports Assignee: gmcharlt@gmail.com Reporter: tomascohen@gmail.com Right now, the 'calculate' function only counts circulation from the old_issues table, and not issues. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10188 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|gmcharlt@gmail.com |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10188 Mayank <mayanksri1989@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |mayanksri1989@gmail.com --- Comment #1 from Mayank <mayanksri1989@gmail.com> --- If you generate a report of Most Circulated Items, you get a list of titles and their respective number of checkouts. When you click on one of the titles you see all the details about that record, from that screen you can view the checkout history of that record. The figures of Number of checkouts from the generated report(Most Circulated Items) and the checkout history for that record are different. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10188 Micah Bucy <micah.bucy@eternalsword.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |micah.bucy@eternalsword.com --- Comment #2 from Micah Bucy <micah.bucy@eternalsword.com> --- Created attachment 29959 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29959&action=edit add union This patch depends on my patch http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29958 for bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12628 This adds a union for `old_issues` and `issues`. Filtering that applied to `old_issues` before joins has been applied prior to the union on both `issues` and `old_issues`. Two new variables have been added to accomplish this $strsth2_filter and $strcalc_filter. The union is named as `circulated`. Where appropriate `old_issues` has been replaced with `circulated`. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10188 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13914 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org