Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[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>
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_moderate_comments ) %]
19     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></dt>
20         <dd>Moderate patron comments</dd>
21     [% END %]
22     
23     [% IF ( CAN_user_tools_import_patrons ) %]
24     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
25     <dd>Import patron data</dd>
26     [% END %]
27
28     [% IF ( CAN_user_tools_edit_notices ) %]
29     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
30     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
31     [% END %]
32
33     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
34     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
35     <dd>Set notice/status triggers for overdue items</dd>
36     [% END %]
37     
38     [% IF ( CAN_user_tools_label_creator ) %]
39     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
40     <dd>Create printable patron cards</dd>
41     [% END %]
42
43     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
44     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonymize, bulk-delete)</a></dt>
45     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
46     [% END %]
47
48     [% IF ( CAN_user_tools_moderate_tags ) %]
49     <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a></dt>
50         <dd>Moderate patron tags</dd>
51     [% END %]
52
53     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
54     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
55         <dd>Upload patron images in batch or one at a time</dd>
56     [% END %]
57
58
59
60         </dl>
61 </div>
62 <div class="yui-u">
63 <h3>Additional Tools</h3>
64 <dl>
65     [% IF ( CAN_user_tools_edit_calendar ) %]
66     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
67     <dd>Define days when the library is closed</dd>
68     [% END %]
69
70     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
71     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
72         <dd>Manage CSV export profiles</dd>
73     [% END %]
74
75     [% IF ( CAN_user_tools_view_system_logs ) %]
76         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
77     <dd>Browse the system logs</dd>
78     [% END %]
79
80     [% IF ( CAN_user_tools_edit_news ) %]
81     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
82     <dd>Write news for the OPAC and staff interfaces</dd>
83     [% END %]
84
85     [% IF ( CAN_user_tools_schedule_tasks ) %]
86     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
87     <dd>Schedule tasks to run</dd>
88     [% END %]
89         
90
91 </dl>
92 </div>
93 <div class="yui-u">
94 <h3>Catalog</h3>
95 <dl>
96     [% IF ( CAN_user_tools_items_batchdel ) %]
97     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
98     <dd>Delete a batch of items</dd>
99     [% END %]
100     
101     [% IF ( CAN_user_tools_items_batchmod ) %]
102     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
103     <dd>Modify items in a batch</dd>
104     [% END %]
105     
106     [% IF ( CAN_user_tools_export_catalog ) %]
107     <dt><a href="/cgi-bin/koha/tools/export.pl">Export bibliographic and holdings</a></dt>
108     <dd>Export bibliographic and holdings data</dd>
109     [% END %]
110
111     [% IF ( CAN_user_tools_inventory ) %]
112     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
113     <dd>Perform inventory (stocktaking) of your catalog</dd>
114     [% END %]
115
116     [% IF ( CAN_user_tools_label_creator ) %]
117     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
118     <dd>Create printable labels and barcodes from catalog data</dd>
119     [% END %]
120     
121     [% IF ( CAN_user_tools_label_creator ) %]
122     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
123     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
124     [% END %]
125
126 <!--
127     [% IF ( CAN_user_tools_rotating_collections ) %]
128     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
129         <dd>Manage Rotating Collections</dd>
130     [% END %]
131 -->
132
133     [% IF ( CAN_user_tools_stage_marc_import ) %]
134     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
135     <dd>Stage MARC records into the reservoir.</dd>
136     [% END %]
137
138     [% IF ( CAN_user_tools_manage_staged_marc ) %]
139     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
140     <dd>Managed staged MARC records, including completing and reversing imports</dd>
141     [% END %]
142
143 </dl>
144 </div>
145
146 </div>
147 </div>
148 [% INCLUDE 'intranet-bottom.inc' %]