Bug 25334: (QA follow-up) Update overduerules.tt
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
1 [% USE Koha %]
2
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha &rsaquo; Tools</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 </head>
7 <body id="tools_tools-home" class="tools">
8 [% INCLUDE 'header.inc' %]
9 [% INCLUDE 'cat-search.inc' %]
10
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
12
13 <div class="container-fluid">
14     <div class="row">
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_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
19 <h3>Patrons and circulation</h3>
20 [% END %]
21 <dl>
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>
25     [% END %]
26
27     [% IF (CAN_user_clubs) %]
28     <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
29     <dd>Manage patron clubs</dd>
30     [% END %]
31
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>
35     [% END %]
36     
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>
40     [% END %]
41
42     [% IF ( CAN_user_tools_edit_notices ) %]
43     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
44     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
45     [% END %]
46
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>
50     [% END %]
51     
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>
55     [% END %]
56
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>
60     [% END %]
61
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>
65     [% END %]
66
67     [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
68     <dt><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></dt>
69     <dd>Modify the due date checkouts in batch</dd>
70     [% END %]
71
72     [% IF ( CAN_user_tools_moderate_tags ) %]
73     <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>
74     <dd>Moderate patron tags</dd>
75     [% END %]
76
77     [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
78     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
79     <dd>Upload patron images in a batch or one at a time</dd>
80     [% END %]
81
82     </dl>
83 </div>
84
85
86 <div class="col-sm-4 col-sm-push-4">
87 [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news
88   || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )
89   || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
90 <h3>Additional tools</h3>
91 [% END %]
92 <dl>
93     [% IF ( CAN_user_tools_edit_calendar ) %]
94     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
95     <dd>Define days when the library is closed</dd>
96     [% END %]
97
98     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
99     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
100     <dd>Manage CSV export profiles</dd>
101     [% END %]
102
103     [% IF ( CAN_user_tools_view_system_logs ) %]
104     <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
105     <dd>Browse the system logs</dd>
106     [% END %]
107
108     [% IF ( CAN_user_tools_edit_news ) %]
109     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
110     <dd>Write news for the OPAC and staff interfaces</dd>
111     [% END %]
112
113     [% IF ( CAN_user_tools_schedule_tasks ) %]
114     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
115     <dd>Schedule tasks to run</dd>
116     [% END %]
117
118     [% IF ( CAN_user_tools_edit_quotes ) %]
119     <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
120     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
121     [% END %]
122
123     [% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool && tool_plugins ) %]
124     <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
125     <dd>
126         Use tool plugins
127         <ul>
128         [% FOREACH plugin IN tool_plugins %]
129             <li class="plugin_link">
130                 <a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=tool">
131                     <span class="plugin_name">[% plugin.metadata.name | html %]</span>
132                 </a>
133             </li>
134         [% END %]
135         </ul>
136     </dd>
137     [% END %]
138
139     [% IF ( CAN_user_tools_upload_general_files ) %]
140     <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
141     <dd>Upload any type of file, manage uploads</dd>
142     [% END %]
143
144     [% IF CAN_user_tools_access_files %]
145     <dt><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></dt>
146     <dd>Access files stored on the server, like log files or reports</dd>
147     [% END %]
148
149     [% IF ( Koha.Preference('UseCashRegisters') && CAN_user_cash_management_cashup ) %]
150         <dt><a href="/cgi-bin/koha/pos/registers.pl">Cashup registers</a></dt>
151         <dd>Perform cashup actions on cash registers</dd>
152     [% END %]
153
154     [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
155         <dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt>
156         <dd>Manage OPAC problem reports submitted by patrons</dd>
157     [% END %]
158
159 </dl>
160 </div>
161
162 <div class="col-sm-4 col-sm-pull-4">
163 [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel
164   || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory
165   || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections
166   || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )
167   || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import
168   || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
169 <h3>Catalog</h3>
170 [% END %]
171 <dl>
172     [% IF ( CAN_user_tools_items_batchdel ) %]
173     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
174     <dd>Delete a batch of items</dd>
175     [% END %]
176     
177     [% IF ( CAN_user_tools_items_batchmod ) %]
178     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
179     <dd>Modify items in a batch</dd>
180     [% END %]
181
182     [% IF CAN_user_tools_records_batchdel %]
183       <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
184       <dd>Delete a batch of records (bibliographic or authority)</dd>
185     [% END %]
186
187     [% IF CAN_user_tools_records_batchmod %]
188       <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
189       <dd>Modify a batch of records (biblios or authorities)</dd>
190     [% END %]
191
192     [% IF ( CAN_user_tools_items_batchmod ) %]
193       <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
194       <dd>Define rules to modify items by age</dd>
195     [% END %]
196
197     [% IF ( CAN_user_tools_export_catalog ) %]
198     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
199     <dd>Export bibliographic, holdings, and authority records</dd>
200     [% END %]
201
202     [% IF ( CAN_user_tools_inventory ) %]
203     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
204     <dd>Perform inventory of your catalog</dd>
205     [% END %]
206
207     [% IF ( CAN_user_tools_label_creator ) %]
208     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
209     <dd>Create printable labels and barcodes from catalog data</dd>
210     [% END %]
211     
212     [% IF ( CAN_user_tools_label_creator ) %]
213     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
214     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
215     [% END %]
216
217     [% IF ( CAN_user_tools_rotating_collections ) %]
218     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
219     <dd>Manage rotating collections</dd>
220     [% END %]
221
222     [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
223     <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
224     <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
225     [% END %]
226
227     [% IF ( CAN_user_tools_marc_modification_templates ) %]
228     <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
229     <dd>Manage templates for modifying MARC records during import</dd>
230     [% END %]
231
232     [% IF ( CAN_user_tools_stage_marc_import ) %]
233     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
234     <dd>Stage MARC records into the reservoir</dd>
235     [% END %]
236
237     [% IF ( CAN_user_tools_manage_staged_marc ) %]
238     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
239     <dd>Managed staged MARC records, including completing and reversing imports</dd>
240     [% END %]
241
242     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
243     <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
244     <dd>Utility to upload scanned cover images for display in OPAC</dd>
245     [% END %]
246
247 </dl>
248 </div>
249
250 </div>
251
252 [% INCLUDE 'intranet-bottom.inc' %]