batch import rework -- implement stage-commit-undo for batch import
[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         </dl>
26 </div>
27 <div class="yui-u">
28         <dl>
29     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
30     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
31
32     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
33     <dd>Set notice/status triggers for overdue items</dd>
34
35         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
36     <dd>Browse the system logs</dd>
37
38     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
39     <dd>Perform inventory (stocktaking) of your catalogue</dd>
40         <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import Borrowers</a></dt>
41     <dd>Import borrowers data.</dd>
42         
43     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC Records For Import</a></dt>
44     <dd>Stage MARC records into the reservoir.</dd>
45
46     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage Staged MARC Records</a></dt>
47     <dd>Managed staged MARC records, including completing and reversing imports.</dd>
48         </dl>
49 </div>
50 <div class="yui-u">
51 <dl>
52     <dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
53     <dd>Export bibliographic and holdings data</dd>
54
55     <dt><a href="/cgi-bin/koha/tools/import.pl">Reservoir import</a></dt>
56     <dd>Import data into the reservoir.</dd>
57
58     <dt><a href="/cgi-bin/koha/tools/import.pl">Import bibliographic and holdings</a></dt>
59     <dd>Import bibliographic and holdings data.</dd>
60
61     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
62     <dd>Import patron data.</dd>
63
64     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonomize, bulk-delete)</a></dt>
65     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
66
67     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler</a></dt>
68     <dd>Schedule tasks to run</dd>
69         
70         <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Moderate reviews</a></dt>
71     <dd>Moderate reviews submitted by patrons</dd>
72
73
74 </dl>
75 </div>
76
77 </div>
78 </div>
79 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->