Adding admin template files
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / admin / admin-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- System Administration<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
5
6 <h1>Koha Administration</h1>
7
8 <table>
9 <caption>System Preferences</caption>
10 <tr>
11         <th><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></th>
12         <td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
13 </tr>
14 </table>
15 <table>
16 <caption>System parameters </caption>
17 <tr>
18 <th colspan="2">For best results, configure these parameters in the order they appear</th>
19 </tr>
20 <tr>
21         <th><a href="/cgi-bin/koha/admin/branches.pl">Library branches</a></th>
22         <td>The different branches you manage with this Koha server.</td>
23 </tr>
24 <tr>
25         <th><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></th>
26         <td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
27 </tr>
28 <tr>
29         <th><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></th>
30         <td>Define exchange rates.</td>
31 </tr>
32 <tr>
33         <th><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></th>
34         <td>Define item types.</td>
35 </tr>
36 <tr>
37         <th><a href="/cgi-bin/koha/admin/categorie.pl">Borrower categories</a></th>
38         <td>Define the categories of borrowers.</td>
39 </tr>
40 <tr>
41         <th><a href="/cgi-bin/koha/admin/issuingrules.pl">Issuing rules</a></th>
42         <td>Define issuing rules for branches / borrowers / item types (nb of issues, duration, cost...)</td>
43 </tr>
44 <tr>
45         <th><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></th>
46         <td>Define categories and authorised values for them. Authorised values are used in MARC form to limit and help editing MARC biblios.</td>
47 </tr>
48 <tr>
49         <th><a href="/cgi-bin/koha/admin/authtypes.pl">Thesaurus Structure</a></th>
50         <td>Define categories and thesaurus/authority MARC structure.</td>
51 </tr>
52 <tr>
53         <th><a href="/cgi-bin/koha/admin/biblio_framework.pl">Biblio framework (MARC structure)</a></th>
54         <td>the frameworks defined for the MARC editor. Create frameworks, then define the MARC structure (fields &amp; subfields)</td>
55 </tr>
56 <tr>
57         <th><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Links Koha - MARC DB</a></th>
58         <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>
59 </tr>
60 <tr>
61         <th><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Check</a></th>
62         <td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
63
64 <tr>
65 <th colspan="2">Various parameters</th>
66 </tr>
67 <tr>
68         <th><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></th>
69         <td>Printers (UNIX paths).</td>
70 </tr>
71 <tr>
72         <th><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></th>
73         <td>Words deleted during searches.</td>
74 </tr>
75 <tr>
76         <th><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Servers</a></th>
77         <td>Servers to query for MARC data.</td>
78 </tr>
79 </table>
80
81 <table>
82         <caption>Tools</caption>
83         <tr>
84         <th colspan="2">Export</th>
85         </tr>
86         <tr>
87                 <th><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></th>
88                 <td> Exporting in MARC format.</td>
89         </tr>
90         <tr>
91         <th colspan="2">Import</th>
92         </tr>
93         <tr>
94                 <th><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records to the reservoir</a></th>
95                 <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.
96                 </td>
97         </tr>
98         <th colspan="2">Barcode generator</th>
99         </tr>
100         <tr>
101                 <th><a href="/cgi-bin/koha/barcodes/barcodes.pl">Generate barcodes</a></th>
102                 <td>the barcode generator deals with generating barcodes for items you acquire
103                 </td>
104         </tr>
105 </table>
106
107
108 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->