Lines 37-47
Link Here
|
37 |
|
37 |
|
38 |
<h5>Circulation Reports</h5> |
38 |
<h5>Circulation Reports</h5> |
39 |
<ul> |
39 |
<ul> |
40 |
<li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds queue</a></li> |
40 |
<li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li> |
41 |
<li> <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li> |
41 |
<li> <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li> |
42 |
<li> <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li> |
42 |
<li> <a href="/cgi-bin/koha/circ/waitingreserves.pl"">Holds awaiting pickup</a></li> |
43 |
<li> <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li> |
43 |
<li> <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li> |
44 |
<li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li> |
44 |
<li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li> |
45 |
[% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a> |
45 |
[% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a> |
46 |
- <b>Warning:</b> This report is very resource intensive on |
46 |
- <b>Warning:</b> This report is very resource intensive on |
47 |
systems with large numbers of overdue items.</li>[% END %] |
47 |
systems with large numbers of overdue items.</li>[% END %] |
48 |
- |
|
|