Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
2007-08-30 15:50:54 -05:00

71 lines
2 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Tools</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b"><div class="yui-g">
<h1>Koha tools</h1>
<table>
<caption>Various tools</caption>
<tr>
<td><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></td>
<td>Create printable labels and barcodes from catalog data.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></td>
<td>Define holidays (days where the library is closed)</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/export.pl">Export</a></td>
<td>Export data</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/import.pl">Reservoir Import</a></td>
<td>Import data into the reservoir.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></td>
<td>Write news for the OPAC and staff interfaces.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></td>
<td>Define letters (notifications for overdues, etc.)</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue rules</a></td>
<td>Rules for overdue books</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></td>
<td>Perform inventory (stocktaking) of your catalogue</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></td>
<td>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></td>
<td>Show lost items</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></td>
<td>Browse the system logs</td>
</tr>
</table>
</div>
</div>
</div>
<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->