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