Koha/koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl
kados d585d5a2bc This is a language commit. I've gone through most of the templates and
based on user feedback I've made the following changes:

Borrower, Member => Patron
Debarred => Restricted
Issues => Checkouts
Reserves => Holds
2007-07-03 18:19:49 +00:00

99 lines
3.8 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; System Administration</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
<h1>Koha &rsaquo; System Administration</h1>
<table>
<caption>System Preferences</caption>
<tr>
<td><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></td>
<td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
</tr>
</table>
<table>
<caption>For best results, configure these parameters in the order they appear</caption>
<tr>
<th colspan="2">Basic parameters</th>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/branches.pl">Libraries and branches</a></td>
<td>Define libraries and branches.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></td>
<td>Accounts and budgets administration for acquisitions.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></td>
<td>Define exchange rates used for acquisitions.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></td>
<td>Define item types used for circulation rules.</td>
</tr>
<tr>
<th colspan="2">Patrons and circulation</th>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></td>
<td>Define patron categories.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></td>
<td>Define cities and towns that your patrons live in.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
</td>
<td>Define road types. Fill this table to get a list of road types when adding/editing patrons (can be used in Geographic statistics).</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/issuingrules.pl">Circulation rules</a></td>
<td>Define circulation rules in a matrix for libraries / patrons / itemtypes (number of checkouts, duration, cost...).</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/finesrules.pl">Fines rules</a></td>
<td>Define fines in a matrix for libraries / patrons / itemtypes (cost, grace period...).</td>
</tr>
<tr>
<th colspan="2">Catalogue</th>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></td>
<td>Define categories and authorised values for them.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></td>
<td>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha -> MARC mapping</a></td>
<td>Define the mappingbetween the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></td>
<td>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</td></tr>
<tr>
<td><a href="/cgi-bin/koha/admin/authtypes.pl">MARC Authorities framework</a></td>
<td>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
</tr>
<tr>
<th colspan="2">Additional parameters</th>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></td>
<td>Printers (UNIX paths).</td>
</tr>
<tr>
<td><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 servers</a></td>
<td>Define which servers to query for MARC data in the integrated Z39.50 client.</td>
</tr>
</table>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->