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