Bug 10565: Add a "Patron List" feature for storing and manipulating collections of...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Tools</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="tools_tools-home" class="tools">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE '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 <h3>Patrons and circulation</h3>
17 <dl>
18     <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
19     <dd>Manage lists of patrons.</dd>
20
21 [% IF ( CAN_user_tools_moderate_comments ) %]
22     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span>[% END %]</dt>
23         <dd>Moderate patron comments. </dd>
24     [% END %]
25     
26     [% IF ( CAN_user_tools_import_patrons ) %]
27     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
28     <dd>Import patron data</dd>
29     [% END %]
30
31     [% IF ( CAN_user_tools_edit_notices ) %]
32     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
33     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
34     [% END %]
35
36     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
37     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
38     <dd>Set notice/status triggers for overdue items</dd>
39     [% END %]
40     
41     [% IF ( CAN_user_tools_label_creator ) %]
42     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
43     <dd>Create printable patron cards</dd>
44     [% END %]
45
46     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
47     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
48     <dd>Batch delete patrons and delete patron circulation history</dd>
49     [% END %]
50
51     [% IF ( CAN_user_tools_edit_patrons ) %]
52     <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
53     <dd>Modify patrons in batch</dd>
54     [% END %]
55
56     [% IF ( CAN_user_tools_moderate_tags ) %]
57     <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a> [% IF ( pendingtags ) %]<span class="holdcount"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span>[% END %]</dt>
58         <dd>Moderate patron tags</dd>
59     [% END %]
60
61     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
62     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
63         <dd>Upload patron images in batch or one at a time</dd>
64     [% END %]
65
66
67
68         </dl>
69 </div>
70 <div class="yui-u">
71 <h3>Additional tools</h3>
72 <dl>
73     [% IF ( CAN_user_tools_edit_calendar ) %]
74     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
75     <dd>Define days when the library is closed</dd>
76     [% END %]
77
78     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
79     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
80         <dd>Manage CSV export profiles</dd>
81     [% END %]
82
83     [% IF ( CAN_user_tools_view_system_logs ) %]
84         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
85     <dd>Browse the system logs</dd>
86     [% END %]
87
88     [% IF ( CAN_user_tools_edit_news ) %]
89     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
90     <dd>Write news for the OPAC and staff interfaces</dd>
91     [% END %]
92
93     [% IF ( CAN_user_tools_schedule_tasks ) %]
94     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
95     <dd>Schedule tasks to run</dd>
96     [% END %]
97         
98     [% IF ( CAN_user_tools_edit_quotes ) %]
99     <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
100     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
101     [% END %]
102
103     [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
104     <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool Plugins</a></dt>
105     <dd>Use tool plugins</dd>
106     [% END %]
107
108 </dl>
109 </div>
110 <div class="yui-u">
111 <h3>Catalog</h3>
112 <dl>
113     [% IF ( CAN_user_tools_items_batchdel ) %]
114     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
115     <dd>Delete a batch of items</dd>
116     [% END %]
117     
118     [% IF ( CAN_user_tools_items_batchmod ) %]
119     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
120     <dd>Modify items in a batch</dd>
121     [% END %]
122     
123     [% IF ( CAN_user_tools_export_catalog ) %]
124     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
125     <dd>Export bibliographic, holdings, and authority records</dd>
126     [% END %]
127
128     [% IF ( CAN_user_tools_inventory ) %]
129     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
130     <dd>Perform inventory (stocktaking) of your catalog</dd>
131     [% END %]
132
133     [% IF ( CAN_user_tools_label_creator ) %]
134     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
135     <dd>Create printable labels and barcodes from catalog data</dd>
136     [% END %]
137     
138     [% IF ( CAN_user_tools_label_creator ) %]
139     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
140     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
141     [% END %]
142
143 <!--
144     [% IF ( CAN_user_tools_rotating_collections ) %]
145     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
146         <dd>Manage Rotating Collections</dd>
147     [% END %]
148 -->
149
150     [% IF ( CAN_user_tools_stage_marc_import ) %]
151     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
152     <dd>Stage MARC records into the reservoir.</dd>
153     [% END %]
154
155     [% IF ( CAN_user_tools_manage_staged_marc ) %]
156     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
157     <dd>Managed staged MARC records, including completing and reversing imports</dd>
158     [% END %]
159
160     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
161     <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
162     <dd>Utility to upload scanned cover images for display in OPAC</dd>
163     [% END %]
164
165 </dl>
166 </div>
167
168 </div>
169 </div>
170 [% INCLUDE 'intranet-bottom.inc' %]