Bug 6536: QA Follow-up for string changes referring to Z39.50
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Administration</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="admin_admin-home" class="admin">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE '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/preferences.pl" method="post">
20 <fieldset>
21 <h4><a href="/cgi-bin/koha/admin/preferences.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" name="op" value="search" />
24         <input type="text" name="searchfield" value="[% 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/itemtypes.pl">Item types</a></dt>
36         <dd>Define item types used for circulation rules.</dd>
37         <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt>
38                 <dd>Define categories and authorized values for them.</dd>
39 </dl>
40
41 <h3>Patrons and circulation</h3>
42 <dl>
43         <dt><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></dt>
44         <dd>Define patron categories.</dd>
45 [% IF CAN_user_parameters_manage_circ_rules %]
46     <dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
47     <dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd>
48 [% END %]
49     <dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt>
50     <dd>Define extended attributes (identifiers and statistical categories) for patron records</dd>
51     <dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt>
52         <dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.</dd>
53     <dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt>
54     <dd>Define transport costs between branches</dd>
55     <dt><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></dt>
56         <dd>Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types</dd>
57     <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
58     <dd>Define cities and towns that your patrons live in.</dd>
59 </dl>
60 </div>
61 <div class="yui-u">
62 <h3>Catalog</h3>
63 <dl>
64     <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
65         <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>
66         <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
67         <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>
68         <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt>
69         <dd>Define the mapping between keywords and MARC fields, those keywords are used to find some datas independently of the framework.</dd>
70         <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
71         <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>
72     <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
73     <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
74     <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
75     <dd>Define classification sources (i.e., call number schemes) used by your collection.  Also define filing rules used for sorting call numbers.</dd>
76     <dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt>
77     <dd>Manage rules for automatically matching MARC records during record imports.</dd>
78     <dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt>
79     <dd>Manage OAI Sets</dd>
80     [% IF ( SearchEngine != 'Zebra' ) %]
81       <dt><a href="/cgi-bin/koha/admin/searchengine/solr/indexes.pl">Search engine configuration</a></dt>
82       <dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd>
83     [% END %]
84 </dl>
85
86 <h3>Acquisition parameters</h3>
87 <dl>
88         <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
89         <dd>Define currencies and exchange rates used for acquisitions.</dd>
90
91         <dt><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></dt>
92         <dd>Define your budgets</dd>
93         
94         <dt><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></dt>
95         <dd>Define funds within your budgets</dd>
96
97 </dl>
98
99 <h3>Additional parameters</h3>
100 <dl>
101         <!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt>
102         <dd>Printers (UNIX paths).</dd> -->
103     <dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></dt>
104     <dd>Define which external servers to query for MARC data.</dd>
105     <dt><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></dt>
106     <dd>Choose which plugins to use to suggest searches to patrons and staff.</dd>
107     <dt><a href="/cgi-bin/koha/admin/columns_settings.pl">Configure columns</a></dt>
108     <dd>Hide or show columns for tables.</dd>
109 </dl>
110 </div>
111
112 </div>
113 </div>
114 </div>
115 [% INCLUDE 'intranet-bottom.inc' %]