Lines 146-152
Link Here
|
146 |
<div class="modal-content"> |
146 |
<div class="modal-content"> |
147 |
<div class="modal-header"> |
147 |
<div class="modal-header"> |
148 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
148 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
149 |
<h3 id="update_sql_label">Update SQL</h3> |
149 |
<h2 id="update_sql_label">Update SQL</h2> |
150 |
</div> |
150 |
</div> |
151 |
<div class="modal-body"> |
151 |
<div class="modal-body"> |
152 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
152 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
Lines 170-176
Link Here
|
170 |
<h1>Guided reports</h1> |
170 |
<h1>Guided reports</h1> |
171 |
<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> |
171 |
<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> |
172 |
|
172 |
|
173 |
<h3>Build and run reports</h3> |
173 |
<h2>Build and run reports</h2> |
174 |
|
174 |
|
175 |
[% IF ( CAN_user_reports_create_reports ) %] |
175 |
[% IF ( CAN_user_reports_create_reports ) %] |
176 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
176 |
<form action="/cgi-bin/koha/reports/guided_reports.pl"> |
Lines 193-199
Link Here
|
193 |
</form> |
193 |
</form> |
194 |
[% END %] |
194 |
[% END %] |
195 |
|
195 |
|
196 |
<h3>Reports Dictionary</h3> |
196 |
<h2>Reports Dictionary</h2> |
197 |
<p>Use the reports dictionary to define custom criteria to use in your reports</p> |
197 |
<p>Use the reports dictionary to define custom criteria to use in your reports</p> |
198 |
<form action="/cgi-bin/koha/reports/dictionary.pl"> |
198 |
<form action="/cgi-bin/koha/reports/dictionary.pl"> |
199 |
<input type="hidden" name="phase" value="View Dictionary"/> |
199 |
<input type="hidden" name="phase" value="View Dictionary"/> |
Lines 411-417
Link Here
|
411 |
[% ELSE # IF ( savedreports ) %] |
411 |
[% ELSE # IF ( savedreports ) %] |
412 |
<div class="dialog message"> |
412 |
<div class="dialog message"> |
413 |
[% IF (filter_set || filters.date || filters.author || filters.keyword) %] |
413 |
[% IF (filter_set || filters.date || filters.author || filters.keyword) %] |
414 |
<h4>No saved reports match your criteria. </h4> |
414 |
<h2>No saved reports match your criteria. </h2> |
415 |
[% IF ( CAN_user_reports_create_reports ) %] |
415 |
[% IF ( CAN_user_reports_create_reports ) %] |
416 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="get"> |
416 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="get"> |
417 |
<input type="hidden" name="phase" value="Build new" /> |
417 |
<input type="hidden" name="phase" value="Build new" /> |
Lines 431-437
Link Here
|
431 |
</form> |
431 |
</form> |
432 |
[% END %] |
432 |
[% END %] |
433 |
[% ELSE %] |
433 |
[% ELSE %] |
434 |
<h4>There are no saved reports. </h4> |
434 |
<h2>There are no saved reports. </h2> |
435 |
[% IF ( CAN_user_reports_create_reports ) %] |
435 |
[% IF ( CAN_user_reports_create_reports ) %] |
436 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a new report?</a> |
436 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build a new report?</a> |
437 |
[% END %] |
437 |
[% END %] |
Lines 531-537
Link Here
|
531 |
|
531 |
|
532 |
[% IF ( build3 ) %] |
532 |
[% IF ( build3 ) %] |
533 |
<h1>Build a report</h1> |
533 |
<h1>Build a report</h1> |
534 |
<h3>Step 3 of 6: Select columns for display</h3> |
534 |
<h2>Step 3 of 6: Select columns for display</h2> |
535 |
<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> |
535 |
<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> |
536 |
|
536 |
|
537 |
<form id="column_submit" action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
537 |
<form id="column_submit" action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
Lines 673-679
Link Here
|
673 |
|
673 |
|
674 |
[% IF ( build5 ) %] |
674 |
[% IF ( build5 ) %] |
675 |
<h1>Build a report</h1> |
675 |
<h1>Build a report</h1> |
676 |
<h3>Step 5 of 6: Pick which columns to total</h3> |
676 |
<h2>Step 5 of 6: Pick which columns to total</h2> |
677 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
677 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
678 |
<input type="hidden" name="area" value="[% area | html %]" /> |
678 |
<input type="hidden" name="area" value="[% area | html %]" /> |
679 |
<input type="hidden" name="type" value="[% type | html %]" /> |
679 |
<input type="hidden" name="type" value="[% type | html %]" /> |
Lines 711-717
Link Here
|
711 |
|
711 |
|
712 |
[% IF ( build6 ) %] |
712 |
[% IF ( build6 ) %] |
713 |
<h1>Build a report</h1> |
713 |
<h1>Build a report</h1> |
714 |
<h3>Step 6 of 6: Choose how you want the report ordered</h3> |
714 |
<h2>Step 6 of 6: Choose how you want the report ordered</h2> |
715 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
715 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post"> |
716 |
<input type="hidden" name="area" value="[% area | html %]" /> |
716 |
<input type="hidden" name="area" value="[% area | html %]" /> |
717 |
<input type="hidden" name="type" value="[% type | html %]" /> |
717 |
<input type="hidden" name="type" value="[% type | html %]" /> |
Lines 796-802
Link Here
|
796 |
|
796 |
|
797 |
[% IF ( warn_authval_problem ) %] |
797 |
[% IF ( warn_authval_problem ) %] |
798 |
<div class="dialog alert"> |
798 |
<div class="dialog alert"> |
799 |
<h3>Errors found when processing parameters for report: [% name | html %]</h3> |
799 |
<h1>Errors found when processing parameters for report: [% name | html %]</h1> |
800 |
[% FOREACH problematic_authval IN problematic_authvals %] |
800 |
[% FOREACH problematic_authval IN problematic_authvals %] |
801 |
<p> |
801 |
<p> |
802 |
<strong>[% problematic_authval.name | html %]:</strong> The authorized value category (<strong>[% problematic_authval.authval | html %]</strong>) |
802 |
<strong>[% problematic_authval.name | html %]:</strong> The authorized value category (<strong>[% problematic_authval.authval | html %]</strong>) |
Lines 837-843
Link Here
|
837 |
[% IF ( auth_val_error ) %] |
837 |
[% IF ( auth_val_error ) %] |
838 |
<input type='hidden' name='phase' value='Edit SQL' /> |
838 |
<input type='hidden' name='phase' value='Edit SQL' /> |
839 |
<div class="dialog alert"> |
839 |
<div class="dialog alert"> |
840 |
<h3>Errors found when processing parameters for report: [% name | html %]</h3> |
840 |
<h1>Errors found when processing parameters for report: [% name | html %]</h1> |
841 |
[% FOREACH auth_val_error IN auth_val_errors %] |
841 |
[% FOREACH auth_val_error IN auth_val_errors %] |
842 |
<p> |
842 |
<p> |
843 |
<strong>[% auth_val_error.entry | html %]:</strong> The authorized value category (<strong>[% auth_val_error.auth_val | html %]</strong>) |
843 |
<strong>[% auth_val_error.entry | html %]:</strong> The authorized value category (<strong>[% auth_val_error.auth_val | html %]</strong>) |
Lines 1340-1346
Link Here
|
1340 |
<input type="hidden" name="phase" value="Use saved" /> |
1340 |
<input type="hidden" name="phase" value="Use saved" /> |
1341 |
<input type="hidden" name="filter_set" value="1" /> |
1341 |
<input type="hidden" name="filter_set" value="1" /> |
1342 |
<fieldset class="brief"> |
1342 |
<fieldset class="brief"> |
1343 |
<h3>Filter</h3> |
1343 |
<h2>Filter</h2> |
1344 |
<ol> |
1344 |
<ol> |
1345 |
<li> |
1345 |
<li> |
1346 |
<label for="filter_date">Date:</label> |
1346 |
<label for="filter_date">Date:</label> |
Lines 1375-1381
Link Here
|
1375 |
<div class="modal-content"> |
1375 |
<div class="modal-content"> |
1376 |
<div class="modal-header"> |
1376 |
<div class="modal-header"> |
1377 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> |
1377 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> |
1378 |
<h4 class="modal-title" id="runtime_parametersLabel">Runtime parameter options</h4> |
1378 |
<h2 class="modal-title" id="runtime_parametersLabel">Runtime parameter options</h2> |
1379 |
</div> |
1379 |
</div> |
1380 |
<form id="send_runtime_parameter"> |
1380 |
<form id="send_runtime_parameter"> |
1381 |
<input type="hidden" name="param_category" id="param_category" /> |
1381 |
<input type="hidden" name="param_category" id="param_category" /> |
Lines 2209-2215
Link Here
|
2209 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close">\ |
2209 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close">\ |
2210 |
<span aria-hidden="true">×</span>\ |
2210 |
<span aria-hidden="true">×</span>\ |
2211 |
</button>\ |
2211 |
</button>\ |
2212 |
<h4 class="modal-title">' + title + '</h4>\ |
2212 |
<h2 class="modal-title">' + title + '</h2>\ |
2213 |
</div>\ |
2213 |
</div>\ |
2214 |
<div class="modal-body"><textarea id="code' + reportid + '">' + message + '</textarea>\ |
2214 |
<div class="modal-body"><textarea id="code' + reportid + '">' + message + '</textarea>\ |
2215 |
<div class="modal-footer">\ |
2215 |
<div class="modal-footer">\ |