Sixth installment Patron card generation feature
[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 and Patron Card Creator</a></dt>
21     <dd>Create printable labels and barcodes from catalog data and patron cards from patron data</dd>
22
23     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
24     <dd>Define days when the library is closed</dd>
25
26     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></dt>
27         <dd>Moderate patron comments</dd>
28         </dl>
29 </div>
30 <div class="yui-u">
31         <dl>
32     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
33     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
34
35     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
36     <dd>Set notice/status triggers for overdue items</dd>
37
38         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
39     <dd>Browse the system logs</dd>
40
41     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
42     <dd>Perform inventory (stocktaking) of your catalogue</dd>
43         
44         </dl>
45 </div>
46 <div class="yui-u">
47 <dl>
48     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC Records For Import</a></dt>
49     <dd>Stage MARC records into the reservoir.</dd>
50
51     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage Staged MARC Records</a></dt>
52     <dd>Managed staged MARC records, including completing and reversing imports</dd>
53
54     <dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
55     <dd>Export bibliographic and holdings data</dd>
56
57     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
58     <dd>Import patron data</dd>
59
60     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonomize, bulk-delete)</a></dt>
61     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
62
63     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
64         <dd>Upload patron images in batch or one at a time</dd>
65
66     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task Scheduler</a></dt>
67     <dd>Schedule tasks to run</dd>
68         
69 </dl>
70 </div>
71
72 </div>
73 </div>
74 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->