just reordering menu : links are now in the order they must be filled in order to...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / parameters / admin-home.tmpl
1 <!-- TMPL_INCLUDE NAME="parameters-top.inc" -->
2 <center>
3 <h1>Parameters</h1><br>
4 <table width=100% cellspacing=0 cellpadding=5 border=1>
5 <tr background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif">
6         <th>System parameters </th>
7 </tr>
8 </table>
9 <table cellspacing=0 cellpadding=1 width=80%>
10 <th colspan=2>Fill those tables in the order they appear to get a working Koha</th>
11 <tr>
12         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
13         <td>The differents branches you manage with this Koha server.</td>
14 </tr>
15 <tr><td>&nbsp;</td></tr>
16 <tr>
17         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
18         <td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
19 </tr>
20 <tr>
21         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
22         <td>Define exchange rates.</td>
23 </tr>
24 <tr><td>&nbsp;</td></tr>
25 <tr>
26         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
27         <td>Define item types.</td>
28 </tr>
29 <tr>
30         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Borrower categories</a></td>
31         <td>Define the categories of borrowers.</td>
32 </tr>
33 <tr>
34         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/charges.pl>Charges</a></td>
35         <td>Charges amounts for itemtypes / borrower types.</td>
36 </tr>
37 <tr><td>&nbsp;</td></tr>
38 <tr>
39         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
40         <td>Define categories and authorised values for them.  Authorised values are used in MARC form to limit/help editing MARC biblios.</td>
41 </tr>
42 <tr>
43         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
44         <td>Management of thesaurus and authorities files.</td>
45 </tr>
46 <tr>
47         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td>
48         <td>MARC structure: tags then subfields.</td>
49 </tr>
50 <tr>
51         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links Koha - MARC DB</a></td>
52         <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>
53 </tr>
54 <tr>
55         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>MARC Check</a></td>
56         <td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
57
58 <th colspan=2>Various parameters</th>
59 <tr>
60         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
61         <td>Printers (UNIX paths).</td>
62 </tr>
63 <tr>
64         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>Stop words</a></td>
65         <td>Words deleted during searches.</td>
66 </tr>
67 <tr>
68         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Z39.50 Servers</a></td>
69         <td>Servers to query for MARC data.</td>
70 </tr>
71 <tr>
72         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>System preferences</a></td>
73         <td>System preferences.</td>
74 </tr>
75 </table>
76
77 <table width=100% cellspacing=0 cellpadding=5 border=1>
78 <tr background="<!-- TMPL_VAR NAME='themelang' -->/images/background-mem.gif">
79         <th>Tools</th>
80 </tr>
81 </table>
82 <table cellspacing=5 cellpadding=1 width=80%>
83         <th colspan=2>Export</th>
84         <tr>
85                 <td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
86                 <td>Exporting in MARC format.</td>
87         </tr>
88         <th colspan=2>Import</th>
89         <tr valign="top">
90                 <td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
91                 <td>The breeding farm is a table where imported MARC records are stored.<br/>
92                         A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm.
93                         If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
94                 </td>
95         </tr>
96 </table>
97 </center>
98 <!-- TMPL_INCLUDE NAME="parameters-bottom.inc" -->