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