3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha › Tools</title>
5 [% INCLUDE 'doc-head-close.inc' %]
7 <body id="tools_tools-home" class="tools">
8 [% INCLUDE 'header.inc' %]
9 [% INCLUDE 'cat-search.inc' %]
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › Tools</div>
13 <div class="container-fluid">
15 <div class="col-sm-4">
16 [% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons
17 || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons
18 || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || CAN_user_tools_batch_upload_patron_images ) %]
19 <h3>Patrons and circulation</h3>
22 [% IF (CAN_user_tools_manage_patron_lists) %]
23 <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
24 <dd>Manage lists of patrons.</dd>
27 [% IF (CAN_user_clubs) %]
28 <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
29 <dd>Manage patron clubs..</dd>
32 [% IF ( CAN_user_tools_moderate_comments ) %]
33 <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
34 <dd>Moderate patron comments. </dd>
37 [% IF ( CAN_user_tools_import_patrons ) %]
38 <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
39 <dd>Import patron data</dd>
42 [% IF ( CAN_user_tools_edit_notices ) %]
43 <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a></dt>
44 <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
47 [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
48 <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
49 <dd>Set notice/status triggers for overdue items</dd>
52 [% IF ( CAN_user_tools_label_creator ) %]
53 <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
54 <dd>Create printable patron cards</dd>
57 [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
58 <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></dt>
59 <dd>Batch delete patrons and delete patron circulation history</dd>
62 [% IF ( CAN_user_tools_edit_patrons ) %]
63 <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
64 <dd>Modify patrons in batch</dd>
67 [% IF ( CAN_user_tools_moderate_tags ) %]
68 <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a> [% IF ( pendingtags ) %]<span class="number_box"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags | html %]</a></span>[% END %]</dt>
69 <dd>Moderate patron tags</dd>
72 [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
73 <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
74 <dd>Upload patron images in a batch or one at a time</dd>
80 <div class="col-sm-4 col-sm-push-4">
81 [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news
82 || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( UseKohaPlugins && CAN_user_plugins_tool )
83 || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
84 <h3>Additional tools</h3>
87 [% IF ( CAN_user_tools_edit_calendar ) %]
88 <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
89 <dd>Define days when the library is closed</dd>
92 [% IF ( CAN_user_tools_manage_csv_profiles ) %]
93 <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
94 <dd>Manage CSV export profiles</dd>
97 [% IF ( CAN_user_tools_view_system_logs ) %]
98 <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
99 <dd>Browse the system logs</dd>
102 [% IF ( CAN_user_tools_edit_news ) %]
103 <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
104 <dd>Write news for the OPAC and staff interfaces</dd>
107 [% IF ( CAN_user_tools_schedule_tasks ) %]
108 <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
109 <dd>Schedule tasks to run</dd>
112 [% IF ( CAN_user_tools_edit_quotes ) %]
113 <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
114 <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
117 [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
118 <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
119 <dd>Use tool plugins</dd>
122 [% IF ( CAN_user_tools_upload_general_files ) %]
123 <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
124 <dd>Upload any type of file, manage uploads</dd>
127 [% IF CAN_user_tools_access_files %]
128 <dt><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></dt>
129 <dd>Access files stored on the server, like log files or reports</dd>
135 <div class="col-sm-4 col-sm-pull-4">
136 [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel
137 || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory
138 || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections
139 || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )
140 || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import
141 || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
145 [% IF ( CAN_user_tools_items_batchdel ) %]
146 <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
147 <dd>Delete a batch of items</dd>
150 [% IF ( CAN_user_tools_items_batchmod ) %]
151 <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
152 <dd>Modify items in a batch</dd>
155 [% IF CAN_user_tools_records_batchdel %]
156 <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
157 <dd>Delete a batch of records (bibliographic or authority)</dd>
160 [% IF CAN_user_tools_records_batchmod %]
161 <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
162 <dd>Modify a batch of records (biblios or authorities)</dd>
165 [% IF ( CAN_user_tools_items_batchmod ) %]
166 <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
167 <dd>Define rules to modify items by age</dd>
170 [% IF ( CAN_user_tools_export_catalog ) %]
171 <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
172 <dd>Export bibliographic, holdings, and authority records</dd>
175 [% IF ( CAN_user_tools_inventory ) %]
176 <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
177 <dd>Perform inventory of your catalog</dd>
180 [% IF ( CAN_user_tools_label_creator ) %]
181 <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
182 <dd>Create printable labels and barcodes from catalog data</dd>
185 [% IF ( CAN_user_tools_label_creator ) %]
186 <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
187 <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
190 [% IF ( CAN_user_tools_rotating_collections ) %]
191 <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
192 <dd>Manage rotating collections</dd>
195 [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
196 <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
197 <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
200 [% IF ( CAN_user_tools_marc_modification_templates ) %]
201 <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
202 <dd>Manage templates for modifying MARC records during import.</dd>
205 [% IF ( CAN_user_tools_stage_marc_import ) %]
206 <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
207 <dd>Stage MARC records into the reservoir.</dd>
210 [% IF ( CAN_user_tools_manage_staged_marc ) %]
211 <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
212 <dd>Managed staged MARC records, including completing and reversing imports</dd>
215 [% IF ( CAN_user_tools_upload_local_cover_images ) %]
216 <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
217 <dd>Utility to upload scanned cover images for display in OPAC</dd>
225 [% INCLUDE 'intranet-bottom.inc' %]