Followup : authorities frameworks were not editable
[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>Koha Administration</h1></div>
16         <div class="yui-g">
17
18 <div class="yui-u first">
19 <form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
20 <fieldset>
21 <h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
22         <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
23                 <input type="hidden" value="all" name="tab" />
24         <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
25         <input type="submit" name="ok" class="submit" value="Search" />
26 </fieldset>
27 </form>
28
29
30 <div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>
31 <h3>Basic parameters</h3>
32 <dl>
33         <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries and groups</a></dt>
34         <dd>Define libraries and groups.</dd>
35         <dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and budgets</a></dt>
36         <dd>Funds and budgets administration for acquisitions.</dd>
37         <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
38         <dd>Define currencies and exchange rates used for acquisitions.</dd>
39         <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt>
40         <dd>Define item types used for circulation rules.</dd>
41 </dl>
42
43 <h3>Patrons and circulation</h3>
44 <dl>
45         <dt><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></dt>
46         <dd>Define patron categories.</dd>
47         <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
48         <dd>Define cities and towns that your patrons live in.</dd>
49         <dt><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
50         </dt>
51         <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>
52         <dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt>
53         <dd>Define extended attributes (identifiers and statistical categories) for patron records</dd>
54     <dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
55     <dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd>
56 </dl>
57 </div>
58 <div class="yui-u">
59 <h3>Catalog</h3>
60 <dl>
61         <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt>
62         <dd>Define categories and authorized values for them.</dd>
63         <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></dt>
64         <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>
65         <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
66         <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>
67         <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt>
68         <dd>Define the mapping between keywords and MARC fields, those keywords are used to find some datas independently of the framework.</dd>
69         <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
70         <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>
71     <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
72     <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
73     <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
74     <dd>Define classification sources (i.e., call number schemes) used by your collection.  Also define filing rules used for sorting call numbers.</dd>
75     <dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt>
76     <dd>Manage rules for automatically matching MARC records during record imports.</dd>
77 </dl>
78
79 <h3>Additional parameters</h3>
80 <dl>
81         <dt><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></dt>
82         <dd>Words ignored during search.</dd>
83         <!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt>
84         <dd>Printers (UNIX paths).</dd> -->
85         <dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Client Targets</a></dt>
86         <dd>Define which servers to query for MARC data in the integrated Z39.50 client.</dd>
87 </dl>
88 </div>
89
90 </div>
91 </div>
92 </div>
93 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->