Koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl

108 lines
4 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- System Administration<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="masthead.inc" -->
<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
<div id="main">
<h1>Koha Administration</h1>
<div class="menu">
<table>
<caption>System Preferences</caption>
<tr>
<th><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></th>
<td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
</tr>
</table>
<table>
<caption>System parameters </caption>
<tr>
<th class="header" colspan="2">For best results, configure these parameters in the order they appear</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/branches.pl">Library branches</a></th>
<td>The different branches you manage with this Koha server.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></th>
<td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></th>
<td>Define exchange rates.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></th>
<td>Define item types.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/categorie.pl">Borrower categories</a></th>
<td>Define the categories of borrowers.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/issuingrules.pl">Issuing rules</a></th>
<td>Define issuing rules for branches / borrowers / item types (nb of issues, duration, cost...)</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></th>
<td>Define categories and authorised values for them. Authorised values are used in MARC form to limit and help editing MARC biblios.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/authtypes.pl">Thesaurus Structure</a></th>
<td>Define categories and thesaurus/authority MARC structure.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/biblio_framework.pl">Biblio framework (MARC structure)</a></th>
<td>the frameworks defined for the MARC editor. Create frameworks, then define the MARC structure (fields &amp; subfields)</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Links Koha - MARC DB</a></th>
<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>
<th><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Check</a></th>
<td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
<tr>
<th colspan="2" class="header">Various parameters</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></th>
<td>Printers (UNIX paths).</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></th>
<td>Words deleted during searches.</td>
</tr>
<tr>
<th><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Servers</a></th>
<td>Servers to query for MARC data.</td>
</tr>
</table>
<table>
<caption>Tools</caption>
<tr>
<th colspan="2" class="header">Export</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></th>
<td> Exporting in MARC format.</td>
</tr>
<tr>
<th colspan="2" class="header">Import</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records to the reservoir</a></th>
<td>The reservoir is a table where imported MARC records are stored. A MARC record is stored in the reservoir as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the reservoir. If it is found, the biblio is added to Koha active table.
</td>
</tr>
<th colspan="2" class="header">Barcode generator</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/barcodes/barcodes.pl">Generate barcodes</a></th>
<td>the barcode generator deals with generating barcodes for items you acquire
</td>
</tr>
</table>
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->