nomenclature improvement to some admin settings
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Administration</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Administration</div>
10
11 <div id="doc" class="yui-t7">
12    
13    <div id="bd">
14         <div id="yui-main" class="sysprefs">
15         <div class="yui-g"><h1>System Preferences</h1></div>
16         <div class="yui-g">
17
18 <div class="yui-u first">
19 <dl>
20         <dt><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></dt>
21         <dd>Manage global system preferences like MARC flavor, date format, administrator e-mail, and templates.</dd>
22 </dl>
23
24
25 <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>
26 <h3>Basic parameters</h3>
27 <dl>
28         <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries, branches and agency categories</a></dt>
29         <dd>Define libraries, branches and agency categories.</dd>
30         <dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></dt>
31         <dd>Accounts and budgets administration for acquisitions.</dd>
32         <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
33         <dd>Define currencies and exchange rates used for acquisitions.</dd>
34         <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types and circulation codes</a></dt>
35         <dd>Define item types and circulation codes used for circulation rules.</dd>
36 </dl>
37
38 <h3>Patrons and circulation</h3>
39 <dl>
40         <dt><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></dt>
41         <dd>Define patron categories.</dd>
42         <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
43         <dd>Define cities and towns that your patrons live in.</dd>
44         <dt><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
45         </dt>
46         <dd>Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.</dd>
47         <dt><a href="/cgi-bin/koha/admin/issuingrules.pl">Circulation rules</a></dt>
48         <dd>Define circulation rules in a matrix for libraries / patrons / itemtypes / circ codes (number of checkouts, duration, fee, etc.).</dd>
49         <dt><a href="/cgi-bin/koha/admin/finesrules.pl">Fines rules</a></dt>
50         <dd>Define fines in a matrix for libraries / patrons / itemtypes (cost, grace period, etc.).</dd>
51 </dl>
52 </div>
53 <div class="yui-u">
54 <h3>Catalogue</h3>
55 <dl>
56         <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></dt>
57         <dd>Define categories and authorised values for them.</dd>
58         <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></dt>
59         <dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd>
60         <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
61         <dd>Define the mapping between 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.</dd>
62         <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
63         <dd>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.</dd>
64     <dt><a href="/cgi-bin/koha/admin/authtypes.pl">MARC Authorities framework</a></dt>
65     <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
66     <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
67     <dd>Define classification sources (i.e., call number schemes) used by your collection.  Also define filing rules used for sorting call numbers.</dd>
68     <dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt>
69     <dd>Manage rules for automatically matching MARC records during record imports.</dd>
70 </dl>
71
72 <h3>Additional parameters</h3>
73 <dl>
74         <dt><a href="/cgi-bin/koha/admin/stopwords.pl">Stopwords</a></dt>
75         <dd>Words ignored during search</dd>
76         <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt>
77         <dd>Printers (UNIX paths).</dd>
78         <dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Client Targets</a></dt>
79         <dd>Define which servers to query for MARC data in the integrated Z39.50 client.</dd>
80 </dl>
81 </div>
82
83 </div>
84 </div>
85 </div>
86 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->