improvements to the system preferences
[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="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b"><h1>System Administration</h1>
16
17 <table>
18 <caption>System Preferences</caption>
19 <tr>
20         <td><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></td>
21         <td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
22 </tr>
23 </table>
24 <table>
25 <caption>For best results, configure these parameters in the order they appear</caption>
26 <tr>
27 <th colspan="2">Basic parameters</th>
28 </tr>
29 <tr>
30         <td><a href="/cgi-bin/koha/admin/branches.pl">Libraries and branches</a></td>
31         <td>Define libraries and branches.</td>
32 </tr>
33 <tr>
34         <td><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></td>
35         <td>Accounts and budgets administration for acquisitions.</td>
36 </tr>
37 <tr>
38         <td><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></td>
39         <td>Define exchange rates used for acquisitions.</td>
40 </tr>
41 <tr>
42         <td><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></td>
43         <td>Define item types used for circulation rules.</td>
44 </tr>
45
46 <tr>
47 <th colspan="2">Patrons and circulation</th>
48 </tr>
49 <tr>
50         <td><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></td>
51         <td>Define patron categories.</td>
52 </tr>
53 <tr>
54         <td><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></td>
55         <td>Define cities and towns that your patrons live in.</td>
56 </tr>   
57 <tr>
58         <td><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
59         </td>
60         <td>Define road types. Fill this table to get a list of road types when adding/editing patrons (can be used in Geographic statistics).</td>
61 </tr>
62 <tr>
63         <td><a href="/cgi-bin/koha/admin/issuingrules.pl">Circulation rules</a></td>
64         <td>Define circulation rules in a matrix for libraries / patrons / itemtypes (number of checkouts, duration, cost...).</td>
65 </tr>
66 <tr>
67         <td><a href="/cgi-bin/koha/admin/finesrules.pl">Fines rules</a></td>
68         <td>Define fines in a matrix for libraries / patrons / itemtypes (cost, grace period...).</td>
69 </tr>
70 <tr>
71 <th colspan="2">Catalogue</th>
72 </tr>
73 <tr>
74         <td><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></td>
75         <td>Define categories and authorised values for them.</td>
76 </tr>
77 <tr>
78         <td><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></td>
79         <td>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
80 </tr>
81 <tr>
82         <td><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha -> MARC mapping</a></td>
83         <td>Define the mappingbetween 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.</td>
84 </tr>
85 <tr>
86         <td><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></td>
87         <td>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.</td></tr>
88 <tr>
89     <td><a href="/cgi-bin/koha/admin/authtypes.pl">MARC Authorities framework</a></td>
90     <td>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
91 </tr>
92
93 <tr>
94 <th colspan="2">Additional parameters</th>
95 </tr>
96 <tr>
97         <td><a href="/cgi-bin/koha/admin/stopwords.pl">Stopwords</a></td>
98         <td>Words ignored during search</td>
99 </tr>
100 <tr>
101         <td><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></td>
102         <td>Printers (UNIX paths).</td>
103 </tr>
104 <tr>
105         <td><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 servers</a></td>
106         <td>Define which servers to query for MARC data in the integrated Z39.50 client.</td>
107 </tr>
108 </table>
109
110 </div>
111 </div>
112 </div>
113 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->