98dc396b9b
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
56 lines
2.2 KiB
Cheetah
56 lines
2.2 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Circulation</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="circ-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Circulation</div>
|
|
|
|
<div id="doc" class="yui-t7">
|
|
|
|
<div id="bd">
|
|
<div class="yui-g">
|
|
|
|
<h1>Circulation</h1>
|
|
|
|
<div class="yui-u first">
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/circ/circulation.pl">Check Out</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/returns.pl">Check In</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li>
|
|
<!-- TMPL_IF NAME="AutoLocation" --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="IndependantBranches" --><!-- TMPL_ELSE --><li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li><!-- /TMPL_IF --><!-- /TMPL_IF -->
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
|
|
<h5>Circulation Reports</h5>
|
|
<ul>
|
|
<li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds Queue</a></li>
|
|
<li> <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li>
|
|
<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>
|
|
- <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> -->
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="yui-u">
|
|
<h5>Offline Circulation</h5>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/offline_circ/upload_koc.pl">Offline Circulation File (.koc) Uploader</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|