Bug 30952: Staff interface redesign (header)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / guided_reports_start.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE AuthorisedValues %]
4 [% USE KohaDates %]
5 [% USE Koha %]
6 [% USE TablesSettings %]
7 [% USE JSON.Escape %]
8 [% PROCESS 'i18n.inc' %]
9 [% SET footerjs = 1 %]
10
11 [%- BLOCK area_name -%]
12     [%- SWITCH area -%]
13         [%- CASE 'CIRC' -%]<span>Circulation</span>
14         [%- CASE 'CAT'  -%]<span>Catalog</span>
15         [%- CASE 'PAT'  -%]<span>Patrons</span>
16         [%- CASE 'ACQ'  -%]<span>Acquisitions</span>
17         [%- CASE 'ACC'  -%]<span>Accounts</span>
18         [%- CASE 'SER'  -%]<span>Serials</span>
19     [%- END -%]
20 [%- END -%]
21
22 [% INCLUDE 'doc-head-open.inc' %]
23
24 <title>
25     [%- IF ( saved1 ) -%]
26         Saved reports &rsaquo; [%- ELSIF ( create ) -%]
27         Create from SQL &rsaquo; [%- ELSIF ( showsql ) -%]
28         SQL view &rsaquo; Saved reports &rsaquo; [%- ELSIF ( execute ) -%]
29         Report [% name | html %] ([% id | html %]) &rsaquo; Saved reports &rsaquo; [%- ELSIF ( editsql ) -%]
30         Edit report [% reportname | html %] ([% id | html %]) &rsaquo; Saved reports &rsaquo; [%- END -%]
31
32     [%- IF ( build1 ) -%]
33         Build a report, step 1 of 6: Choose a module &rsaquo; [%- ELSIF ( build2 ) -%]
34         Build a report, step 2 of 6: Pick a report type &rsaquo; [%- ELSIF ( build3 ) -%]
35         Build a report, step 3 of 6: Select columns for display &rsaquo; [%- ELSIF ( build4 ) -%]
36         Build a report, step 4 of 6: Select criteria to limit on &rsaquo; [%- ELSIF ( build5 ) -%]
37         Build a report, step 5 of 6: Pick which columns to total &rsaquo; [%- ELSIF ( build6 ) -%]
38         Build a report, step 6 of 6: Select how you want the report ordered &rsaquo; [%- END -%]
39     Guided reports wizard &rsaquo; Reports &rsaquo; Koha
40 </title>
41
42 [% INCLUDE 'doc-head-close.inc' %]
43 [% Asset.css("lib/codemirror/codemirror.min.css") | $raw %]
44 <style>
45     .CodeMirror {
46         resize:  vertical;
47     }
48     .cm-sqlParams {
49         color: #11917B;
50     }
51     .cm-columnPlaceholder {
52         color: #BF2D5D;
53     }
54     #mana_search_errortext {
55         font-family: monospace; font-weight: bold;
56     }
57     .data-plain {
58         display: none;
59     }
60 </style>
61 [% Asset.css("css/reports.css") | $raw %]
62 [% Asset.css("lib/d3c3/c3.min.css") | $raw %]
63 </head>
64
65 <body id="rep_guided_reports_start" class="rep">
66 [% WRAPPER 'header.inc' %]
67     [% INCLUDE 'circ-search.inc' %]
68 [% END %]
69
70 [% WRAPPER 'sub-header.inc' %]
71 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
72     <ol>
73         <li>
74             <a href="/cgi-bin/koha/mainpage.pl"><i class="fa fa-home"></i></a>
75         </li>
76         <li>
77             <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a>
78         </li>
79         <li>
80             <a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a>
81         </li>
82
83         [% IF ( saved1 ) %]
84             <li>
85                 <a href="#" aria-current="page">
86                     Saved reports
87                 </a>
88             </li>
89         [% ELSIF ( create ) %]
90             <li>
91                 <a href="#" aria-current="page">
92                     Create from SQL
93                 </a>
94             </li>
95         [% ELSIF ( showsql ) %]
96             <li>
97                 <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a>
98             </li>
99             <li>
100                 <a href="#" aria-current="page">
101                     [% reportname | html %] ([% id | html %])
102                 </a>
103             </li>
104         [% ELSIF ( editsql ) %]
105             <li>
106                 <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a>
107             </li>
108             <li>
109                 <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&amp;phase=Show%20SQL">[% reportname | html %] ([% id | html %])</a>
110             </li>
111             <li>
112                 <a href="#" aria-current="page">
113                     Edit
114                 </a>
115             </li>
116         [% ELSIF ( execute ) %]
117             <li>
118                 <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a>
119             </li>
120             <li>
121                 <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | uri %]&amp;phase=Show%20SQL">[% name | html %] ([% id | html %])</a>
122             </li>
123             <li>
124                 <a href="#" aria-current="page">
125                     Run
126                 </a>
127             </li>
128         [% ELSIF ( build1 || build2 || build3 || build4 || build5 || build6 ) %]
129             <li>
130                 <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a report</a>
131             </li>
132             <li>
133                 <a href="#" aria-current="page">
134                     [% IF ( build1 ) %]
135                         <span>Step 1 of 6: Choose a module</span>
136                     [% ELSIF ( build2 ) %]
137                         <span>Step 2 of 6: Pick a report type</span>
138                     [% ELSIF ( build3 ) %]
139                         <span>Step 3 of 6: Select columns for display</span>
140                     [% ELSIF ( build4 ) %]
141                         <span>Step 4 of 6: Select criteria to limit on</span>
142                     [% ELSIF ( build5 ) %]
143                         <span>Step 5 of 6: Pick which columns to total</span>
144                     [% ELSIF ( build6 ) %]
145                         <span>Step 6 of 6: Select how you want the report ordered</span>
146                     [% END %]
147                 </a>
148         [% END %]
149     </ol>
150 </nav> <!-- /#breadcrumbs -->
151 [% END %]
152
153 <div id="update_sql" class="modal" tabindex="-1" role="dialog" aria-labelledby="update_sql_label" aria-hidden="true">
154     <div class="modal-dialog">
155         <div class="modal-content">
156             <div class="modal-header">
157                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
158                 <h3 id="update_sql_label">Update SQL</h3>
159             </div>
160             <div class="modal-body">
161                 <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
162             </div>
163             <div class="modal-footer">
164                 <a href="#" class="btn btn-default" id="update_sql_button" role="button" data-toggle="modal">Update</a>
165                 <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
166             </div>
167         </div> <!-- /.modal-content -->
168     </div> <!-- /.modal-dialog -->
169 </div> <!-- #update_sql -->
170
171 <div class="main container-fluid">
172     <div class="row">
173         <div class="col-sm-10 col-sm-push-2">
174             <main>
175
176                 [% INCLUDE "reports-toolbar.inc" %]
177
178                 [% IF ( start ) %]
179                     <h1>Guided reports</h1>
180                     <p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p>
181
182                     <h3>Build and run reports</h3>
183
184                     [% IF ( CAN_user_reports_create_reports ) %]
185                         <form action="/cgi-bin/koha/reports/guided_reports.pl">
186                             <input type="hidden" name="phase" value="Build new" />
187                             <input type="submit" name="submit" value="Build new"/>
188                         </form>
189                     [% END %]
190
191                     [% IF ( CAN_user_reports_execute_reports ) %]
192                         <form action="/cgi-bin/koha/reports/guided_reports.pl">
193                             <input type="hidden" name="phase" value="Use saved"/>
194                             <input type="submit" name="submit" value="Use saved"/>
195                         </form>
196                     [% END %]
197
198                     [% IF ( CAN_user_reports_create_reports ) %]
199                         <form action="/cgi-bin/koha/reports/guided_reports.pl">
200                             <input type="hidden" name="phase" value="Create report from SQL"/>
201                             <input type="submit" name="submit" value="Create report from SQL"/>
202                         </form>
203                     [% END %]
204
205                     <h3>Reports Dictionary</h3>
206                     <p>Use the reports dictionary to define custom criteria to use in your reports</p>
207                     <form action="/cgi-bin/koha/reports/dictionary.pl">
208                         <input type="hidden" name="phase" value="View Dictionary"/>
209                         <input type="submit" name="submit" value="View dictionary"/>
210                     </form>
211                 [% END # /IF (start) %]
212
213                 [% IF report_converted %]
214                     <div class="dialog message">
215                         The report "[% report_converted | html %]" has been converted.
216                     </div>
217                 [% END %]
218
219                 [% IF report_converted %]
220                     <div class="dialog message">
221                         The report "[% report_converted | html %]" has been converted.
222                     </div>
223                 [% END %]
224
225                 [% IF ( saved1 ) %]
226                         <h1>Saved reports</h1>
227                     [% IF ( savedreports ) %]
228
229                         [% IF ( filters.date || filters.author || filters.keyword ) %]
230                             <p>Filtered by:
231                                 <span class="filter">
232                                     [% IF ( filters.date ) %]
233                                         <span class="filter_date"><strong>Date:</strong> [% filters.date | html %]</span>
234                                     [% END %]
235                                     [% IF ( filters.author ) %]
236                                         <span class="filter_author"><strong>Author:</strong> [% filters.author | html %]</span>
237                                     [% END %]
238                                     [% IF ( filters.keyword ) %]
239                                         <span class="filter_keyword"><strong>Keyword:</strong> [% filters.keyword | html %]</span>
240                                     [% END %]
241                                     <a class="clear_filter" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1"><i class="fa fa-remove"></i> Clear</a>
242                                 </span>
243                             </p>
244                         [% END %]
245
246                         <div id="tabs" class="toptabs">
247                             <ul class="nav nav-tabs" role="tablist">
248                                 <li role="presentation" class="active">
249                                     <a href="#reports" aria-controls="reports" role="tab" data-toggle="tab">All</a>
250                                 </li>
251                                 [% FOREACH group IN groups_with_subgroups %]
252                                     <li role="presentation">
253                                         <a id="[% group.id | html %]" href="#reports" aria-controls="reports" role="tab" data-toggle="tab">[% group.name | html %]</a>
254                                     </li>
255                                 [% END %]
256                             </ul>
257
258                             <div class="tab-content">
259                                 <div id="reports" role="tabpanel" class="tab-pane active">
260                                     <div id="subgroup_filter_block">
261                                         <label for="subgroup_filter">Subgroup:</label>
262                                         <select id="subgroup_filter">
263                                             <option value="">All</option>
264                                         </select>
265                                     </div>
266
267                                     [% IF (Koha.Preference('Mana') == 1) %]
268                                         [% IF manamsg %]
269                                             <div id="mana_search_message" class="dialog message">
270                                                 <p> [% manamsg | html %] </p>
271                                             </div>
272                                         [% END %]
273                                     [% END %]
274
275                                     <form action="/cgi-bin/koha/reports/guided_reports.pl" id="reports_form" method="post">
276                                         <input type="hidden" name="phase" value="Delete Multiple" />
277                                         <table id="table_reports">
278                                             <thead>
279                                                 <tr>
280                                                     <th class="NoSort">&nbsp;</th>
281                                                     <th>ID</th>
282                                                     <th>Report name</th>
283                                                     <th>Type</th>
284                                                     <th>Group</th>
285                                                     <th>Subgroup</th>
286                                                     <th>Notes</th>
287                                                     <th>Author</th>
288                                                     <th>Creation date</th>
289                                                     <th>Last edit</th>
290                                                     <th>Last run</th>
291                                                     <th class="report_public">Public</th>
292                                                     <th class="report_json_url">JSON URL</th>
293                                                     [% IF (usecache) %]
294                                                         <th>Cache expiry (seconds)</th>
295                                                     [% ELSE %]
296                                                         <th class="NoVisible">Cache expiry (seconds)</th>
297                                                     [% END %]
298                                                     <th>Saved results</th>
299                                                     [% IF has_obsolete_reports %]
300                                                         <th>Update</th>
301                                                     [% ELSE %]
302                                                         <th class="NoVisible">Update</th>
303                                                     [% END %]
304                                                     <th class="NoSort noExport">Actions</th>
305                                                 </tr>
306                                             </thead>
307                                             <tbody>
308                                                 [% FOREACH savedreport IN savedreports %]
309                                                     [% UNLESS ( loop.odd ) %]<tr class="odd">[% ELSE %]<tr>[% END %]
310                                                         <td class="report_checkbox">
311                                                             [% IF ( CAN_user_reports_delete_reports ) %] <!-- not break CSS -->
312                                                                 <input type="checkbox" name="ids" id="ids[% savedreport.id | html %]" value="[% savedreport.id | html %]" />
313                                                             [% END %]
314                                                             <input type="hidden" class="report_sql" value="[% savedreport.savedsql |html %]">
315                                                         </td>
316                                                         <td class="report_id">
317                                                             <label for="ids[% savedreport.id | html %]">[% savedreport.id | html %]</label>
318                                                         </td>
319                                                         <td class="report_name">
320                                                             [% IF ( savedreport.report_name ) %]
321                                                                 [% savedreport.report_name | html %]
322                                                             [% ELSE %]
323                                                                 [ no name ]
324                                                             [% END %]
325                                                         </td>
326                                                         <td class="report_type">
327                                                             [% savedreport.type | html %]
328                                                         </td>
329                                                         <td class="report_group">
330                                                             [% savedreport.groupname | html %]
331                                                         </td>
332                                                         <td>
333                                                             [% savedreport.subgroupname | html %]
334                                                         </td>
335                                                         <td class="report_notes">
336                                                             [% savedreport.notes | html %]
337                                                         </td>
338                                                         <td>
339                                                             [%- savedreport.borrowersurname | html -%][%- IF ( savedreport.borrowerfirstname ) -%], [%- savedreport.borrowerfirstname | html -%][%- END -%]
340                                                             ([% savedreport.borrowernumber | html %])
341                                                         </td>
342                                                         <td data-order="[% savedreport.date_created | html %]">
343                                                             [% savedreport.date_created | $KohaDates %]
344                                                         </td>
345                                                         <td data-order="[% savedreport.last_modified | html %]">
346                                                             [% savedreport.last_modified | $KohaDates  with_hours => 1 %]
347                                                         </td>
348                                                         <td data-order="[% savedreport.last_run | html %]">
349                                                             [% savedreport.last_run | $KohaDates  with_hours => 1 %]
350                                                         </td>
351                                                         <td class="report_public">
352                                                             [% IF (savedreport.public) %]
353                                                                 Yes
354                                                             [% ELSE %]
355                                                                 No
356                                                             [% END %]
357                                                         </td>
358                                                         <td class="report_json_url">
359                                                             [% IF (savedreport.public) %]
360                                                                 <a href="[% OPACBaseURL | url %]/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% OPACBaseURL | html %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
361                                                             [% ELSE %]
362                                                                 <a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% Koha.Preference('staffClientBaseURL') | html %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
363                                                             [% END %]
364                                                         </td>
365                                                         <td>
366                                                             [% savedreport.cache_expiry | html %]
367                                                         </td>
368                                                         <td>
369                                                             [% FOR result IN savedreport.results %]
370                                                                 <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=retrieve%20results&amp;id=[% result.id | uri %]">[% result.date_run | html %]</a>
371                                                                 <br/>
372                                                             [% END %]
373                                                         </td>
374                                                         <td>
375                                                             [% IF savedreport.seems_obsolete %]
376                                                                 This report seems obsolete, it uses biblioitems.marcxml field.
377                                                                 <a href="/cgi-bin/koha/svc/convert_report?report_id=[% savedreport.id | uri %]" data-report_id="[% savedreport.id | html %]" class="update_sql btn btn-default btn-xs" title="Update SQL"><i class="fa fa-eye"></i> Update SQL</a>
378                                                             [% END %]
379                                                         </td>
380                                                         <td>
381                                                             <div class="btn-group dropup">
382                                                                 [%# There should be no space between these two buttons, it would render badly %]
383                                                                 <a class="btn btn-default btn-xs" role="button"
384                                                                 href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Run%20this%20report"><i
385                                                                 class="fa fa-play"></i> Run</a><a
386                                                                 class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown"
387                                                                 href="#"><b class="caret"></b></a>
388                                                                 <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]">
389                                                                     <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Show%20SQL"><i class="fa fa-search"></i> View</a></li>
390                                                                     <li>
391                                                                         <a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&phase=Show%20SQL" class="preview_sql" data-reportid="[% savedreport.id | html %]">
392                                                                             <i class="fa fa-eye"></i> Preview SQL
393                                                                         </a>
394                                                                     </li>
395                                                                     [% IF ( CAN_user_reports_create_reports ) %]
396                                                                         <li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&amp;phase=Edit%20SQL"><i class="fa fa-pencil"></i> Edit</a></li>
397                                                                         <li><a title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from existing&amp;report_id=[% savedreport.id | uri %]"><i class="fa fa-copy"></i> Duplicate</a></li>
398                                                                     [% END %]
399                                                                     [% IF (Koha.Preference('Mana') == 1) %]
400                                                                         <li><a class="ShareButton" data-toggle="modal" href="#mana_share_report" title="Share your report with Mana Knowledge Base"><i class="fa fa-share-alt"></i> Share</a></li>
401                                                                     [% END %]
402                                                                     <li><a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id | uri %]"><i class="fa fa-clock-o"></i> Schedule</a></li>
403                                                                     [% IF ( CAN_user_reports_delete_reports ) %]
404                                                                         <li><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&amp;phase=Delete%20Saved"><i class="fa fa-trash"></i> Delete</a></li>
405                                                                     [% END %]
406                                                                 </ul>
407                                                             </div>
408                                                             <input type="hidden" id="previewSql[% savedreport.id | html %]" value="[% savedreport.savedsql | html %]" data-title="[% savedreport.report_name | html %]" />
409                                                         </td>
410                                                     </tr>
411                                                 [% END %]
412                                             </tbody>
413                                         </table>
414
415                                         [% IF ( CAN_user_reports_delete_reports ) %]
416                                             <fieldset class="action">
417                                                 <input type="submit" value="Delete selected" />
418                                             </fieldset>
419                                         [% END %]
420                                     </form>
421                                 </div> <!-- /#reports -->
422                             </div> <!-- /.tab-content -->
423                         </div>
424                     [% ELSE # IF ( savedreports ) %]
425                         <div class="dialog message">
426                             [% IF (filter_set || filters.date || filters.author || filters.keyword) %]
427                                 <h4>No saved reports match your criteria. </h4>
428                                 [% IF ( CAN_user_reports_create_reports ) %]
429                                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
430                                         <input type="hidden" name="phase" value="Build new" />
431                                         <button type="submit" class="new"><i class="fa fa-plus"></i> New guided report</button>
432                                     </form>
433
434                                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
435                                         <input type="hidden" name="phase" value="Create report from SQL" />
436                                         <button type="submit" class="new"><i class="fa fa-plus"></i> New SQL report</button>
437                                     </form>
438
439                                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
440                                         <input type="hidden" name="phase" value="Use saved" />
441                                         <input type="hidden" name="filter_set" value="1" />
442                                         <input type="hidden" name="filter_keyword" value="" />
443                                         <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> Cancel filter</button>
444                                     </form>
445                                 [% END %]
446                             [% ELSE %]
447                                 <h4>There are no saved reports. </h4>
448                                 [% IF ( CAN_user_reports_create_reports ) %]
449                                     <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a new report?</a>
450                                 [% END %]
451                             [% END # IF (filter_set || filters.date || filters.author || filters.keyword) %]
452                         </div> <!-- /.dialog.message -->
453                     [% END # /IF ( savedreports ) %]
454                 [% END # /IF ( saved1 ) %]
455
456                 [% INCLUDE 'mana/mana-share-report.inc' %]
457
458                 [% IF ( build1 ) %]
459                     [% IF ( cache_error) %]
460                         <div class="dialog alert">
461                             <strong> Please choose a cache_expiry less than 30 days </strong>
462                         </div>
463                     [% END %]
464
465                     <h1>Build a report</h1>
466                     <form action="/cgi-bin/koha/reports/guided_reports.pl">
467                         <fieldset class="rows">
468                             <legend>Step 1 of 6: Choose a module to report on,[% IF (usecache) %] Set cache expiry, [% END %] and choose report visibility </legend>
469                             <ol>
470                                 <li>
471                                     <label for="area">Choose: </label>
472                                     <select name="area" id="area">
473                                         [%- FOREACH area IN areas -%]
474                                             <option value="[% area | html %]">[%- PROCESS area_name area=area -%]</option>
475                                         [%- END -%]
476                                     </select>
477                                 </li>
478                                 [% IF (public) %]
479                                     <li>
480                                         <label for="public">Report is public:</label>
481                                         <select id="public" name="public">
482                                             <option value="0">No (default)</option>
483                                             <option value="1" selected="selected">Yes</option>
484                                         </select>
485                                     </li>
486                                 [% ELSE %]
487                                     <li>
488                                         <label for="public">Report is public:</label>
489                                         <select id="public" name="public">
490                                             <option value="0" selected="selected">No (default)</option>
491                                             <option value="1">Yes</option>
492                                         </select>
493                                     </li>
494                                 [% END %]
495
496                                 [% IF (usecache) %]
497                                     <li>
498                                         <label for="cache_expiry">Cache expiry:</label>
499                                         <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]"></input>
500                                         <select id="cache_expiry_units" name="cache_expiry_units">
501                                             <option value="seconds">Seconds (default)</option>
502                                             <option value="minutes">Minutes</option>
503                                             <option value="hours">Hours</option>
504                                             <option value="days">Days</option>
505                                         </select>
506                                     </li>
507                                 [% END %]
508                             </ol>
509                         </fieldset> <!-- /.rows -->
510                         <fieldset class="action">
511                             <input type="hidden" name="phase" value="Report on this Area" />
512                             <input type="submit" name="submit" value="Next &gt;&gt;" />
513                         </fieldset>
514                     </form>
515                 [% END # /build1 %]
516
517                 [% IF ( build2 ) %]
518                     <h1>Build a report</h1>
519                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
520                         <input type="hidden" name="area" value="[% area | html %]" />
521                         <input type="hidden" name="public" value="[% public | html %]" />
522                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
523                         <fieldset class="rows">
524                             <legend>Step 2 of 6: Pick a report type</legend>
525                             <ol>
526                                 <li>
527                                     <label for="types">Choose: </label>
528                                     <select id="types" name="types">
529                                         <option value="1">Tabular</option>
530                                         <option value="2" disabled="disabled">Summary</option>
531                                         <option value="3" disabled="disabled">Matrix</option>
532                                     </select>
533                                 </li>
534                             </ol>
535                         </fieldset>
536
537                         <fieldset class="action">
538                             <input type="hidden" name="phase" value="Choose this type" />
539                             <input type="button" name="back" value="&lt;&lt; Back" class="goback" />
540                             <input type="submit" name="submit" value="Next &gt;&gt;" />
541                         </fieldset>
542                     </form>
543                 [% END # /IF (build2 ) %]
544
545                 [% IF ( build3 ) %]
546                     <h1>Build a report</h1>
547                     <h3>Step 3 of 6: Select columns for display</h3>
548                     <p>Note: Be careful selecting when selecting columns. If your choice is too broad it could result in a very large report that will either not complete, or slow your system down.</p>
549
550                     <form id="column_submit" action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
551                         <input type="hidden" name="area" value="[% area | html %]" />
552                         <input type="hidden" name="type" value="[% type | html %]" />
553                         <input type="hidden" name="public" value="[% public | html %]" />
554                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
555                         <fieldset>
556                             <div class="row">
557                                 <div class="col-sm-6">
558                                     <div style="float: left;">
559                                         <select id="availableColumns" name="oldcolumns2" multiple="multiple" size="25" style="min-width: 200px;height:300px;">
560                                             [% FOREACH column IN columns %]
561                                                 [% IF ( column.table ) %]
562                                                     [% IF ( loop.first ) %]
563                                                     [% ELSE %]
564                                                         </optgroup>
565                                                     [% END %]
566                                                     <optgroup label="[% column.table | html %]">
567                                                 [% ELSE %]
568                                                     <option value="[% column.name | html %]">
569                                                         [% IF ( column.description ) %]
570                                                             [% column.description | html %] &nbsp; / &nbsp; [% column.name | html %]
571                                                         [% ELSE %]
572                                                             [% column.name | html %]
573                                                         [% END %]
574                                                     </option>
575                                                 [% END %]
576                                             [% END %]
577                                             </optgroup>
578                                         </select>
579                                     </div>
580                                     <div style="width: 6.3em; float: right; margin-top: 100px">
581                                         <input type="button" name="Add" value="Add" class="button" style="width:6em;" id="addColumn" /><br />
582                                         <input type="button" name="delete" value="&lt;&lt; Delete" class="button" style="width: 6em; margin: 1em 0;" id="delColumn" />
583                                     </div>
584                                 </div> <!-- /.col-sm-6 -->
585
586                                 <div class="col-sm-6">
587                                     <select id="selectedColumns" name="columns" multiple="multiple" size="25" style="width:200px; height:300px;">
588                                     </select>
589                                 </div>
590                             </div> <!-- /.row -->
591                         </fieldset>
592                         <fieldset class="action">
593                             <input type="hidden" name="phase" value="Choose these columns" />
594                             <input type="button" name="back" value="&lt;&lt; Back" class="goback" />
595                             <input type="submit" name="submit" value="Next &gt;&gt;" />
596                         </fieldset>
597                     </form> <!-- /#column_submit -->
598                 [% END # /IF ( build3 ) %]
599
600                 [% IF ( build4 ) %]
601                     <h1>Build a report</h1>
602                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" >
603                         <input type="hidden" name="area" value="[% area | html %]" />
604                         <input type="hidden" name="type" value="[% type | html %]" />
605                         <input type="hidden" name="column" value="[% column | html %]" />
606                         <input type="hidden" name="public" value="[% public | html %]" />
607                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
608                         <fieldset>
609                             <legend>Step 4 of 6: Select criteria to limit on</legend>
610                             <table>
611                                 [% FOREACH criteri IN criteria %]
612                                     <tr>
613                                         <td>
614                                             <input type="checkbox" name="criteria_column" id="[% criteri.name | html %]" value="[% criteri.name | html %]" />
615                                             <label for="[% criteri.name | html %]">[% criteri.description | html %] </label>
616                                         </td>
617                                         [% IF ( criteri.date ) %]
618                                             <td>
619                                                 <input type="text" size="10" id="[% criteri.name | html %]_value" name="[% criteri.name | html %]_value" value="" class="flatpickr" />
620                                                 <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
621                                             </td>
622                                         </tr>
623                                         [% ELSE %]
624                                             [% IF ( criteri.textrange ) %]
625                                                 <td>
626                                                     from
627                                                     <input type="text" size="10" id="[% criteri.from | html %]_value" name="[% criteri.from | html %]_value" value="" /> to
628                                                     <input type="text" size="10" id="[% criteri.to | html %]_value" name="[% criteri.to | html %]_value" value="" />
629                                                 </td>
630                                             </tr>
631                                             [% ELSE %]
632                                                 [% IF ( criteri.daterange ) %]
633                                                     <td>
634                                                         from
635                                                         <input type="text" size="10" id="from_[% criteri.name.remove('\.') | html %]_value" name="from_[% criteri.name | html %]_value" value="" data-date_to="to_[% criteri.name.remove('\.') | html %]_value" class="flatpickr" />
636                                                         to
637                                                         <input type="text" size="10" id="to_[% criteri.name.remove('\.') | html %]_value" name="to_[% criteri.name | html %]_value" value="" class="flatpickr" />
638                                                         <span class="hint">[% INCLUDE 'date-format.inc' %]</span>
639                                                     </td>
640                                                 </tr>
641                                                 [% ELSE %]
642                                                     <td>
643                                                         <select name="[% criteri.name | html %]_value">
644                                                            [% FOREACH value IN criteri.values %]
645                                                                 <option value="[% value.availablevalues | html %]">
646                                                                     [% IF ( value.default ) %]
647                                                                         Default
648                                                                     [% ELSE %]
649                                                                         [% value.display_value | html %]
650                                                                     [% END %]
651                                                                 </option>
652                                                             [% END %]
653                                                         </select>
654                                                     </td>
655                                                 </tr>
656                                                 [% END %]
657                                             [% END %]
658                                         [% END %]
659                                 [% END %]
660                             </table>
661                         </fieldset>
662
663                         [% IF ( definitions ) %]
664                             <fieldset>
665                                 <legend>Dictionary definitions</legend>
666                                 <table>
667                                     [% FOREACH definition IN definitions %]
668                                         <tr>
669                                             <td>
670                                                 <input type="checkbox" name="definition" value="[% definition.id | html %]" />
671                                                 [% definition.name | html %]
672                                             </td>
673                                         </tr>
674                                     [% END %]
675                                 </table>
676                             </fieldset>
677                         [% END %]
678
679                         <fieldset class="action">
680                             <input type="hidden" name="phase" value="Choose these criteria" />
681                             <input type="button" name="back" value="&lt;&lt; Back" class="goback" />
682                             <input type="submit" name="submit" value="Next &gt;&gt;" />
683                         </fieldset>
684                     </form>
685                 [% END # /IF ( build4 ) %]
686
687                 [% IF ( build5 ) %]
688                     <h1>Build a report</h1>
689                     <h3>Step 5 of 6: Pick which columns to total</h3>
690                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
691                         <input type="hidden" name="area" value="[% area | html %]" />
692                         <input type="hidden" name="type" value="[% type | html %]" />
693                         <input type="hidden" name="column" value="[% column | html %]" />
694                         <input type="hidden" name="definition" value="[% definition | html %]" />
695                         <input type="hidden" name="criteria" value="[% criteriastring | html %]" />
696                         <input type="hidden" name="public" value="[% public | html %]" />
697                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
698                         <fieldset>
699                             <table>
700                                 [% FOREACH total_b IN total_by %]
701                                     <tr>
702                                         <td>
703                                             <input type="checkbox" name="total_by" id="[% total_b.name | html %]" value="[% total_b.name | html %]" />
704                                             <label for="[% total_b.name | html %]">[% total_b.name | html %]</label>
705                                         </td>
706                                         <td>
707                                             <select name="[% total_b.name | html %]_tvalue">
708                                                 [% FOREACH selec IN total_b.select %]
709                                                     <option value="[% selec.value | html %]">[% selec.value | html %]</option>
710                                                 [% END %]
711                                             </select>
712                                         </td>
713                                     </tr>
714                                 [% END %]
715                             </table>
716                         </fieldset>
717
718                         <fieldset class="action"><input type="hidden" name="phase" value="Choose these operations" />
719                             <input type="button" name="back" value="&lt;&lt; Back" class="goback" />
720                             <input type="submit" name="submit" value="Next &gt;&gt;" />
721                         </fieldset>
722                     </form>
723                 [% END # /IF ( build5 ) %]
724
725                 [% IF ( build6 ) %]
726                     <h1>Build a report</h1>
727                     <h3>Step 6 of 6: Choose how you want the report ordered</h3>
728                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
729                         <input type="hidden" name="area" value="[% area | html %]" />
730                         <input type="hidden" name="type" value="[% type | html %]" />
731                         <input type="hidden" name="column" value="[% column | html %]" />
732                         <input type="hidden" name="criteria" value="[% criteriastring | html %]" />
733                         <input type="hidden" name="definition" value="[% definition | html %]" />
734                         <input type="hidden" name="totals" value="[% totals | html %]" />
735                         <input type="hidden" name="public" value="[% public | html %]" />
736                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
737                         <fieldset>
738                             <table>
739                                 [% FOREACH order_b IN order_by %]
740                                     <tr>
741                                         <td>
742                                             <input type="checkbox" id="[% order_b.name | html %]" name="order_by" value="[% order_b.name | html %]" />
743                                             <label for="[% order_b.name | html %]">[% order_b.name | html %]</label>
744                                         </td>
745                                         <td>
746                                             <select name="[% order_b.name | html %]_ovalue">
747                                                 [% FOREACH selec IN order_b.select %]
748                                                     <option value="[% selec.value | html %]">[% selec.value | html %]</option>
749                                                 [% END %]
750                                             </select>
751                                         </td>
752                                     </tr>
753                                 [% END %]
754                             </table>
755                         </fieldset>
756                         <fieldset class="action">
757                             <input type="hidden" name="phase" value="Build report" />
758                             <input type="submit" name="submit" value="Finish" />
759                         </fieldset>
760                     </form>
761                 [% END #/ IF ( build6 ) %]
762
763                 [% IF ( showreport ) %]
764                     <h1>Confirm custom report</h1>
765                     <p>Your report will be generated with the following SQL statement.</p>
766                     <p>
767                         [% sql | html %]
768                     </p>
769
770                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
771                         <input type="hidden" name="sql" value="[% sql | html %]" />
772                         <input type="hidden" name="type" value="[% type | html %]" />
773                         <input type="hidden" name="public" value="[% public | html %]" />
774                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
775                         <p>You will need to save the report before you can execute it</p>
776                         <fieldset class="action"><input type="hidden" name="phase" value="Save" />
777                             <input type="submit" name="submit" value="Next" />
778                         </fieldset>
779                     </form>
780                 [% END #/ IF ( showreport ) %]
781
782                 [% IF ( save ) %]
783                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form">
784                         <input type="hidden" name="sql" value="[% sql | html %]" />
785                         <input type="hidden" name="type" value="[% type | html %]" />
786                         <input type="hidden" name="area" value="[% area | html %]" />
787                         <input type="hidden" name="public" value="[% public | html %]" />
788                         <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
789                         <fieldset class="rows">
790                             <legend><h1>Save your custom report</h1></legend>
791                             <ol>
792                                 <li>
793                                     <label for="reportname" class="required">Report name: </label>
794                                     <input type="text" id="reportname" name="reportname" class="required" required="required" />
795                                     <span class="required">Required</span>
796                                 </li>
797                                 [% PROCESS group_and_subgroup_selection %]
798                                 <li>
799                                     <label for="notes">Notes:</label>
800                                     <textarea name="notes" id="notes"></textarea>
801                                 </li>
802                             </ol>
803                         </fieldset>
804                         <fieldset class="action"><input type="hidden" name="phase" value="Save Report" />
805                             <input type="submit" name="submit" value="Save report" />
806                         </fieldset>
807                     </form>
808                 [% END # /IF( save ) %]
809
810                 [% IF ( warn_authval_problem ) %]
811                     <div class="dialog alert">
812                         <h3>Errors found when processing parameters for report: [% name | html %]</h3>
813                         [% FOREACH problematic_authval IN problematic_authvals %]
814                             <p>
815                             <strong>[% problematic_authval.name | html %]:</strong> The authorized value category (<strong>[% problematic_authval.authval | html %]</strong>)
816                                 you selected does not exist.
817                             </p>
818                         [% END %]
819                         <!-- Save Anyway Form -->
820                         <form action='/cgi-bin/koha/reports/guided_reports.pl'>
821                         <!--Every parameter the user issued is provided as a hidden field for recovery-->
822                             <input type='hidden' name='id' value='[% id | html %]' />
823                             <input type='hidden' name='sql' value='[% sql | html %]' />
824                             <input type='hidden' name='reportname' value='[% reportname | html %]' />
825                             <input type='hidden' name='group' value='[% group | html %]' />
826                             <input type='hidden' name='subgroup' value='[% subgroup | html %]' />
827                             <input type='hidden' name='notes' value='[% notes | html %]' />
828                             <input type='hidden' name='cache_expiry' value='[% cache_expiry | html %]' />
829                             <input type='hidden' name='cache_expiry_units' value='[% cache_expiry_units | html %]' />
830                             <input type='hidden' name='public' value='[% public | html %]' />
831                         [% IF ( phase_update) %]
832                             <input type='hidden' name='phase' value='Update SQL' />
833                             <button type="submit" name="save_anyway" value="Save anyway" class="approve"><i class="fa fa-fw fa-check"></i> Save anyway</button>
834                         [% ELSIF ( phase_save) %]
835                             <input type='hidden' name='area' value='[% area | html %]' />
836                             <input type='hidden' name='phase' value='Save Report' />
837                             <button type="submit" name="save_anyway" value="Save anyway" class="approve"><i class="fa fa-fw fa-check"></i> Save anyway</button>
838                         [% END %]
839                         </form>
840                         <!-- Go back to editing -->
841                         <form action='/cgi-bin/koha/reports/guided_reports.pl'>
842                             <button type="button" class="new goback"><i class="fa fa-fw fa-pencil"></i> Edit SQL</button>
843                         </form>
844                     </div>
845                 [% END # /IF ( warn_authval_problem )%]
846
847                 [% IF ( enter_params ) %]
848                     <form action='/cgi-bin/koha/reports/guided_reports.pl'>
849                         <input type='hidden' name='reports' value="[% reports | html %]" />
850                         [% IF ( auth_val_error ) %]
851                             <input type='hidden' name='phase' value='Edit SQL' />
852                             <div class="dialog alert">
853                                 <h3>Errors found when processing parameters for report: [% name | html %]</h3>
854                                 [% FOREACH auth_val_error IN auth_val_errors %]
855                                     <p>
856                                         <strong>[% auth_val_error.entry | html %]:</strong> The authorized value category (<strong>[% auth_val_error.auth_val | html %]</strong>)
857                                         you selected does not exist.
858                                     </p>
859                                 [% END %]
860                             </div>
861                             <fieldset class="action"><input type="submit" value="Edit SQL" /></fieldset>
862                         [% ELSE #  IF ( auth_val_error ) %]
863                             <input type='hidden' name='phase' value='Run this report' />
864                             <h1>Enter parameters for report [% name | html %]:</h1>
865                             [% IF ( notes ) %]
866                                 <p>[% notes | html %]</p>
867                             [% END %]
868                             <fieldset class="rows">
869                                 <ol>
870                                     [% FOREACH sql_param IN sql_params %]
871                                         <input name="param_name" value="[% sql_param.name | html %]" type="hidden" />
872                                         [% IF sql_param.input == 'date' %]
873                                             <li>
874                                                 <label for="date_[% sql_param_entry | html %][% loop.count | html %]">[% sql_param.entry | html %]:</label> <input id="date_[% sql_param_entry | html %][% loop.count | html %]" type="text" value="" size="10" name="sql_params" class="flatpickr" />
875                                             </li>
876                                         [% ELSIF ( sql_param.input == 'text' ) %]
877                                             <li>
878                                                 <label for="sql_params[% loop.count | html %]">[% sql_param.entry | html %]: </label>
879                                                 <input id="sql_params[% loop.count | html %]" type="text" name="sql_params" />
880                                             </li>
881                                         [% ELSIF ( sql_param.input == 'textarea' ) %]
882                                             <li>
883                                                 <label for="sql_params[% loop.count | html %]">[% sql_param.entry | html %]: </label>
884                                                 <textarea id="sql_params[% loop.count | html %]" name="sql_params" rows="5"></textarea>
885                                             </li>
886                                         [% ELSE %]
887                                             <li>
888                                                 <label for="sql_params_[% sql_param.labelid | html %]">[% sql_param.entry | html %]:</label>
889                                                 <select name="[%- sql_param.input.name | html -%]" tabindex="1"  id="[%- sql_param.input.id | html -%]">
890                                                     [% IF (sql_param.include_all) %]
891                                                         <option value="%">All</option>
892                                                     [% END %]
893                                                     [% FOREACH value IN sql_param.input.values %]
894                                                         <option value="[%- value | html -%]">[%- sql_param.input.labels.$value | html -%]</option>
895                                                     [% END %]
896                                                 </select>
897                                             </li>
898                                         [% END # /IF sql_param.input == 'date' %]
899                                     [% END # /FOREACH sql_param %]
900                                 </ol>
901                             </fieldset> <!-- /.rows -->
902                             <fieldset class="action">
903                                 <input type="submit" value="Run the report" />
904                             </fieldset>
905                         [% END # / IF ( auth_val_error ) %]
906                     </form>
907                 [% END # /IF ( enter_params ) %]
908
909                 [% IF ( execute ) %]
910                     <h1>[% name | html %] <span class="report_heading_id"><span class="report_label">Report ID:</span> <span class="report_number">[% id | html %]</span></span></h1>
911                     [% IF ( notes ) %]
912                         <p><span class="label">Notes:</span> [% notes | html %]</p>
913                     [% END %]
914                     [% IF ( unlimited_total ) %]
915                         <p>
916                             <span class="label">Total number of results:</span>
917                             [% unlimited_total | html %]
918                             [% IF unlimited_total >= limit %]
919                                 ([% results.size | html %] shown)
920                             [% END %]
921                         </p>
922                     [% END %]
923
924                     <div id="sql_output" style="display:none;">
925                         <span class="label">Report SQL:</span>
926                         <textarea id="sql" readonly="readonly">[% sql | html %]</textarea>
927                     </div>
928
929                     <div>
930                         <a href="#" id="toggle_chart_settings_hid" class="toggle_chart_settings" style="display:none"><i class="fa fa-eye-slash"></i> Hide chart</a>
931                         <a href="#" id="toggle_chart_settings_vis" class="toggle_chart_settings" style="display:none"><i class="fa fa fa-eye"></i> Show chart</a>
932                     </div>
933                     <div id="chart" class="clearfix"></div>
934
935                     [% IF ( execute ) %]
936                         [% UNLESS ( errors ) %]
937                             <form method="post" enctype="multipart/form-data" action="/cgi-bin/koha/tools/batch_record_modification.pl" id="batch_record_modification">
938                                 <input type="hidden" name="recordtype" value="biblio" />
939                                 <input type="hidden" name="op" value="list" />
940                                 [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
941                                 <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">
942                                     [%- recordnumbers = PROCESS batch_list results=results batch_type='biblionumber' | trim | html %][% IF recordnumbers %][% SET batch_biblionumbers = 1 %][% recordnumbers | html %][% END -%]
943                                 </textarea>
944                             </form>
945
946                             <form method="POST" action="/cgi-bin/koha/tools/batch_delete_records.pl" id="batch_record_deletion">
947                                 <input type="hidden" name="recordtype" value="biblio" />
948                                 <input type="hidden" name="op" value="list" />
949                                 [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
950                                 <textarea style="display:none" name="recordnumber_list" id="recordnumber_list">
951                                     [%- recordnumbers = PROCESS batch_list results=results batch_type='biblionumber' | trim | html %][% IF recordnumbers %][% SET batch_biblionumbers = 1 %][% recordnumbers | html %][% END -%]
952                                 </textarea>
953                             </form>
954
955                             <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_modification">
956                                 <input type="hidden" name="op" value="show" />
957                                 [% FOREACH result IN results %]
958                                     [% FOREACH cells IN result.cells %]
959                                         [% place = loop.index %]
960                                         [% NEXT UNLESS cells.cell.match('^(\d+)$') %]
961                                         [% IF header_row.$place.cell == 'itemnumber' || header_types.item(header_row.$place.cell) == 'itemnumber'  %]
962                                             [% SET batch_itemnumbers = 1 %]
963                                             [% SET header_row.$place.has_itemnumbers = 1 %]
964                                             <input type="hidden" name="[% header_row.$place.cell | html %]" value="[% cells.cell | html %]" />
965                                         [% END %]
966                                     [% END %]
967                                 [% END %]
968                             </form>
969
970                             <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_deletion">
971                                 <input type="hidden" name="op" value="show" />
972                                 <input type="hidden" name="del" value="1" />
973                                 [% FOREACH result IN results %]
974                                     [% FOREACH cells IN result.cells %]
975                                         [% place = loop.index %]
976                                         [% NEXT UNLESS cells.cell.match('^(\d+)$') %]
977                                         [% IF header_row.$place.cell == 'itemnumber' || header_types.item(header_row.$place.cell) == 'itemnumber'  %]
978                                             [% SET batch_itemnumbers = 1 %]
979                                             [% SET header_row.$place.has_itemnumbers = 1 %]
980                                             <input type="hidden" name="[% header_row.$place.cell | html %]" value="[% cells.cell | html %]" />
981                                         [% END %]
982                                     [% END %]
983                                 [% END %]
984                             </form>
985
986                             <form method="get" action="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl" id="batch_add_to_list">
987                                 [% FOREACH result IN results %]
988                                     [% FOREACH cells IN result.cells %]
989                                         [% place = loop.index %]
990                                         [% NEXT UNLESS cells.cell.match('^(\d+)$') %]
991                                         [% IF header_row.$place.cell == 'biblionumber' || header_types.item(header_row.$place.cell) == 'biblionumber' %]
992                                             [% SET batch_biblionumbers = 1 %]
993                                             [% SET header_row.$place.has_biblionumbers = 1 %]
994                                             <input type="hidden" class="bib_to_list" name="biblionumber" value="[% cells.cell | html %]" />
995                                         [% END %]
996                                     [% END %]
997                                 [% END %]
998                             </form>
999
1000                             <form method="POST" action="/cgi-bin/koha/tools/modborrowers.pl" id="batch_patron_modification">
1001                                 <input type="hidden" name="op" value="show" />
1002                                 [% # Preserve the whitespace of the following textarea in order to format the values correctly %]
1003                                 <textarea style="display:none" name="cardnumberlist" id="cardnumberlist">
1004                                     [%- cardnumbers = PROCESS batch_list results=results batch_type='cardnumber' | trim | html %][% IF cardnumbers %][% SET batch_cardnumbers = 1 %][% cardnumbers | html %][% END -%]
1005                                 </textarea>
1006                             </form>
1007
1008                             [% BLOCK batch_list %]
1009                                     [%- FOREACH result IN results %]
1010                                         [%- FOREACH cells IN result.cells %]
1011                                             [%- place = loop.index %]
1012                                             [%- IF header_row.$place.cell == batch_type || header_types.item(header_row.$place.cell) == batch_type %]
1013 [%# We must not add whitespace to the cardnumbers %][% cells.cell | html %]
1014                                             [%- END %]
1015                                         [%- END %]
1016                                     [%- END -%]
1017                             [% END %]
1018
1019                             <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get" id="limitselect">
1020                                 <input type="hidden" name="phase" value="Run this report"/>
1021                                 <input type="hidden" name="reports" value="[% report_id | html %]"/>
1022                                 [% FOREACH p IN sql_params %]
1023                                     <input type="hidden" name="sql_params" value="[% p | html %]"/>
1024                                 [% END %]
1025                                 [% FOREACH n IN param_names %]
1026                                     <input type="hidden" name="param_name" value="[% n | html %]"/>
1027                                 [% END %]
1028                                 <input type="hidden" name="limit" id="limit" value="20" />
1029                             </form> <!-- /#limitselect -->
1030
1031                             [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) || ( unlimited_total > 10 && limit <= 1000 ) %]
1032                                 <div id="toolbar" class="btn-toolbar">
1033                                     [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]
1034                                         <div class="btn-group">
1035                                             <button class="btn btn-default btn-sm dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
1036                                                 Batch operations with [% IF unlimited_total >= limit %][% limit | html %][% ELSE %][% unlimited_total | html %][% END %] visible records
1037                                                 <span class="caret"></span>
1038                                             </button>
1039                                             <ul class="dropdown-menu" aria-labelledby="batch_mod_menu">
1040                                                 [% FOREACH header_ro IN header_row %]
1041                                                     [% IF header_ro.has_biblionumbers && ( header_ro.cell == 'biblionumber' || header_types.item( header_ro.cell ) == 'biblionumber' ) %]
1042                                                         <li class="dropdown-header">Bibliographic records</li>
1043                                                         <li>
1044                                                             <a href="#" data-submit="batch_record_modification" data-toggle="tooltip" data-placement="right" title="Send visible records to batch record modification" class="batch_op send_to_record_mod">Batch record modification</a>
1045                                                         </li>
1046                                                         <li>
1047                                                             <a href="#" data-submit="batch_record_deletion" data-toggle="tooltip" data-placement="right" title="Send visible records to batch record deletion" class="batch_op send_to_record_del">Batch record deletion</a>
1048                                                         </li>
1049                                                         <li>
1050                                                             <a href="#" data-submit="batch_add_to_list" data-toggle="tooltip" data-placement="right" title="Send visible records to a list" class="batch_op send_to_list">Add to list</a>
1051                                                         </li>
1052                                                     [% END %]
1053                                                     [% IF header_ro.has_itemnumbers && ( header_ro.cell == 'itemnumber' || header_types.item( header_ro.cell ) == 'itemnumber' ) %]
1054                                                         <li class="dropdown-header">Item records</li>
1055                                                         <li>
1056                                                             <a href="#" data-submit="batch_item_modification" data-toggle="tooltip" data-placement="right" title="Send visible items to batch item modification" class="batch_op send_to_item_mod">Batch item modification</a>
1057                                                         </li>
1058                                                         <li>
1059                                                             <a href="#" data-submit="batch_item_deletion" data-toggle="tooltip" data-placement="right" title="Send visible items to batch item deletion" class="batch_op send_to_item_del">Batch item deletion</a>
1060                                                         </li>
1061                                                     [% END %]
1062                                                     [% IF header_ro.cell == 'cardnumber' || header_types.item( header_ro.cell ) == 'cardnumber' %]
1063                                                         <li class="dropdown-header">Patron records</li>
1064                                                         <li>
1065                                                             <a href="#" data-submit="batch_patron_modification" data-toggle="tooltip" data-placement="right" title="Send visible results to batch patron modification" class="batch_op send_to_patron_mod">Batch patron modification</a>
1066                                                         </li>
1067                                                     [% END %]
1068                                                 [% END # /FOREACH header_ro %]
1069                                             </ul> <!-- /.dropdown-menu -->
1070                                         </div> <!-- /.dropdown -->
1071                                     [% END # /IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]
1072
1073                                     [% IF ( unlimited_total > 10 && limit <= 1000 ) %]
1074                                         <div class="btn-group">
1075                                             <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
1076                                                 [% IF ( limit ) %]
1077                                                     Rows per page: <strong>[% limit | html %]</strong>
1078                                                 [% ELSE %]
1079                                                     Rows per page
1080                                                 [% END %]
1081                                                 <span class="caret"></span>
1082                                             </button>
1083                                             <ul class="dropdown-menu">
1084                                                 [% limits = [ 10, 20, 50, 100, 200, 300, 400, 500, 1000 ] %]
1085                                                 [% FOREACH l IN limits %]
1086                                                     [% IF l == limit %]
1087                                                         <li>
1088                                                             <a class="limitselect" data-limit="[% l | html %]" href="#"><i class="fa fa-fw fa-check"></i> [% l | html %]</a>
1089                                                         </li>
1090                                                     [% ELSE %]
1091                                                         <li>
1092                                                             <a class="limitselect" data-limit="[% l | html %]" href="#"><i class="fa fa-fw"></i> [% l | html %]</a>
1093                                                         </li>
1094                                                     [% END %]
1095                                                 [% END %]
1096                                             </ul>
1097                                         </div>
1098                                     [% END # /IF ( unlimited_total > 10 && limit <= 1000 ) %]
1099
1100                                     [% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %]
1101                                         <a href="#" class="btn btn-link" id="toggle_auto_links">
1102                                             <i class="fa fa-eye autolink" style="display:none"></i>
1103                                             <i class="fa fa-eye-slash autolink"></i>
1104                                             <span class="autolink" style="display:none">Show data menus</span>
1105                                             <span class="autolink">Hide data menus</span>
1106                                         </a>
1107                                     [% END %]
1108                                 </div> <!-- /#toolbar.btn-toolbar -->
1109                             [% END # /IF batch operations || ( unlimited_total > 10 && limit <= 1000 ) %]
1110
1111                             <div class="pages">
1112                                 [% pagination_bar | $raw %]
1113                             </div>
1114
1115                         [% END # UNLESS ( errors ) %]
1116                     [% END # IF ( execute ) %]
1117
1118                     [% UNLESS ( errors ) %]
1119                         <table id="report_results">
1120                             <thead>
1121                                 <tr>
1122                                     [% FOREACH header_ro IN header_row %]
1123                                         [% IF header_ro.has_itemnumbers && ( header_ro.cell == 'itemnumber' || header_types.item( header_ro.cell ) == 'itemnumber' ) %]
1124                                             <th class="itemnumber">[% header_ro.cell | html %]</th>
1125                                         [% ELSIF header_ro.has_biblionumbers && ( header_ro.cell == 'biblionumber' || header_types.item( header_ro.cell ) == 'biblionumber' ) %]
1126                                             <th class="biblionumber">[% header_ro.cell | html %]</th>
1127                                         [% ELSIF header_ro.cell == 'cardnumber' || header_types.item( header_ro.cell ) == 'cardnumber' %]
1128                                             <th class="cardnumber">[% header_ro.cell | html %]</th>
1129                                         [% ELSIF header_ro.cell == 'borrowernumber' || header_types.item( header_ro.cell ) == 'borrowernumber' %]
1130                                             <th class="borrowernumber">[% header_ro.cell | html %]</th>
1131                                         [% ELSE %]
1132                                             <th>[% header_ro.cell | html %]</th>
1133                                         [% END %]
1134                                     [% END %]
1135                                 </tr>
1136                             </thead>
1137                             <tbody>
1138                                 [% FOREACH result IN results %]
1139                                     <tr>
1140                                         [% FOREACH cells IN result.cells %]
1141                                             [% place = loop.index %]
1142                                             [%- IF header_row.$place.cell == 'itemnumber' || header_types.item(header_row.$place.cell) == 'itemnumber' %]
1143                                                 <td class="batch-op itemnumber" data-number="itemnumber">
1144                                                     <span class="data-plain">[% cells.cell | $raw %]</span>
1145                                                     <div id="itemnumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1146                                                         <ul class="dropdown-menu pull-right" role="menu">
1147                                                             <li><a target="_blank" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&itemnumber=[% cells.cell | $raw %]"><i class="fa fa-fw fa-pencil"></i> Edit record</a></li>
1148                                                             <li role="separator" class="divider"></li>
1149                                                             <li><a target="_blank" href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cells.cell | $raw %]"><i class="fa fa-fw fa-eye"></i> View record</a></li>
1150                                                         </ul>
1151                                                     </div>
1152                                                 </td>
1153                                             [% ELSIF header_row.$place.cell == 'biblionumber' || header_types.item(header_row.$place.cell) == 'biblionumber' %]
1154                                                 <td class="batch-op biblionumber" data-number="biblionumber">
1155                                                     <span class="data-plain">[% cells.cell | $raw %]</span>
1156                                                     <div id="biblionumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1157                                                         <ul class="dropdown-menu pull-right" role="menu">
1158                                                             <li><a target="_blank" href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% cells.cell | $raw %]"><i class="fa fa-pencil"></i> Edit record</a></li>
1159                                                             <li role="separator" class="divider"></li>
1160                                                             <li><a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cells.cell | $raw %]"><i class="fa fa-eye"></i> View record</a></li>
1161                                                         </ul>
1162                                                     </div>
1163                                                 </td>
1164                                             [% ELSIF header_row.$place.cell == 'borrowernumber' || header_types.item(header_row.$place.cell) == 'borrowernumber' %]
1165                                                 <td class="batch-op borrowernumber" data-number="borrowernumber">
1166                                                     <span class="data-plain">[% cells.cell | $raw %]</span>
1167                                                     <div id="borrowernumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1168                                                         <ul class="dropdown-menu pull-right" role="menu">
1169                                                             <li><a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-eye"></i> View patron</a></li>
1170                                                             <li role="separator" class="divider"></li>
1171                                                             <li><a target="_blank" href="/cgi-bin/koha/members/memberentry.pl?op=modify&borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-pencil"></i> Edit patron</a></li>
1172                                                             <li role="separator" class="divider"></li>
1173                                                             <li><a target="_blank" href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% cells.cell | $raw %]"><i class="fa fa-barcode"></i> Check out</a></li>
1174                                                         </ul>
1175                                                     </div>
1176                                                 </td>
1177                                             [% ELSIF header_row.$place.cell == 'cardnumber' || header_types.item(header_row.$place.cell) == 'cardnumber' %]
1178                                                 <td class="batch-op cardnumber" data-number="cardnumber">
1179                                                     <span class="data-plain">[% cells.cell | $raw %]</span>
1180                                                     <div id="cardnumber_autolink" class="btn-group dropup autolink"><a class="btn btn-link dropdown-toggle" role="button" data-toggle="dropdown" href="#">[% cells.cell | $raw %] <b class="caret"></b></a>
1181                                                         <ul class="dropdown-menu pull-right" role="menu">
1182                                                             <li><a target="_blank" href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cells.cell | $raw %]"><i class="fa fa-barcode"></i> Check out</a></li>
1183                                                         </ul>
1184                                                     </div>
1185                                                 </td>
1186                                             [% ELSE %]
1187                                                 <td>
1188                                                     [% cells.cell | $raw %]
1189                                                 </td>
1190                                             [% END %]
1191                                         [% END %]
1192                                     </tr>
1193                                 [% END %]
1194                             </tbody>
1195                         </table>
1196                     [% END %]
1197                     <div class="pages">[% pagination_bar | $raw %]</div>
1198
1199                     [% INCLUDE 'chart.inc' %]
1200
1201                 [% END #/IF ( execute ) %]
1202
1203                 [% IF ( create ) %]
1204                     <h1>Create from SQL</h1>
1205                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form">
1206                         <fieldset class="rows">
1207                             <legend>Create report from SQL</legend>
1208                             <ol>
1209                                 <li>
1210                                     <label for="reportname" class="required">Report name:</label>
1211                                     [% IF ( reportname ) %]
1212                                         <input type="text" class="required" required="required" id="reportname" name="reportname" value="[% reportname | html %]" size="50"/>
1213                                     [% ELSE %]
1214                                         <input type="text" class="required focus" required="required" id="reportname" name="reportname" size="50" />
1215                                     [% END %]
1216                                     <span class="required">Required</span>
1217                                 </li>
1218                                 [% PROCESS group_and_subgroup_selection %]
1219
1220                                 [% IF (public) %]
1221                                     <li>
1222                                         <label for="public">Report is public:</label>
1223                                         <select id="public" name="public">
1224                                             <option value="0">No (default)</option>
1225                                             <option value="1" selected="selected">Yes</option>
1226                                         </select>
1227                                     </li>
1228                                 [% ELSE %]
1229                                     <li>
1230                                         <label for="public">Report is public:</label>
1231                                         <select id="public" name="public">
1232                                             <option value="0" selected="selected">No (default)</option>
1233                                             <option value="1">Yes</option>
1234                                         </select>
1235                                     </li>
1236                                 [% END # /IF (public) %]
1237
1238                                 [% IF (usecache) %]
1239                                     <li>
1240                                         <label for="cache_expiry">Cache expiry:</label>
1241                                         <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]"></input>
1242                                         <select id="cache_expiry_units" name="cache_expiry_units">
1243                                             <option value="seconds" selected="selected">Seconds (default)</option>
1244                                             <option value="minutes">Minutes</option>
1245                                             <option value="hours">Hours</option>
1246                                             <option value="days">Days</option>
1247                                         </select>
1248                                     </li>
1249                                 [% END # /IF (usecache) %]
1250                                 <li>
1251                                     <label for="notes">Notes:</label>
1252                                     <textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea>
1253                                 </li>
1254                             </ol>
1255                         </fieldset> <!-- /.rows -->
1256
1257                         <fieldset class="rows">
1258                             <legend>SQL:</legend>
1259                             <div style="margin:1em;">
1260                                 [% PROCESS insert_runtime_parameter  %]
1261                                 <textarea id="sql" name="sql" class="required" required="required" cols="50" rows="10">[% sql | html %]</textarea>
1262                                 <span class="required">Required</span>
1263                             </div>
1264                         </fieldset>
1265
1266                         <fieldset class="action">
1267                             <input type="hidden" name="phase" value="Save Report" />
1268                             <input type="submit" name="submit" value="Save report" />
1269                             <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a>
1270                         </fieldset>
1271                     </form>
1272                 [% END #/IF ( create ) %]
1273
1274                 [% IF saved_results %]
1275                     <h1>Saved report results</h1>
1276                     <h2>[% name | html %]</h2>
1277                     <p>[% notes | html %]</p>
1278                     <table>
1279                         [% FOREACH rows IN saved_results %]
1280                             <tr>
1281                                 [% FOREACH col IN rows %]
1282                                     <td>[% col | html %]</td>
1283                                 [% END %]
1284                             </tr>
1285                         [% END %]
1286                     </table>
1287                 [% END # /IF saved_results %]
1288
1289                 [% IF ( showsql ) %]
1290                 <h1>Saved reports - SQL</h1>
1291                     <fieldset class="rows">
1292                         <legend>[% reportname | html %]</legend>
1293                         <ol>
1294                             [% IF ( notes ) %]
1295                                 <li>
1296                                     <span class="label">Notes:</span>
1297                                     [% notes | html %]
1298                                 </li>
1299                             [% ELSE %]
1300                             [% END %]
1301                             <li>
1302                                 <textarea id="sql">[% sql | html %]</textarea>
1303                             </li>
1304                         </ol>
1305                     </fieldset>
1306                 [% END # /IF ( showsql ) %]
1307
1308                 [% IF ( save_successful ) %]
1309                     [% UNLESS ( errors ) %]
1310                         </br>
1311                         <div id="report_updated">
1312                             <div class="dialog message">
1313                                 <p>Your report "[% reportname | html %]" has been saved</p>
1314                             </div>
1315                         </div>
1316                     [% END %]
1317                 [% END %]
1318
1319                 [% IF ( editsql ) %]
1320                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form">
1321                         <input type="hidden" name="phase" value="Update SQL" />
1322                         <input type="hidden" name="id" value="[% id | html %]"/>
1323                         <fieldset class="rows">
1324                             <legend><h1>Edit SQL report</h1></legend>
1325                             <ol>
1326                                 <li>
1327                                     <label for="reportname" class="required">Report name: </label>
1328                                     <input type="text" id="reportname" name="reportname" value="[% reportname | html %]" size="50" class="required" required="required" />
1329                                     <span class="required">Required</span>
1330                                 </li>
1331                                 [% PROCESS group_and_subgroup_selection %]
1332                                 [% IF (public) %]
1333                                     <li>
1334                                         <label for="public">Report is public:</label>
1335                                         <select id="public" name="public">
1336                                             <option value="0">No (default)</option>
1337                                             <option value="1" selected="selected">Yes</option>
1338                                         </select>
1339                                     </li>
1340                                 [% ELSE %]
1341                                     <li>
1342                                         <label for="public">Report is public:</label>
1343                                         <select id="public" name="public">
1344                                             <option value="0" selected="selected">No (default)</option>
1345                                             <option value="1">Yes</option>
1346                                         </select>
1347                                     </li>
1348                                 [% END # /IF (public) %]
1349
1350                                 [% IF (usecache) %]
1351                                     <li>
1352                                         <label for="cache_expiry">Cache expiry:</label>
1353                                         <input type="text" id="cache_expiry" name="cache_expiry" value="[% cache_expiry | html %]" />
1354                                         <select id="cache_expiry_units" name="cache_expiry_units">
1355                                             <option value="seconds">Seconds (default)</option>
1356                                             <option value="minutes">Minutes</option>
1357                                             <option value="hours">Hours</option>
1358                                             <option value="days">Days</option>
1359                                         </select>
1360                                     </li>
1361                                 [% END %]
1362                                 <li>
1363                                     <label for="notes">Notes:</label>
1364                                     <textarea id="notes" name="notes" cols="50" rows="2">[% notes | html %]</textarea>
1365                                 </li>
1366                             </ol>
1367                         </fieldset> <!-- /.rows -->
1368
1369                         <fieldset class="rows">
1370                             <legend>SQL:</legend>
1371                                 [% PROCESS insert_runtime_parameter  %]
1372                                 <textarea id="sql" name="sql" class="required" required="required" cols="50" rows="10">[% sql | html %]</textarea>
1373                                 <span class="required" style="margin-left:30px;">Required</span>
1374                         </fieldset>
1375
1376                         <fieldset class="action">
1377                             <input type="submit" name="submit" value="Update SQL" />
1378                             <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a>
1379                         </fieldset>
1380                     </form>
1381                 [% END # /IF ( editsql ) %]
1382
1383                 [% IF ( errors ) %]
1384                     <form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
1385                         <div class="dialog alert">
1386                             <strong>The following error was encountered:</strong><br />
1387                             [% FOREACH error IN errors %]
1388                                 [% IF ( error.sqlerr ) %]
1389                                     This report contains the SQL keyword <strong>[% error.sqlerr | html %]</strong>.<br />
1390                                     Use of this keyword is not allowed in Koha reports due to security and data integrity risks. Only SELECT queries are allowed.<br />
1391                                     Please return to the &quot;Saved Reports&quot; screen and delete this report or retry creating a new one.
1392                                 [% ELSIF ( error.queryerr ) %]
1393                                     <span>The database returned the following error:</span> <br />
1394                                     [% error.queryerr | html %]<br />Please check the log for further details.
1395                                 [% ELSIF ( error.cache_expiry ) %]
1396                                     Please select a cache expiry less than 30 days.
1397                                 [% ELSE %]
1398                                 [% END %]
1399                                 <div id="onerror_actions">
1400                                     <a href="#" class="button goback">Return to previous page</a>
1401                                 </div>
1402                             [% END %]
1403                         </div>
1404                         <fieldset class="action">
1405                             <input type="hidden" name="phase" value="Use saved" />
1406                             <input type="submit" name="submit" value="Saved reports" />
1407                         </fieldset>
1408                     </form>
1409                 [% END # /IF ( errors ) %]
1410
1411             </main>
1412         </div> <!-- /.col-sm-10.col-sm-push-2 -->
1413
1414         <div class="col-sm-2 col-sm-pull-10">
1415             <aside>
1416                 [% IF ( saved1 ) %]
1417                     <div id="saved-reports-filter">
1418                         <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
1419                             <input type="hidden" name="phase" value="Use saved" />
1420                             <input type="hidden" name="filter_set" value="1" />
1421                             <fieldset class="brief">
1422                                 <h3>Filter</h3>
1423                                 <ol>
1424                                     <li>
1425                                         <label for="filter_date">Date:</label>
1426                                         <input type="text" id="filter_date" name="filter_date" size="10" value="[% filters.date | html %]" class="flatpickr" />
1427                                         <div class="hint">[% INCLUDE 'date-format.inc' %]</div>
1428                                     </li>
1429                                     <li>
1430                                         <label for="filter_author">Author:</label>
1431                                         <input type="text" id="filter_author" name="filter_author" value="[% filters.author | html %]" size="16" />
1432                                     </li>
1433                                     <li>
1434                                         <label for="filter_keyword">Keyword:</label>
1435                                         <input type="text" id="filter_keyword" name="filter_keyword" value="[% filters.keyword | html %]" size="16" />
1436                                     </li>
1437                                 </ol>
1438                             </fieldset> <!-- /.brief -->
1439                             <fieldset class="action">
1440                                 <input type="submit" value="Apply filter" />
1441                                 <a id="resetReportsFilter" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved&clear_filters=1">Clear</a>
1442                             </fieldset>
1443                         </form>
1444                     </div> <!-- /#saved-reports-filter -->
1445                 [% END %]
1446                 [% INCLUDE 'guided-reports-view.inc' %]
1447             </aside>
1448         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1449     </div> <!-- /.row -->
1450
1451     <!-- Runtime Parameters Modal -->
1452     <div class="modal" id="runtime_parameters" tabindex="-1" role="dialog" aria-labelledby="runtime_parametersLabel">
1453         <div class="modal-dialog" role="document">
1454             <div class="modal-content">
1455                 <div class="modal-header">
1456                     <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
1457                     <h4 class="modal-title" id="runtime_parametersLabel">Runtime parameter options</h4>
1458                 </div>
1459                 <form id="send_runtime_parameter">
1460                     <input type="hidden" name="param_category" id="param_category" />
1461                     <div class="modal-body">
1462                         <div class="form-group">
1463                             <label for="paramLabel" class="required">Parameter label: </label>
1464                             <input class="form-control required" type="text" name="paramLabel" id="paramLabel" required="required" />
1465                             <div class="hint">The label for the field shown when the report is run, e.g. "Select a library."</div>
1466                         </div>
1467                         <div id="authorised_value_category" class="form-group" style="display:none">
1468                             <label for="authorised_value">Authorized value category:</label>
1469                             <select class="form-control" name="authorised_value" id="authorised_value">
1470                                 <option value=""></option>
1471                                 [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories() %]
1472                             </select>
1473                             <div class="hint">Select which authorized value category the user will choose from.</div>
1474                         </div>
1475                     </div> <!-- /.modal-body -->
1476                     <div class="modal-footer">
1477                         <button type="submit" id="sendParam" class="btn btn-default approve">Insert parameter</button>
1478                         <button type="button" class="btn btn-default deny" data-dismiss="modal">Cancel</button>
1479                     </div> <!-- /.modal-footer -->
1480                 </form> <!-- /#send_runtime_parameter -->
1481             </div> <!-- /.modal-content -->
1482         </div> <!-- /.modal-dialog -->
1483     </div> <!-- /#runtime_parameters -->
1484
1485 [% MACRO jsinclude BLOCK %]
1486     [% Asset.js("js/charts.js") | $raw %]
1487     [% Asset.js("lib/d3c3/d3.min.js") | $raw %]
1488     [% Asset.js("lib/d3c3/c3.min.js") | $raw %]
1489     [% INCLUDE 'calendar.inc' %]
1490     [% INCLUDE 'datatables.inc' %]
1491     [% IF ( saved1 ) %]
1492         [% INCLUDE 'columns_settings.inc' %]
1493     [% END %]
1494     [% Asset.js( "lib/codemirror/codemirror.min.js" ) | $raw %]
1495     [% Asset.js( "lib/codemirror/overlay.min.js" ) | $raw %]
1496     [% Asset.js( "lib/codemirror/sql.min.js" ) | $raw %]
1497     [% Asset.js( "js/mana.js" ) | $raw %]
1498     <script>
1499
1500         function hide_bar_element() {
1501             $('#chart-column-horizontal').hide()
1502             $('.chart-column-group').each(function( index ) {
1503                 $( this ).hide();
1504             });
1505             $('.chart-column-line').each(function( index ) {
1506                 $( this ).hide()
1507             });
1508         }
1509
1510         function show_bar_element() {
1511             $('#chart-column-horizontal').show()
1512             $('.chart-column-group').each(function( index ) {
1513                 $( this ).show()
1514             });
1515             $('.chart-column-line').each(function( index ) {
1516                 $( this ).show()
1517             });
1518         }
1519
1520         function removeColumn(id) {
1521             $('#'+id).remove();
1522
1523             if ( $('.chart-column-conf').length == 1 ) {
1524                 $('.chart-column-delete').remove();
1525             }
1526         }
1527
1528         /* overlay a syntax-highlighting definition on top of the existing sql one */
1529         CodeMirror.defineMode("sqlPlaceholders", function(config, parserConfig) {
1530             var sqlPlaceholdersOverlay = {
1531                 token: function(stream, state) {
1532                     var ch;
1533
1534                     if (stream.match("<<")) {
1535                         while ((ch = stream.next()) != null) {
1536                             if (ch == ">" && stream.next() == ">") {
1537                                 stream.eat(">");
1538                                 return "sqlParams";
1539                             }
1540                         }
1541                     }
1542
1543                     if (stream.match("[[")) {
1544                         while ((ch = stream.next()) != null) {
1545                             if (ch == "]" && stream.next() == "]") {
1546                                 stream.eat("]");
1547                                 return "columnPlaceholder";
1548                             }
1549                         }
1550                     }
1551
1552                     else if (stream.next() != null) {
1553                         return null;
1554                     }
1555                 }
1556             };
1557             return CodeMirror.overlayMode(CodeMirror.getMode(config, parserConfig.backdrop || "text/x-sql"), sqlPlaceholdersOverlay);
1558         });
1559
1560         var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this report? This cannot be undone.");
1561         var group_subgroups = {};
1562         [% FOREACH group IN groups_with_subgroups %]
1563             var gid = "[% group.id | html %]"
1564             group_subgroups[gid] = new Array();
1565             [% FOREACH subgroup IN group.subgroups %]
1566                 var sgid = "[% subgroup.id | html %]";
1567                 var sgname = "[% subgroup.name | html %]";
1568                 group_subgroups[gid].push([sgid, sgname]);
1569             [% END %]
1570         [% END %]
1571
1572         [% IF ( create || editsql || save ) %]
1573
1574             var editor = CodeMirror.fromTextArea(sql, {
1575                 lineNumbers: true,
1576                 mode: "sqlPlaceholders", /* text/x-sql plus custom sqlPlaceholders configuration */
1577                 lineWrapping: true,
1578                 smartIndent: false
1579             });
1580
1581             // https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232
1582             function clearValidation( formElement ){
1583                 // formElement should be a jQuery object
1584                 var validator = formElement.validate();
1585                 // Iterate through named elements inside of the form, and mark them as error free
1586                 $('[name]',formElement).each(function(){
1587                     validator.successList.push(this);//mark as error free
1588                     validator.showErrors();//remove error messages if present
1589                 });
1590                 validator.resetForm();//remove error class on name elements and clear history
1591                 validator.reset();//remove all error and success data
1592             }
1593         [% END %]
1594
1595         [% IF ( showsql ) %]
1596             var editor = CodeMirror.fromTextArea(sql, {
1597                 lineNumbers: false,
1598                 mode: "sqlPlaceholders", /* text/x-sql plus custom sqlPlaceholders configuration */
1599                 lineWrapping: true,
1600                 readOnly: true
1601             });
1602         [% END %]
1603
1604         function showParamModal( category ){
1605             var modal = $("#runtime_parameters");
1606             var modalTitle = $("#runtime_parametersLabel");
1607             switch ( category ){
1608                 case "insertAuthVal":
1609                     modalTitle.text( _("Insert authorized value parameter") );
1610                     $("#paramLabel").val( _("Authorized value") );
1611                     $("#authorised_value_category").show();
1612                     $("label[for='authorised_value']").addClass("required");
1613                     $("#authorised_value").prop("required", true ).attr("required", "required").addClass("required");
1614                     break;
1615                 case "insertCnSource":
1616                     modalTitle.text( _("Insert classification source parameter") );
1617                     $("#paramLabel").val( _("Source of classification or shelving scheme") );
1618                     $("#param_category").val("cn_source");
1619                     break;
1620                 case "insertFramework":
1621                     modalTitle.text( _("Insert bibliographic framework parameter") );
1622                     $("#paramLabel").val( _("Framework") );
1623                     $("#param_category").val("biblio_framework");
1624                     break;
1625                 case "insertDate":
1626                     modalTitle.text( _("Insert date parameter") );
1627                     $("#paramLabel").val( _("Date") );
1628                     $("#param_category").val("date");
1629                     break;
1630                 case "insertItemtypes":
1631                     modalTitle.text( _("Insert item types parameter") );
1632                     $("#paramLabel").val( _("Item type") );
1633                     $("#param_category").val("itemtypes");
1634                     break;
1635                 case "insertBranches":
1636                     modalTitle.text( _("Insert libraries parameter") );
1637                     $("#paramLabel").val( _("Library") );
1638                     $("#param_category").val("branches");
1639                     break;
1640                 case "insertCategorycode":
1641                     modalTitle.text( _("Insert patron category parameter") );
1642                     $("#paramLabel").val( _("Patron category") );
1643                     $("#param_category").val("categorycode");
1644                     break;
1645                 case "insertCashregister":
1646                     modalTitle.text( _("Insert cash register parameter") );
1647                     $("#paramLabel").val( _("Cash register") );
1648                     $("#param_category").val("cash_registers");
1649                     break;
1650                 case "insertDebittypes":
1651                     modalTitle.text( _("Insert debit type parameter") );
1652                     $("#paramLabel").val( _("Debit type") );
1653                     $("#param_category").val("debit_types");
1654                     break;
1655                 case "insertCredittypes":
1656                     modalTitle.text( _("Insert credit type parameter") );
1657                     $("#paramLabel").val( _("Credit type") );
1658                     $("#param_category").val("credit_types");
1659                     break;
1660                 case "insertList":
1661                     modalTitle.text( _("Insert list parameter") );
1662                     $("#paramLabel").val( _("List of values") );
1663                     $("#param_category").val("list");
1664                     break;
1665                 case "insertText":
1666                     modalTitle.text( _("Insert text parameter") );
1667                     $("#paramLabel").val( _("Text") );
1668                     $("#param_category").val("");
1669                     break;
1670             }
1671             $("#paramLabel").select();
1672             modal.modal("show");
1673         }
1674
1675         function load_group_subgroups () {
1676             var group = $("#group_select").val();
1677             var sg = $("#subgroup");
1678             $(sg).find('option[value!=""]').each(function() {
1679                 $(this).remove();
1680             });
1681             $(sg).hide();
1682             if (group) {
1683                 var select = $(sg).find('select')[0];
1684                 $.each( group_subgroups[group], function(index, value) {
1685                     $('<option value="' + value[0] + '">' + value[1] + '</option>').appendTo(select);
1686                 } );
1687                 $("#subgroup, #subgroup *").show();
1688             }
1689         }
1690
1691         $(document).ready(function(){
1692
1693             var activeTab = localStorage.getItem("sql_reports_activetab");
1694
1695             $("body").on('click',".fetch_chart_data",function(){
1696                 if( [% unlimited_total || 0 | $raw %] > 1000 ){
1697                     if( confirm( _("Fetching full chart data for reports with many rows can cause performance issues. Are you sure you want to chart this report?") ) ){
1698                         return true;
1699                     } else {
1700                         return false;
1701                     }
1702                 }
1703             });
1704
1705             var showsql;
1706             hide_bar_element();
1707
1708             if ( $('.chart-column-conf').length == 1 ) {
1709                 $('.chart-column-delete').remove();
1710             }
1711
1712             $(".chart-column-delete").on('click', function(e){
1713                 e.preventDefault();
1714                 removeColumn('column_' + $(this).data('column'));
1715             })
1716
1717             $('#download-chart').click(function() {
1718                 var svg = '<svg>' + $('#chart svg').html() + '</svg>';
1719                 this.href = 'data:application/octet-stream;base64,' + btoa(svg);
1720                 this.setAttribute('download', 'chart.svg');
1721             });
1722
1723             $('#chart-type').change(function() {
1724                 if ($(this).val() == 'bar') {
1725                     show_bar_element();
1726                 }
1727                 else {
1728                     hide_bar_element();
1729                 }
1730             });
1731
1732             $('#download-chart').hide();
1733             var chart;
1734
1735             [% IF results && !errors %]
1736                 $('#draw-chart').click(function() {
1737
1738                     var x_elements = $('select[name="x"]').val();
1739                     var y_elements = [];
1740                     var groups = [];
1741                     var lines = [];
1742                     var options = {};
1743
1744                     headers = [% header_row.json | $raw %];
1745
1746                     var results;
1747                     [% IF allresults.size %]
1748                         if ($('input[name="chart-include-all"]').prop('checked')) {
1749                             results = [% allresults.json | $raw %]
1750                         }
1751                         else {
1752                             results = [% results.json | $raw %]
1753                         }
1754                     [% ELSE %]
1755                         results = [% results.json | $raw %];
1756                     [% END %]
1757
1758                     if ($('input[name="chart-exclude-last"]').prop('checked')) {
1759                         results.splice(-1, 1);
1760                     }
1761
1762                     $('select[name="y"]').each(function( index ) {
1763                         y_elements.push( $(this).val() );
1764                     });
1765                     $('select[name="group"]').each(function( index ) {
1766                         groups.push( $(this).val() );
1767                     });
1768                     $('.column-line').each(function( index ) {
1769                         if ($(this).prop('checked')) {
1770                             lines.push( $(this).attr('name') );
1771                         }
1772                     });
1773
1774                     // Remove deleted columns from headers and results.
1775                     var deleted_indexes = [];
1776                     var kept_headers = [];
1777                     $.each(headers, function(index, value) {
1778                         if (value.cell != x_elements && $.inArray(value.cell, y_elements) === -1) {
1779                             // This header is neither a x element nor in y elements. Don't need it.
1780                             deleted_indexes.push(index);
1781                         }
1782                         else {
1783                             kept_headers.push({cell: value.cell});
1784                         }
1785                     });
1786
1787                     // Remove coresponding cells.
1788                     var kept_results = [];
1789                     $.each(results, function(index, value) {
1790                         var line = {};
1791                         line['cells'] = [];
1792                         $.each(value.cells, function(i, val) {
1793                             if ($.inArray(i, deleted_indexes) === -1) {
1794                                 line['cells'].push({cell: val.cell});
1795                             }
1796                         });
1797                         kept_results.push(line);
1798                     });
1799
1800                     options.type = $('select[name="chart-type"]').val();
1801                     options.horizontal = $('input[name="column-horizontal"]').prop('checked');
1802                     options.lines = lines;
1803
1804                     chart = create_chart(kept_headers, kept_results, x_elements, y_elements, groups, options);
1805                     $("#download-chart,#toggle_chart_settings_hid,#chart").show();
1806                     $("#toggle_chart_settings_vis").hide();
1807                     $("#chartModal").modal("hide");
1808                 });
1809             [% END %]
1810             [% IF ( create ) %]
1811                 load_group_subgroups();
1812             [% END %]
1813
1814             $('[data-toggle="tooltip"]').tooltip();
1815
1816             $('#limit').change(function() {
1817                 $('#limitselect').submit();
1818             });
1819
1820             $(document).click(function() {
1821                 $('#report_updated').hide();
1822             });
1823
1824             $(".goback").on("click",function(e){
1825                 e.preventDefault();
1826                 window.history.back();
1827             });
1828
1829             $("body").on("click", ".mana_search_button", function(){
1830                 $("#mana-loading").show();
1831                 mana_search($("#mana_search_field").val());
1832             });
1833
1834             $(".ShareButton").on("click", function(){
1835                 $("#note-error").hide();
1836                 if($(this).closest("tr").find(".report_notes").text().length < 20 || $(this).closest("tr").find(".report_name").text().length < 20){
1837                     $(".shared_infos").hide();
1838                     $("#note-error").show();
1839                 }
1840                 else{
1841                     $("#reportid").val($(this).closest("tr").find(".report_id").text());
1842                     $("#shared_id").html($(this).closest("tr").find(".report_id").text());
1843                     $("#shared_name").html($(this).closest("tr").find(".report_name").text());
1844                     $("#shared_sql").html($(this).closest("tr").find(".report_sql").val());
1845                     $("#shared_type").html($(this).closest("tr").find(".report_type").text());
1846                     $("#shared_group").html($(this).closest("tr").find(".report_group").text());
1847                     $("#shared_notes").html($(this).closest("tr").find(".report_notes").text());
1848                 }
1849             });
1850
1851             $("#ManaCloseButton").on("click", function() {
1852                 $(".shared_infos").show();
1853             });
1854
1855             $("#addColumn").on("click",function(){
1856                 addColumn();
1857             });
1858
1859             $("#delColumn").on("click",function(){
1860                 delColumn();
1861             });
1862
1863             [% IF (saved1) %]
1864                 var table_settings = [% TablesSettings.GetTableSettings( 'reports', 'saved-sql', 'table_reports', 'json' ) | $raw %];
1865                 var rtable = KohaTable("table_reports", {
1866                     'bAutoWidth': false,
1867                     'sPaginationType': 'full',
1868                     'aaSorting': [[ 1, "asc" ]],
1869                     'oLanguage': {
1870                         'sZeroRecords': _("No matching reports found")
1871                     }
1872                 }, table_settings);
1873
1874                 $("#tabs a[data-toggle='tab']").on("shown.bs.tab", function (e) {
1875                     tabsInit( $(e.target).parent(), rtable );
1876                 });
1877
1878                 if( activeTab ){
1879                     $("#tabs li:eq(" + activeTab + ") a").tab("show");
1880                 }
1881
1882                 $("#subgroup_filter").change(function() {
1883                     var selected = $(this).find('option:selected');
1884                     var sg_id = $(selected).val();
1885                     var sg_name = $(selected).text();
1886                     if (sg_id.length > 0) {
1887                         rtable.fnFilter('^' + sg_name + '$', 5, true, true, true, false);
1888                         rtable.fnSetColumnVis(5, false);
1889                     } else {
1890                         rtable.fnFilter('', 5);
1891                         rtable.fnSetColumnVis(5, true);
1892                     }
1893                 });
1894
1895                 $("#reports_form").submit(function(){
1896                     var checkedItems = $("input[name=ids]:checked");
1897                     if ($(checkedItems).size() == 0) {
1898                         alert(_("You must select one or more reports to delete"));
1899                         return false;
1900                     }
1901                     $(checkedItems).parents('tr').addClass("warn");
1902                     if( confirm(_("Are you sure you want to delete the selected reports?")) ) {
1903                         return true;
1904                     } else {
1905                         $(checkedItems).parents('tr').removeClass("warn");
1906                         return false;
1907                     }
1908                 });
1909
1910                 $("body").on("click", ".update_sql", function(e){
1911                     e.preventDefault();
1912                     var ltitle = $(this).text();
1913                     var report_id = $(this).data("report_id");
1914                     var page = $(this).attr("href");
1915                     $("#update_sql .modal-body").load(page + " div", function(){
1916                         var diff1 = $("#col1 .show_sql").text();
1917                         var diff2 = $("#col2 .show_sql").text();
1918                         var diffs = diffString( escape(diff1), escape(diff2) );
1919                         $("#col1 .show_sql,#col2 .show_sql").html(diffs);
1920                     });
1921                     $('#update_sql').modal('show');
1922                     $("#update_sql_button").attr("href", "/cgi-bin/koha/reports/guided_reports.pl?phase=Use saved&op=convert&report_id=" + report_id);
1923                 });
1924
1925                 $("#update_sql").on("hidden.bs.modal", function(){
1926                     $("#update_sql_label").html("");
1927                     $("#update_sql .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>");
1928                 });
1929             [% END %]
1930
1931             [% IF ( showsql ) %]
1932                 $("#sql").focus(function() {
1933                     $(this).select();
1934                 });
1935             [% END %]
1936
1937             $("#toggle_sql").click(function(){
1938                 var sql_output = $("#sql_output");
1939                 sql_output.toggle();
1940                 if( sql_output.is(":visible") ){
1941                     $(this).button('complete');
1942                 } else {
1943                     $(this).button('reset');
1944                 }
1945                 if( !showsql ){
1946                     showsql = CodeMirror.fromTextArea(sql, {
1947                         lineNumbers: false,
1948                         mode: "text/x-sql",
1949                         lineWrapping: true,
1950                         readOnly: true
1951                     });
1952                 }
1953             });
1954
1955             $(".toggle_chart_settings").click(function(){
1956                 $("#chart, #toggle_chart_settings_hid, #toggle_chart_settings_vis").toggle();
1957             });
1958
1959             $("#table_reports").delegate(".confirmdelete", 'click', function(){
1960                 $(this).parents('tr').attr("class","warn");
1961                 if(confirm(_("Are you sure you want to delete this saved report?"))){
1962                     return true;
1963                 } else {
1964                     $(this).parents('tr').attr("class","");
1965                     return false;
1966                 }
1967             });
1968
1969             [% IF (create || editsql || save) %]
1970
1971                 var validated_form = $("#sql_report_form").validate({
1972                     reportname: "required",
1973                     group_input: {
1974                         required: {
1975                             depends: function(element) {
1976                                 return $("#create_group").prop("checked") && $("#groupdesc_input").val() != '';
1977                             }
1978                         }
1979                     },
1980                     groupdesc_input: {
1981                         required: {
1982                             depends: function(element) {
1983                                 return $("#create_group").prop("checked") && $("#group_input").val() != '';
1984                             }
1985                         }
1986                     }
1987                 });
1988
1989                 $("#select_group").change(function() {
1990                     if($(this).prop('checked')) {
1991                         $("#group_input").attr("class","").prop('disabled', true).prop("required", false);
1992                         $("#groupdesc_input").attr("class","").prop('disabled', true).prop("required", false);
1993                         $("#group_select").prop('disabled', false);
1994                         clearValidation( $("#sql_report_form") );
1995                         if ($("#group_select").val().length > 0) {
1996                             $("#select_subgroup").prop('checked', true);
1997                             $("#select_subgroup").change();
1998                             $("#subgroup, #subgroup *").show();
1999                         } else {
2000                             $("#subgroup").hide();
2001                         }
2002                     }
2003                 });
2004                 $("#create_group").change(function() {
2005                     if($(this).prop('checked')) {
2006                         $("#group_input").prop('disabled', false).prop("required", true );
2007                         $("#groupdesc_input").prop('disabled', false).prop("required", true );
2008                         $("#group_select").prop('disabled', true);
2009                         // $("#create_subgroup").prop('checked', true).change();
2010                         $("#subgroup_select").hide();
2011                         $("#subgroup input[type='radio']").hide();
2012                         $("#subgroup label[for]").hide();
2013                         $("#subgroup_input").prop("required", false ).prop("disabled", false).show();
2014                         $("#subgroupdesc_input").prop("required", false ).prop("disabled", false).show();
2015                         $("#subgroup").show();
2016                         // Add validation rules for fields which were previously hidden
2017                         $("#subgroup_input").rules("add", {
2018                             required: {
2019                                 depends: function(element) {
2020                                     return $("#create_group").prop("checked") &&  $("#subgroupdesc_input").val() != '';
2021                                 }
2022                             }
2023                         });
2024                         $("#subgroupdesc_input").rules("add", {
2025                             required: {
2026                                 depends: function(element) {
2027                                     return $("#create_group").prop("checked") &&  $("#subgroup_input").val() != '';
2028                                 }
2029                             }
2030                         });
2031                     }
2032                 });
2033                 $("#select_subgroup").change(function() {
2034                     if($(this).prop('checked')) {
2035                         $("#subgroup_select").prop('disabled', false);
2036                         $("#subgroup_input").prop('disabled', true).prop("required", false );
2037                         $("#subgroupdesc_input").prop('disabled', true).prop("required", false );
2038                         clearValidation( $("#sql_report_form") );
2039                     }
2040                 });
2041                 $("#create_subgroup").change(function() {
2042                     if($(this).prop('checked')) {
2043                         $("#subgroup_input").prop('disabled', false).prop("required", true );
2044                         $("#subgroupdesc_input").prop('disabled', false).prop("required", true );
2045                         $("#subgroup_select").val("").prop('disabled', true);
2046                     }
2047                 });
2048                 $("#select_group").change();
2049                 $("#select_subgroup").change();
2050                 $("#group_select").on("change",function(){
2051                     load_group_subgroups();
2052                 });
2053
2054                 $(".insertParam").on("click", function(e){
2055                     e.preventDefault();
2056                     var category = this.id;
2057                     showParamModal( category );
2058                 });
2059
2060                 $("#runtime_parameters").on("shown.bs.modal", function(){
2061                     $("#paramLabel").focus();
2062                 });
2063
2064                 $("#runtime_parameters").on("hide.bs.modal", function(){
2065                     $("#send_runtime_parameter")[0].reset();
2066                     $("#authorised_value_category").val("").hide();
2067                     $("label[for='authorised_value']").removeClass("required");
2068                     $("#authorised_value").prop("required", false ).removeAttr("required").removeClass("required");
2069                 });
2070
2071                 $("#send_runtime_parameter").on("submit", function(e){
2072                     e.preventDefault();
2073                     /* Get form values */
2074                     var paramLabel = $("#paramLabel").val();
2075                     var param_category = $("#param_category").val();
2076                     var categoryLabel = $("#authorised_value").val();
2077                     // Get CodeMirror environment variables
2078                     var selection = editor.getSelection();
2079                     var doc = editor.getDoc();
2080                     var cursor = doc.getCursor();
2081                     var pos = {
2082                         line: cursor.line,
2083                         ch: cursor.ch
2084                     }
2085                     /* Build runtime parameter text string */
2086                     var text = "";
2087                     if( paramLabel && param_category ){
2088                         text += paramLabel + "|" + param_category;
2089                     } else if( paramLabel ) {
2090                         text += paramLabel;
2091                     } else if( param_category ){
2092                         text += param_category;
2093                     }
2094                     if( text != "" ){
2095                         text = " <<" + text + ">> ";
2096                         if( selection.length > 0){
2097                             editor.replaceSelection(text);
2098                         } else {
2099                             doc.replaceRange(text, pos);
2100                         }
2101                     }
2102                     $("#runtime_parameters").modal("hide");
2103                 });
2104
2105                 $("#authorised_value").on("change", function(){
2106                     $("#param_category").val( $(this).val() );
2107                 });
2108
2109             [% END %]
2110
2111             $(".delete").on("click",function(){
2112                 return confirmDelete(MSG_CONFIRM_DELETE);
2113             });
2114
2115             $("#mana_search_form").submit(function(e){
2116                 e.preventDefault();
2117             });
2118
2119             $("#column_submit").submit(function() {
2120                 if ($("#selectedColumns option").size() < 1) {
2121                     alert(_("No columns selected!"));
2122                     return false;
2123                 }
2124                 $("#selectedColumns option").attr("selected", "selected");  // Select everything still in #selectedColumns
2125                 return true;
2126             });
2127
2128             // Mana KB
2129             $("body").on("click", ".mana-use", function(e) {
2130                 e.preventDefault();
2131                 $(this).find("i").attr("class","fa fa-refresh fa-spin");
2132                 mana_use( $(this).data("report_id") );
2133             });
2134
2135             $("#mana_search_result").on("hide.bs.modal", function(){
2136                 $("#mana_result_content").html("");
2137                 $("#mana_search_field").val("");
2138             });
2139
2140             $(".batch_op").on("click", function(e){
2141                 e.preventDefault();
2142                 var target_form = $(this).data("submit");
2143                 $("#" + target_form ).submit();
2144             });
2145
2146             $("#batch_add_to_list").on("submit", function(e){
2147                 e.preventDefault();
2148                 addToList();
2149             });
2150
2151             $("body").on("click", ".preview_sql", function(e){
2152                 e.preventDefault();
2153                 var reportid = $(this).data("reportid");
2154                 previewSql( reportid );
2155             });
2156             $(".limitselect").on("click", function(){
2157                 var limit = $(this).data("limit");
2158                 $("#limit").val( limit );
2159                 $("#limitselect").submit();
2160             });
2161
2162         });
2163
2164         $("#toggle_auto_links").on("click", function(e){
2165             e.preventDefault();
2166             if( $(".data-plain").is(":visible") ){
2167                 /* if a data-plain element is visible, this click hides it and shows auto-links */
2168                 localStorage.removeItem("reports_auto_link_off");
2169             } else {
2170                 /* if a data-plain element is hidden, this click shows it  and hides auto-links */
2171                 localStorage.setItem("reports_auto_link_off", 1);
2172             }
2173             $(".data-plain,.autolink").toggle();
2174         });
2175         if ( localStorage.getItem("reports_auto_link_off") == 1 ){
2176             $("#toggle_auto_links").click();
2177         }
2178
2179         function tabsInit( tab, rtable ){
2180             var thisTab = tab; // ui.newTab ? ui.newTab : ui.tab;
2181             var activeTab = thisTab.index();
2182             localStorage.setItem("sql_reports_activetab", activeTab );
2183
2184             $("#subgroup_filter option").each(function() {
2185                 if($(this).val().length > 0) {
2186                     $(this).remove();
2187                 }
2188             });
2189             rtable.fnFilter('', 4);
2190             rtable.fnFilter('', 5);
2191             rtable.fnSetColumnVis(4, true);
2192             rtable.fnSetColumnVis(5, true);
2193
2194             var g_id = $( tab ).children().attr('id');
2195             var g_name = $( tab ).children().text();
2196             if ( g_name == _("All") ) {
2197                 g_id = "";
2198                 g_name = "";
2199             }
2200
2201             if (g_id && g_id.length > 0) {
2202                 rtable.fnFilter('^' + g_name + '$', 4, true, true, true, false);
2203                 rtable.fnSetColumnVis(4, false);
2204                 for(var i in group_subgroups[g_id]) {
2205                     $("#subgroup_filter").append(
2206                         '<option value="' + group_subgroups[g_id][i][0] + '">'
2207                         + group_subgroups[g_id][i][1] + '</option>'
2208                     );
2209                 }
2210                 $("#subgroup_filter_block").show();
2211             } else {
2212                 $("#subgroup_filter_block").hide();
2213             }
2214         }
2215
2216         function addColumn() {
2217             $("#availableColumns option:selected").clone().appendTo("#selectedColumns").attr("selected", "selected");
2218         }
2219         function delColumn() {
2220             $("#selectedColumns option:selected").remove();
2221         }
2222
2223         // Mana KB
2224         function mana_use( mana_id ){
2225             $.ajax( {
2226                 type:"POST",
2227                 url: "/cgi-bin/koha/svc/mana/use",
2228                 data: {id:mana_id, resource: 'report', saveinbase: 1},
2229                 dataType: "json",
2230             })
2231             .done( function (result){
2232                 if ( result.errmsg ){
2233                     alert( result.errmsg );
2234                 }
2235                 else{
2236                     window.location = ("/cgi-bin/koha/reports/guided_reports.pl?reports=").concat(result.id).concat("&phase=Show%20SQL&mana_success=1");
2237                 }
2238             })
2239             .fail(function( error ) {
2240                 $(".mana_use_status").hide();
2241                 $("#mana_use_errortext").html( error.status + " " + error.statusText );
2242                 $("#mana_use_failed").show();
2243                 $(".mana-use i").attr("class","fa fa-download");
2244             });
2245         }
2246
2247         function mana_search( textquery ){
2248             $(".mana_search_status").hide();
2249             $("#mana_result_content").load("/cgi-bin/koha/svc/mana/search #mana_results", { resource: 'report', id: textquery, usecomments: 1 }, function( response, status, xhr ) {
2250
2251                     if ( status == "error" ) {
2252                         $("#mana_search_errortext").html( xhr.status + " " + xhr.statusText );
2253                         $("#mana_search_failed").show();
2254                         $("#mana-loading").hide();
2255                     } else {
2256                         $(".mana_search_status").hide();
2257                         $("#mana_search_result_label").text(_("Results from Mana Knowledge Base"));
2258                         $("#mana-loading").hide();
2259                         $("#mana_results_datatable").dataTable($.extend(true, {}, dataTablesDefaults,{
2260                             "sPaginationType":"full",
2261                             "autoWidth": false,
2262                             "columnDefs": [
2263                                 { "width": "35%", "targets": 1 }
2264                             ],
2265                             "aoColumnDefs": [
2266                                 { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
2267                                 { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
2268                             ]
2269                         }));
2270
2271                         $(".showbutton").on("click", function(e){
2272                             e.preventDefault();
2273                             $(this).parent().hide();
2274                             $(this).parent().next().show();
2275                         });
2276
2277                         $(".hidebutton").on("click", function(e){
2278                             e.preventDefault();
2279                             $(this).parent().hide();
2280                             $(this).parent().prev().show();
2281                         });
2282
2283                         if($("td.dataTables_empty").length == 0){
2284                             $("#mana_search_message").show();
2285                         }
2286                     }
2287                 });
2288         }
2289
2290         function addToList() {
2291             var biblionumbers = [];
2292             $(".bib_to_list").each(function() {
2293                 var biblionumber = Number( $(this).val() );
2294                 if( biblionumbers.indexOf( biblionumber ) < 0 ){
2295                     biblionumbers.push( biblionumber );
2296                 }
2297             });
2298             bibs = biblionumbers.join("/");
2299             var url = "/cgi-bin/koha/virtualshelves/addbybiblionumber.pl?biblionumbers=" + bibs;
2300             window.open(url, 'Add_to_virtualshelf', 'width=500, height=400, toolbar=false, scrollbars=yes');
2301             return false;
2302         }
2303
2304         // Adapted from https://gist.github.com/jnormore/7418776
2305         function previewSql(reportid) {
2306             var yes_label = "";
2307             var no_label = "";
2308             var message = $("#previewSql" + reportid ).val();
2309             var title = $("#previewSql" + reportid ).data("title");
2310             if( $("#preview-sql-modal").length > 0) {
2311                 $("#preview-sql-modal").remove();
2312             }
2313             $("body").append('<div id="preview-sql-modal" tabindex="-1" role="dialog" aria-hidden="true" class="modal">\
2314                 <div class="modal-dialog">\
2315                     <div class="modal-content">\
2316                         <div class="modal-header" style="min-height:40px;">\
2317                             <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close">\
2318                                 <span aria-hidden="true">×</span>\
2319                             </button>\
2320                             <h4 class="modal-title">' + title + '</h4>\
2321                         </div>\
2322                         <div class="modal-body"><textarea id="code' + reportid + '">' + message + '</textarea>\
2323                         <div class="modal-footer">\
2324                             <a id="preview-modal-editreport" class="btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=' + reportid + '&amp;phase=Edit%20SQL"><i class="fa fa-pencil"></i> ' + _("Edit") + '</a>\
2325                             <a id="preview-modal-duplicate" class="btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from existing&amp;report_id=' + reportid + '"><i class="fa fa-copy"></i> ' + _("Duplicate") + '</a>\
2326                             <a id="preview-modal-duplicate" class="btn btn-default" href="/cgi-bin/koha/tools/scheduler.pl?id=' + reportid + '"><i class="fa fa-clock-o"></i> ' + _("Schedule") + '</a>\
2327                             <a id="preview-modal-delete" class="delete btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=' + reportid + '&amp;phase=Delete%20Saved"><i class="fa fa-trash"></i> ' + _("Delete") + '</a>\
2328                             <a id="preview-modal-runreport" class="btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=' + reportid + '&amp;phase=Run%20this%20report"><i class="fa fa-play"></i> ' + _("Run report") + '</a>\
2329                             <a href="#" id="preview-sql-modal-cancel" data-dismiss="modal" class="btn btn-default"><i class="fa fa-remove" aria-hidden="true"></i> ' + _("Close") + '</a>\
2330                         </div>\
2331                     </div>\
2332                 </div>\
2333             </div>');
2334
2335             $("#preview-sql-modal").modal('show');
2336             CodeMirror.fromTextArea( document.getElementById("code" + reportid ), {
2337                 lineNumbers: false,
2338                 mode: "text/x-sql",
2339                 lineWrapping: true,
2340                 readOnly: true
2341             });
2342         }
2343     </script>
2344 [% END %]
2345
2346 [% INCLUDE 'intranet-bottom.inc' %]
2347
2348 [% BLOCK group_and_subgroup_selection %]
2349     <li id="group">
2350         <label>Report group:</label>
2351         <input type="radio" name="select_or_create_group"
2352             id="select_group" checked="checked" />
2353         <label for="select_group" style="float:none">Select</label>
2354         <select name="group" id="group_select">
2355             <option value="">(None)</option>
2356             [% FOREACH group IN groups_with_subgroups %]
2357                 [% IF (group.selected) %]
2358                     <option value="[% group.id | html %]" selected="selected">
2359                 [% ELSE %]
2360                     <option value="[% group.id | html %]">
2361                 [% END %]
2362                     [% group.name | html %]
2363                 </option>
2364             [% END %]
2365         </select>
2366         <input type="radio" name="select_or_create_group" id="create_group" />
2367         <label for="create_group" style="float:none">or create:</label>
2368         <input type="text" name="group" id="group_input" title="Group code" placeholder="Code" />
2369         <input type="text" name="groupdesc" id="groupdesc_input" title="Group name" placeholder="Name" />
2370     </li>
2371     <li id="subgroup">
2372         <label>Report subgroup:</label>
2373         <input type="radio" name="select_or_create_subgroup"
2374             id="select_subgroup" checked="checked" />
2375         <label for="select_subgroup" style="float:none">Select</label>
2376         <select name="subgroup" id="subgroup_select">
2377             <option value="">(None)</option>
2378             [% FOREACH group IN groups_with_subgroups %]
2379                 [% IF (group.selected) %]
2380                     [% FOREACH subgroup IN group.subgroups %]
2381                         [% IF (subgroup.selected) %]
2382                             <option value="[% subgroup.id | html %]" selected="selected">
2383                         [% ELSE %]
2384                             <option value="[% subgroup.id | html %]">
2385                         [% END %]
2386                             [% subgroup.name | html %]
2387                         </option>
2388                     [% END %]
2389                 [% END %]
2390             [% END %]
2391         </select>
2392         <input type="radio" name="select_or_create_subgroup"
2393             id="create_subgroup" />
2394         <label for="create_subgroup" style="float:none">or create</label>
2395         <input type="text" name="subgroup" id="subgroup_input" title="Subgroup code" placeholder="Code" />
2396         <input type="text" name="subgroupdesc" id="subgroupdesc_input" title="Subgroup name" placeholder="Name" />
2397     </li>
2398 [% END %]
2399
2400 [% BLOCK insert_runtime_parameter %]
2401     <div class="btn-group"  style="margin-left:30px;">
2402         <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
2403             Insert runtime parameter <span class="caret"></span>
2404         </button>
2405         <ul class="dropdown-menu">
2406             <li><a href="#" class="insertParam" id="insertAuthVal">Authorized values</a></li>
2407             <li><a href="#" class="insertParam" id="insertFramework">Bibliographic framework</a></li>
2408             <li><a href="#" class="insertParam" id="insertCnSource">Classification sources</a></li>
2409             <li><a href="#" class="insertParam" id="insertDate">Date</a></li>
2410             <li><a href="#" class="insertParam" id="insertItemtypes">Item types</a></li>
2411             <li><a href="#" class="insertParam" id="insertBranches">Libraries</a></li>
2412             <li><a href="#" class="insertParam" id="insertList">List</a></li>
2413             <li><a href="#" class="insertParam" id="insertCategorycode">Patron categories</a></li>
2414             <li><a href="#" class="insertParam" id="insertCashregister">Cash registers</a></li>
2415             <li><a href="#" class="insertParam" id="insertDebittypes">Debit types</a></li>
2416             <li><a href="#" class="insertParam" id="insertCredittypes">Credit types</a></li>
2417             <li><a href="#" class="insertParam" id="insertText">Text field</a></li>
2418         </ul>
2419     </div>
2420 [% END %]