Fixing a bug that occured if Koha wasnt installed, but a cookie was set in the browser
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / admin / admin-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; System Administration</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <!-- TMPL_INCLUDE NAME="menus.inc" -->
6 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
7
8 <h1>Koha &rsaquo; System Administration</h1>
9
10 <table>
11 <caption>System Preferences</caption>
12 <tr>
13         <td><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></td>
14         <td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
15 </tr>
16 </table>
17 <table>
18 <caption>For best results, configure these parameters in the order they appear</caption>
19 <tr>
20 <th colspan="2">Basic parameters</th>
21 </tr>
22 <tr>
23         <td><a href="/cgi-bin/koha/admin/branches.pl">Libraries and branches</a></td>
24         <td>Define libraries and branches.</td>
25 </tr>
26 <tr>
27         <td><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></td>
28         <td>Accounts and budgets administration for acquisitions.</td>
29 </tr>
30 <tr>
31         <td><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></td>
32         <td>Define exchange rates used for acquisitions.</td>
33 </tr>
34 <tr>
35         <td><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></td>
36         <td>Define item types used for circulation rules.</td>
37 </tr>
38
39 <tr>
40 <th colspan="2">Patrons and circulation</th>
41 </tr>
42 <tr>
43         <td><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></td>
44         <td>Define patron categories.</td>
45 </tr>
46 <tr>
47         <td><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></td>
48         <td>Define cities and towns that your patrons live in.</td>
49 </tr>   
50 <tr>
51         <td><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
52         </td>
53         <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>
54 </tr>
55 <tr>
56         <td><a href="/cgi-bin/koha/admin/issuingrules.pl">Circulation rules</a></td>
57         <td>Define circulation rules in a matrix for libraries / patrons / itemtypes (number of checkouts, duration, cost...).</td>
58 </tr>
59 <tr>
60         <td><a href="/cgi-bin/koha/admin/finesrules.pl">Fines rules</a></td>
61         <td>Define fines in a matrix for libraries / patrons / itemtypes (cost, grace period...).</td>
62 </tr>
63 <tr>
64 <th colspan="2">Catalogue</th>
65 </tr>
66 <tr>
67         <td><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></td>
68         <td>Define categories and authorised values for them.</td>
69 </tr>
70 <tr>
71         <td><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></td>
72         <td>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
73 </tr>
74 <tr>
75         <td><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha -> MARC mapping</a></td>
76         <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>
77 </tr>
78 <tr>
79         <td><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></td>
80         <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>
81 <tr>
82     <td><a href="/cgi-bin/koha/admin/authtypes.pl">MARC Authorities framework</a></td>
83     <td>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
84 </tr>
85
86 <tr>
87 <th colspan="2">Additional parameters</th>
88 </tr>
89 <tr>
90         <td><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></td>
91         <td>Printers (UNIX paths).</td>
92 </tr>
93 <tr>
94         <td><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 servers</a></td>
95         <td>Define which servers to query for MARC data in the integrated Z39.50 client.</td>
96 </tr>
97 </table>
98
99 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->