Total overhaul of broken "Items with no checkouts" report.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 9 Jul 2008 23:36:40 +0000 (18:36 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 14:11:32 +0000 (09:11 -0500)
commit6bb77ae3e4586445ea6b41c7b554d909a2d46b0e
tree80af8ee4e5d0465008d440421b30113e65b2146f
parent245e610e821b131fd5e65a70cfb3124fc6458d3b
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>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl
reports/catalogue_out.pl