Bug 16426: follow-up of bug 15840 - correctly manage userid while inserting patrons
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Tools</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="tools_tools-home" class="tools">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE 'cat-search.inc' %]
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
10
11 <div id="doc3">
12 <div id="bd">
13         <div class="yui-gb">
14
15 <div class="yui-u first">
16 <h3>Patrons and circulation</h3>
17 <dl>
18     [% IF (CAN_user_tools_manage_patron_lists) %]
19     <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
20     <dd>Manage lists of patrons.</dd>
21     [% END %]
22
23 [% IF ( CAN_user_tools_moderate_comments ) %]
24     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span>[% END %]</dt>
25         <dd>Moderate patron comments. </dd>
26     [% END %]
27     
28     [% IF ( CAN_user_tools_import_patrons ) %]
29     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
30     <dd>Import patron data</dd>
31     [% END %]
32
33     [% IF ( CAN_user_tools_edit_notices ) %]
34     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
35     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
36     [% END %]
37
38     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
39     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
40     <dd>Set notice/status triggers for overdue items</dd>
41     [% END %]
42     
43     [% IF ( CAN_user_tools_label_creator ) %]
44     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
45     <dd>Create printable patron cards</dd>
46     [% END %]
47
48     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
49     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
50     <dd>Batch delete patrons and delete patron circulation history</dd>
51     [% END %]
52
53     [% IF ( CAN_user_tools_edit_patrons ) %]
54     <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
55     <dd>Modify patrons in batch</dd>
56     [% END %]
57
58     [% IF ( CAN_user_tools_moderate_tags ) %]
59     <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a> [% IF ( pendingtags ) %]<span class="holdcount"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span>[% END %]</dt>
60         <dd>Moderate patron tags</dd>
61     [% END %]
62
63     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
64     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
65         <dd>Upload patron images in a batch or one at a time</dd>
66     [% END %]
67         </dl>
68 </div>
69 <div class="yui-u">
70 <h3>Additional tools</h3>
71 <dl>
72     [% IF ( CAN_user_tools_edit_calendar ) %]
73     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
74     <dd>Define days when the library is closed</dd>
75     [% END %]
76
77     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
78     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
79         <dd>Manage CSV export profiles</dd>
80     [% END %]
81
82     [% IF ( CAN_user_tools_view_system_logs ) %]
83         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
84     <dd>Browse the system logs</dd>
85     [% END %]
86
87     [% IF ( CAN_user_tools_edit_news ) %]
88     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
89     <dd>Write news for the OPAC and staff interfaces</dd>
90     [% END %]
91
92     [% IF ( CAN_user_tools_schedule_tasks ) %]
93     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
94     <dd>Schedule tasks to run</dd>
95     [% END %]
96         
97     [% IF ( CAN_user_tools_edit_quotes ) %]
98     <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
99     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
100     [% END %]
101
102     [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
103     <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
104     <dd>Use tool plugins</dd>
105     [% END %]
106
107     [% IF ( CAN_user_tools_upload_general_files ) %]
108     <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
109     <dd>Upload any type of file, manage uploads</dd>
110     [% END %]
111 </dl>
112 </div>
113
114 <div class="yui-u">
115 <h3>Catalog</h3>
116 <dl>
117     [% IF ( CAN_user_tools_items_batchdel ) %]
118     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
119     <dd>Delete a batch of items</dd>
120     [% END %]
121     
122     [% IF ( CAN_user_tools_items_batchmod ) %]
123     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
124     <dd>Modify items in a batch</dd>
125     [% END %]
126
127     [% IF CAN_user_tools_records_batchdel %]
128       <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
129       <dd>Delete a batch of records (bibliographic or authority)</dd>
130     [% END %]
131
132     [% IF CAN_user_tools_records_batchmod %]
133       <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
134       <dd>Modify a batch of records (biblios or authorities)</dd>
135     [% END %]
136
137     [% IF ( CAN_user_tools_items_batchmod ) %]
138       <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
139       <dd>Define rules to modify items by age</dd>
140     [% END %]
141
142     [% IF ( CAN_user_tools_export_catalog ) %]
143     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
144     <dd>Export bibliographic, holdings, and authority records</dd>
145     [% END %]
146
147     [% IF ( CAN_user_tools_inventory ) %]
148     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
149     <dd>Perform inventory (stocktaking) of your catalog</dd>
150     [% END %]
151
152     [% IF ( CAN_user_tools_label_creator ) %]
153     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
154     <dd>Create printable labels and barcodes from catalog data</dd>
155     [% END %]
156     
157     [% IF ( CAN_user_tools_label_creator ) %]
158     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
159     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
160     [% END %]
161
162     [% IF ( CAN_user_tools_rotating_collections ) %]
163     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
164     <dd>Manage rotating collections</dd>
165     [% END %]
166
167     [% IF ( CAN_user_tools_marc_modification_templates ) %]
168     <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
169     <dd>Manage templates for modifying MARC records during import.</dd>
170     [% END %]
171
172     [% IF ( CAN_user_tools_stage_marc_import ) %]
173     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
174     <dd>Stage MARC records into the reservoir.</dd>
175     [% END %]
176
177     [% IF ( CAN_user_tools_manage_staged_marc ) %]
178     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
179     <dd>Managed staged MARC records, including completing and reversing imports</dd>
180     [% END %]
181
182     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
183     <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
184     <dd>Utility to upload scanned cover images for display in OPAC</dd>
185     [% END %]
186
187 </dl>
188 </div>
189
190 </div>
191 </div>
192 [% INCLUDE 'intranet-bottom.inc' %]