Koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl
2003-06-20 16:11:43 +00:00

97 lines
3.9 KiB
Cheetah

<TMPL_INCLUDE NAME="parameters-top.inc">
<center>
<h1>Parameters</h1><br>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">
<th>System parameters </th>
</tr>
</table>
<table cellspacing=0 cellpadding=1 width=80%>
<th colspan=2>Biblio related</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
<td>Define item types.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
<td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>Budget</a></td>
<td>The monies allocated to your book funds.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
<td>Define categories and authorised values for them. Authorised values are used in MARC form to limit/help editing MARC biblios.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
<td>Management of thesaurus and authorities files.</td>
</tr>
<th colspan=2>MARC related</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td>
<td>MARC structure: tags then subfields.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links Koha - MARC DB</a></td>
<td>Define links between the Koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>MARC Check</a></td>
<td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
<th colspan=2>Various parameters</th>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
<td>The differents branches you manage with this Koha server.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Categories</a></td>
<td>Define the categories of borrowers.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
<td>Define exchange rates.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
<td>Printers (UNIX paths).</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>Stop words</a></td>
<td>Words deleted during searches.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Z39.50 Servers</a></td>
<td>Servers to query for MARC data.</td>
</tr>
<tr>
<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>System preferences</a></td>
<td>System preferences.</td>
</tr>
</table>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">
<th>Tools</th>
</tr>
</table>
<table cellspacing=5 cellpadding=1 width=80%>
<th colspan=2>Export</th>
<tr>
<td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
<td>Exporting in MARC format.</td>
</tr>
<th colspan=2>Import</th>
<tr valign="top">
<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
<td>The breeding farm is a table where imported MARC records are stored.<br/>
A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm.
If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
</td>
</tr>
</table>
</center>
<TMPL_INCLUDE NAME="parameters-bottom.inc">