Koha/reports
Joe Atzberger 6bb77ae3e4 Total overhaul of broken "Items with no checkouts" report.
Previous implementation was a crude copy/paste from a larger report.
CSV output was and is not functional (disabled in interface accordingly).
Output now includes and is sorted by itemcallnumber, because the purpose
of this report is to isolate uncirculating items to cull from the shelves.
Output also includes a summary at the top, with links to individual tables
below when broken out by a grouping.  Also included in the feedback but
default styled to display="none" are the actual SQL queries.  This is
incredibly useful for debugging and should probably be done in all reports.

Yet TODO: allow date range for checkouts and instead of
"no checkouts" (=0) allow the query to filter based on =x, >x, <x, etc.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-10 09:11:32 -05:00
..
acquisitions_stats.pl cleanup of reports/ Dates - missing format_date, etc. 2007-12-04 18:52:57 -06:00
bor_issues_top.pl Total overhaul of bor_issues_top report, removal from CGI::scolling_list. 2008-04-12 15:05:10 -05:00
borrowers_out.pl Using old_issues table 2008-03-19 11:08:42 -05:00
borrowers_stats.pl Using old_issues table 2008-03-19 11:08:42 -05:00
cat_issues_top.pl More problems with old_issues. 2008-03-19 11:08:46 -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 Remove commented deprecated code and a useless query on items. 2008-06-02 00:50:32 -05:00
dictionary.pl XHTML corrections: guided reports 2008-02-15 08:24:51 -06:00
guided_reports.pl Fix for bug 1753 2008-01-08 16:12:57 -06:00
issues_avg_stats.pl more old_issues SQL cleanup 2008-03-19 11:08:54 -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 Fix date filter on issues_stats. 2008-06-05 22:47:36 -05:00
itemslost.pl Bug 2094: fixing two bugs in lost items report 2008-05-11 06:48:51 -05:00
itemtypes.plugin Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -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