6 <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li>
8 [% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons
9 || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons
10 || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
11 <h5>Patrons and circulation</h5>
13 [% IF ( CAN_user_tools_manage_patron_lists ) %]
14 <li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
16 [% IF (CAN_user_clubs) %]
17 <li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li>
19 [% IF ( CAN_user_tools_moderate_comments ) %]
20 <li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li>
22 [% IF ( CAN_user_tools_import_patrons ) %]
23 <li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
25 [% IF ( CAN_user_tools_edit_notices ) %]
26 <li><a href="/cgi-bin/koha/tools/letter.pl">Notices & slips</a></li>
28 [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
29 <li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li>
31 [% IF ( CAN_user_tools_label_creator ) %]
32 <li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li>
34 [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
35 <li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></li>
37 [% IF ( CAN_user_tools_edit_patrons ) %]
38 <li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li>
40 [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
41 <li><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></li>
43 [% IF ( CAN_user_tools_moderate_tags ) %]
44 <li><a href="/cgi-bin/koha/tags/review.pl">Tag moderation</a></li>
46 [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
47 <li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li>
51 [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel
52 || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory
53 || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections
54 || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )
55 || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import
56 || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
59 [% IF ( CAN_user_tools_items_batchdel ) %]
60 <li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li>
62 [% IF ( CAN_user_tools_items_batchmod ) %]
63 <li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></li>
65 [% IF CAN_user_tools_records_batchdel %]
66 <li><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></li>
68 [% IF CAN_user_tools_records_batchmod %]
69 <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li>
71 [% IF CAN_user_tools_items_batchmod %]
72 <li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li>
74 [% IF ( CAN_user_tools_export_catalog ) %]
75 <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
77 [% IF ( CAN_user_tools_inventory ) %]
78 <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
80 [% IF ( CAN_user_tools_label_creator ) %]
81 <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
82 <li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li>
84 [% IF ( CAN_user_tools_rotating_collections ) %]
85 <li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li>
87 [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
88 <li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li>
90 [% IF ( CAN_user_tools_marc_modification_templates ) %]
91 <li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li>
93 [% IF ( CAN_user_tools_stage_marc_import ) %]
94 <li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li>
96 [% IF ( CAN_user_tools_manage_staged_marc ) %]
97 <li><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC management</a></li>
99 [% IF ( CAN_user_tools_upload_local_cover_images ) %]
100 <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></li>
104 [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news
105 || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )
106 || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
107 <h5>Additional tools</h5>
109 [% IF ( CAN_user_tools_edit_calendar ) %]
110 <li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
112 [% IF ( CAN_user_tools_manage_csv_profiles ) %]
113 <li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li>
115 [% IF ( CAN_user_tools_view_system_logs ) %]
116 <li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
118 [% IF ( CAN_user_tools_edit_news ) %]
119 <li><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></li>
121 [% IF ( CAN_user_tools_schedule_tasks ) %]
122 <li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li>
124 [% IF ( CAN_user_tools_edit_quotes ) %]
125 <li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li>
127 [% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) %]
128 <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li>
130 [% IF ( CAN_user_tools_upload_general_files ) %]
131 <li><a href="/cgi-bin/koha/tools/upload.pl">Upload any file</a></li>
133 [% IF ( CAN_user_tools_access_files ) %]
134 <li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li>
136 [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
137 <li><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></li>