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