Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tmpl
Joe Atzberger ba0ae6cd1c Branchoverdues circ report reworking.
branchoverdues.pl
~ Removed unused variables.
~ Use elsif where applicable.
~ Added many FIXMEs.
~ Added help description.
~ Changed link to more accurate description.
~ REFACTORED branchoverdues-specific function in C4 for obvious consolidation.

This report is still of questionable value, since it's dataset has such strange
hardcoded limitations.  It is not clear that "FU" type fines and notifys=0 are
reliable or useful indicators to query on, in hardcoded form.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-03-06 15:01:41 -06:00

15 lines
440 B
Cheetah

<!-- TMPL_INCLUDE NAME="help-top.inc" -->
<h3>Overdue fines</h3>
<p>This report shows items that:
<ul>
<li>are still checked out,</li>
<li>have not had a notice sent, and</li>
<li>already have an associated fine (type &quot;FU&quot;).</li>
</ul>
<p>This report will not show items that are so long overdue that the system has marked them 'Lost'</p>
<p>Once open the report can be filtered by the shelving location.</p>