1st draft for budget reordering
[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>Biblio related</th>
11 <tr>
12         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
13         <td>Define item types.</td>
14 </tr>
15 <tr>
16         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>Book funds</a></td>
17         <td>Book fund and budget administration.</td>
18 </tr>
19 <tr>
20         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
21         <td>Define categories and authorised values for them.  Authorised values are used in MARC form to limit/help editing MARC biblios.</td>
22 </tr>
23 <tr>
24         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
25         <td>Management of thesaurus and authorities files.</td>
26 </tr>
27
28 <th colspan=2>MARC related</th>
29 <tr>
30         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td>
31         <td>MARC structure: tags then subfields.</td>
32 </tr>
33 <tr>
34         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links Koha - MARC DB</a></td>
35         <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>
36 </tr>
37 <tr>
38         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>MARC Check</a></td>
39         <td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
40
41 <th colspan=2>Various parameters</th>
42 <tr>
43         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>Library branches</a></td>
44         <td>The differents branches you manage with this Koha server.</td>
45 </tr>
46 <tr>
47         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>Categories</a></td>
48         <td>Define the categories of borrowers.</td>
49 </tr>
50 <tr>
51         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
52         <td>Define exchange rates.</td>
53 </tr>
54 <tr>
55         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
56         <td>Printers (UNIX paths).</td>
57 </tr>
58 <tr>
59         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>Stop words</a></td>
60         <td>Words deleted during searches.</td>
61 </tr>
62 <tr>
63         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Z39.50 Servers</a></td>
64         <td>Servers to query for MARC data.</td>
65 </tr>
66 <tr>
67         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>System preferences</a></td>
68         <td>System preferences.</td>
69 </tr>
70 </table>
71
72 <table width=100% cellspacing=0 cellpadding=5 border=1>
73 <tr background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif">
74         <th>Tools</th>
75 </tr>
76 </table>
77 <table cellspacing=5 cellpadding=1 width=80%>
78         <th colspan=2>Export</th>
79         <tr>
80                 <td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
81                 <td>Exporting in MARC format.</td>
82         </tr>
83         <th colspan=2>Import</th>
84         <tr valign="top">
85                 <td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
86                 <td>The breeding farm is a table where imported MARC records are stored.<br/>
87                         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.
88                         If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
89                 </td>
90         </tr>
91 </table>
92 </center>
93 <TMPL_INCLUDE NAME="parameters-bottom.inc">