[Koha-patches] [PATCH] Bug 2084 [1/2]: adding warning to overdues report

Andrew Moore andrew.moore at liblime.com
Wed Aug 6 18:14:25 CEST 2008


This patch adds a warning to the staff interface on the circulation page
to indicate that the overdues report is resource intensive on large installations.

This is considered a stopgap solution. Ideally, this report should be changed in order
to make it usable even for large installations.

Documentation note: Although no functionality has changed, any screenshots of the
circulation page on the staff interface should be updated.
---
 .../prog/en/modules/circ/circulation-home.tmpl     |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tmpl
index 481595a..ecf58ff 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tmpl
@@ -33,7 +33,9 @@
 	<li>    <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li>
 	<li>    <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
 	<li>    <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li>
-	<li>    <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a></li>
+	<li>    <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>
+	- <b>Warning:</b> This report is very resource intensive on
+	systems with large numbers of overdue items.</li>
 	<li>    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdue fines</a></li>
 <!--	<li>    <a href="/cgi-bin/koha/circ/billing.pl">Billing</a></li> -->
 <!--	<li>    <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a></li> -->
-- 
1.5.6




More information about the Koha-patches mailing list