Bug 3066 - Overhaul guided reports
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 31 Mar 2009 20:08:10 +0000 (15:08 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 4 Apr 2009 01:17:55 +0000 (20:17 -0500)
commit14be4400d84b28369d095b3b0bfa79c3396f44d4
treeccc0d24556810cbb6cb6b7cc62aa37ef6a291483
parent76d0e8d05bea5acd41774f3823bfab1d764bf952
Bug 3066 - Overhaul guided reports

execute_query now refactored, returns reliable results, does
zero presentation-layer crap.  Arguments reduced, client scripts
adapted to new API and performance improved.  Text::CSV now used
to generate CSV output, ensuring portability, encoding and accuracy.

Replaced tools/runreport.pl with misc/cronjobs/runreport.pl:
    ~ security fixed
    ~ documentation improved
    ~ TODO: finish sendmail option.

Bug 3077 also fixed.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Reports/Guided.pm
koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl
misc/cronjobs/runreport.pl
reports/guided_reports.pl
tools/runreport.pl [deleted file]