Koha/reports
Chris Nighswonger 953a46a088 kohabug 2417 Removing hardcoded query limit from reports
This patch removes a hardcoded 'LIMIT 20' which was added to all report queries
thus limiting all reports to only the first twenty rows of applicable data. In
its place this patch introduces code to paginate through all applicable data,
regardless of how many rows are available. The code will also honor any user
defined 'LIMIT' in reports based on SQL entered directly by the user.

This patch also adds column labels to 'tab' and 'csv' files generated by reports.
NOTE: Only user defined 'LIMIT's apply to 'tab,' 'csv,' and 'text' files.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-08-04 15:26:50 -05:00
..
acquisitions_stats.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
bor_issues_top.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
borrowers_out.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
borrowers_stats.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
cat_issues_top.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
catalogue_out.pl Total overhaul of broken "Items with no checkouts" report. 2008-07-10 09:11:32 -05:00
catalogue_stats.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
dictionary.pl kohabug 1679 & 1680 Fixes date formatting in guided reports wizard 2008-08-04 15:26:49 -05:00
guided_reports.pl kohabug 2417 Removing hardcoded query limit from reports 2008-08-04 15:26:50 -05:00
issues_avg_stats.pl kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
issues_by_borrower_category.plugin BugFixing : 1299 /displaying lists for document types and borrower categories 2008-01-17 21:00:59 -06:00
issues_stats.pl Report cleanup - fix highlight, add debugging feedback 2008-07-12 08:59:38 -05:00
itemslost.pl Bug 2094: fixing two bugs in lost items report 2008-05-11 06:48:51 -05:00
itemtypes.plugin Fix 'Catalog by Itemtype' report to work with item-level itypes 2008-07-25 08:49:45 -05:00
manager.pl reports subdir - Dates.pm integration and warnings fixes. 2007-12-04 18:21:02 -06:00
reports-home.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
reservereport.pl item rework: moved various accessor functions 2008-01-03 16:25:05 -06:00
stats.print.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
stats.screen.pl stats.screen.pl - cleanup, conditionalize warns w/ Debug 2008-04-22 18:02:50 -05:00