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