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