adding back patron images upload, no idea why it was removed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Tools</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
10
11 <div id="doc3">
12 <div id="bd">
13         <div class="yui-gb">
14
15 <div class="yui-u first">
16 <dl>
17     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
18     <dd>Write news for the OPAC and staff interfaces.</dd>
19         
20     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
21     <dd>Create printable labels and barcodes from catalog data.</dd>
22
23     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></dt>
24     <dd>Define holidays (days where the library is closed)</dd>
25
26     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Reviews</a></dt>
27         <dd>Manage OPAC reviews</dd>
28
29         </dl>
30 </div>
31 <div class="yui-u">
32         <dl>
33     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
34     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
35
36     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
37     <dd>Set notice/status triggers for overdue items</dd>
38
39         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
40     <dd>Browse the system logs</dd>
41
42     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
43     <dd>Perform inventory (stocktaking) of your catalogue</dd>
44         
45         </dl>
46 </div>
47 <div class="yui-u">
48 <dl>
49     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC Records For Import</a></dt>
50     <dd>Stage MARC records into the reservoir.</dd>
51
52     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage Staged MARC Records</a></dt>
53     <dd>Managed staged MARC records, including completing and reversing imports.</dd>
54
55     <dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
56     <dd>Export bibliographic and holdings data</dd>
57
58     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
59     <dd>Import patron data.</dd>
60
61     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonomize, bulk-delete)</a></dt>
62     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
63
64     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
65         <dd>Upload patron images in batch or one at a time</dd>
66
67     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task Scheduler</a></dt>
68     <dd>Schedule tasks to run</dd>
69         
70 </dl>
71 </div>
72
73 </div>
74 </div>
75 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->