synch'ing 2.2 and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / parameters / admin-home.tmpl
1 <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
2 <div id="mainbloc">
3 <TMPL_IF name="CAN_user_management">
4 <h1>Parameters</h1><br>
5 </TMPL_IF>
6
7 <div id="bloc100">
8 <TMPL_IF name="CAN_user_management">
9         <div id="bloctitle">System parameters </div>
10
11         <table>
12         <tr>
13         <td colspan="2"><b>Fill those tables in the order they appear to get a working Koha</b></td>
14         </tr>
15         <TMPL_IF name="CAN_user_parameters">    
16                 <tr>
17                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/branches.pl">Library branches</a></td>
18                         <td>The different branches you manage with this Koha server.</td>
19                 </tr>
20         </TMPL_IF>
21         
22         <TMPL_IF name="CAN_user_management">
23                 <tr>
24                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></td>
25                         <td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
26                 </tr>
27
28                 <tr>
29                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></td>
30                         <td>Define exchange rates.</td>
31                 </tr>
32
33                 <tr>
34                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></td>
35                         <td>Define item types.</td>
36                 </tr>
37
38                 <tr>
39                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/categorie.pl">Borrower categories</a></td>
40                         <td>Define the categories of borrowers.</td>
41                 </tr>
42
43                 <tr>
44                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/issuingrules.pl">Issuing rules</a></td>
45                         <td>Define issuing rules for branches / borrowers / item types (nb of issues, duration, cost...)</td>
46                 </tr>
47
48                 <tr>
49                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></td>
50                         <td>Define categories and authorised values for them. Authorised values are used in MARC form to limit and help editing MARC biblios.</td>
51                 </tr>
52         </TMPL_IF>
53                 
54         <TMPL_IF name="CAN_user_parameters">
55                 <tr>
56                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/authtypes.pl">Thesaurus Structure</a></td>
57                         <td>Define categories and thesaurus/authority MARC structure.</td>
58                 </tr>
59
60                 <tr>
61                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/biblio_framework.pl">Biblio framework (MARC structure)</a></td>
62                         <td>the frameworks defined for the MARC editor. Create frameworks, then define the MARC structure (fields &amp; subfields)</td>
63                 </tr>
64
65                 <tr>
66                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Links Koha - MARC DB</a></td>
67                         <td>Define links between the Koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage.</td>
68                 </tr>
69
70                 <tr>
71                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Check</a></td>
72                         <td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td>
73                 </tr>
74         </TMPL_IF>
75         
76         <tr>
77         <th colspan="2">Various parameters</th>
78         </tr>
79         <TMPL_IF name="CAN_user_parameters">
80                 <tr>
81                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></td>
82                         <td>Printers (UNIX paths).</td>
83                 </tr>
84         </TMPL_IF>
85         
86         <TMPL_IF name="CAN_user_management">
87                 <tr>
88                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></td>
89                         <td>Words deleted during searches.</td>
90                 </tr>
91         </TMPL_IF>
92         
93         <TMPL_IF name="CAN_user_parameters">
94                 <tr>
95                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Servers</a></td>
96                         <td>Servers to query for MARC data.</td>
97                 </tr>
98
99                 <tr>
100                         <td valign="top" width="25%"><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></td>
101                         <td>System preferences.</td>
102                 </tr>
103         </TMPL_IF>
104         </table>
105 </TMPL_IF>
106
107
108 <TMPL_IF name="CAN_user_tools">
109         <h1>Tools</h1>
110         <table>
111                 <tr>
112                 <th colspan="2"> Export</th>
113                 </tr>
114                 <tr>
115                         <td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
116                         <td> Exporting in MARC format.</td>
117                 </tr>
118                 <tr>
119                 <th colspan="2">Import</th>
120                 </tr>
121                 <tr valign="top">
122                         <td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records in reservoir</a></td>
123                         <td>The reservoir is a table where imported MARC records are stored. A MARC record is stored in the reservoir as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the reservoir. If it is found, the biblio is added to Koha active table.
124                         </td>
125                 </tr>
126                 <tr>
127                 <th colspan="2">Barcode generator</th>
128                 </tr>
129                 <tr valign="top">
130                         <td width="20%"><a href="/cgi-bin/koha/barcodes/barcodes.pl">Generate barcodes</a></td>
131                         <td>the barcode generator deals with generating barcodes for items you acquire
132                         </td>
133                 </tr>
134         </table>
135 </TMPL_IF>
136 </div>
137 </div>
138 <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->