View | Details | Raw Unified | Return to bug 21430
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-11 / +15 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Reports &rsaquo; Items with no checkouts</title>
3
<title>Koha &rsaquo; Reports &rsaquo; Items with no checkouts</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css">
5
<style>
6
	.sql {display: none;}
6
	.sql {display: none;}
7
</style>
7
</style>
8
</head>
8
</head>
Lines 12-21 Link Here
12
12
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Items with no checkouts</div>
13
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; Items with no checkouts</div>
14
14
15
<div id="doc3" class="yui-t2">
15
<div class="main container-fluid">
16
   <div id="bd">
16
    <div class="row">
17
	<div id="yui-main">
17
        <div class="col-sm-10 col-sm-push-2">
18
	<div class="yui-b">
18
            <main>
19
19
20
[% IF ( do_it ) %]
20
[% IF ( do_it ) %]
21
	<h1>Items with no checkouts</h1>
21
	<h1>Items with no checkouts</h1>
Lines 139-148 Link Here
139
	</form>
139
	</form>
140
[% END %]
140
[% END %]
141
141
142
</div>
142
            </main>
143
</div>
143
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
144
<div class="yui-b">
144
145
[% INCLUDE 'reports-menu.inc' %]
145
        <div class="col-sm-2 col-sm-pull-10">
146
</div>
146
            <aside>
147
</div>
147
                [% INCLUDE 'reports-menu.inc' %]
148
            </aside>
149
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
150
     </div> <!-- /.row -->
151
148
[% INCLUDE 'intranet-bottom.inc' %]
152
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (-12 / +15 lines)
Lines 11-21 Link Here
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog statistics</a> &rsaquo; Results[% ELSE %]&rsaquo; Catalog statistics[% END %]</div>
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog statistics</a> &rsaquo; Results[% ELSE %]&rsaquo; Catalog statistics[% END %]</div>
13
13
14
<div id="doc3" class="yui-t2">
14
<div class="main container-fluid">
15
   
15
    <div class="row">
16
   <div id="bd">
16
        <div class="col-sm-10 col-sm-push-2">
17
	<div id="yui-main">
17
            <main>
18
	<div class="yui-b">
19
18
20
[% IF ( do_it ) %]
19
[% IF ( do_it ) %]
21
	[% FOREACH mainloo IN mainloop %]
20
	[% FOREACH mainloo IN mainloop %]
Lines 291-306 Link Here
291
	</fieldset>
290
	</fieldset>
292
	</form>
291
	</form>
293
[% END %]
292
[% END %]
294
</div>
293
295
</div>
294
            </main>
296
<div class="yui-b">
295
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
297
[% INCLUDE 'reports-menu.inc' %]
296
298
</div>
297
        <div class="col-sm-2 col-sm-pull-10">
299
</div>
298
            <aside>
299
                [% INCLUDE 'reports-menu.inc' %]
300
            </aside>
301
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
302
     </div> <!-- /.row -->
300
303
301
[% MACRO jsinclude BLOCK %]
304
[% MACRO jsinclude BLOCK %]
302
    [% INCLUDE 'calendar.inc' %]
305
    [% INCLUDE 'calendar.inc' %]
303
    <script type="text/javascript">
306
    <script>
304
        function changeRemovedDateTrStatus() {
307
        function changeRemovedDateTrStatus() {
305
            var Cellvalue = $("input[name='Cellvalue']:checked").val();
308
            var Cellvalue = $("input[name='Cellvalue']:checked").val();
306
            if(Cellvalue == "deleteditems") {
309
            if(Cellvalue == "deleteditems") {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-11 / +15 lines)
Lines 2-8 Link Here
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Reports &rsaquo; Guided reports &rsaquo; Dictionary</title>
3
<title>Koha &rsaquo; Reports &rsaquo; Guided reports &rsaquo; Dictionary</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
<style type="text/css">fieldset.rows table { clear: none; margin: 0;}</style>
5
<style>fieldset.rows table { clear: none; margin: 0;}</style>
6
</head>
6
</head>
7
7
8
<body id="rep_dictionary" class="rep">
8
<body id="rep_dictionary" class="rep">
Lines 27-37 Link Here
27
[% ELSIF ( step_5 ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Step 5: Confirm definition</strong> 
27
[% ELSIF ( step_5 ) %] &rsaquo; <a href="/cgi-bin/koha/reports/dictionary.pl">Dictionary</a> &rsaquo; <strong>Step 5: Confirm definition</strong> 
28
[% ELSE %] &rsaquo; <strong> Dictionary </strong>[% END %]</div>
28
[% ELSE %] &rsaquo; <strong> Dictionary </strong>[% END %]</div>
29
29
30
<div id="doc3" class="yui-t2">
30
<div class="main container-fluid">
31
    <div class="row">
32
        <div class="col-sm-10 col-sm-push-2">
33
            <main>
31
34
32
<div id="bd">
33
<div id="yui-main">
34
<div class="yui-b">
35
[% IF ( start_dictionary ) %]
35
[% IF ( start_dictionary ) %]
36
    <div id="toolbar">
36
    <div id="toolbar">
37
        <a id="newdictionary" class="btn btn-default btn-sm" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition"><i class="fa fa-plus"></i> New definition</a>
37
        <a id="newdictionary" class="btn btn-default btn-sm" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition"><i class="fa fa-plus"></i> New definition</a>
Lines 260-271 Link Here
260
260
261
</form>
261
</form>
262
[% END %]
262
[% END %]
263
</div>
263
264
</div>
264
            </main>
265
<div class="yui-b">
265
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
266
[% INCLUDE 'guided-reports-view.inc' %]
266
267
</div>
267
        <div class="col-sm-2 col-sm-pull-10">
268
</div>
268
            <aside>
269
                [% INCLUDE 'guided-reports-view.inc' %]
270
            </aside>
271
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
272
     </div> <!-- /.row -->
269
273
270
[% MACRO jsinclude BLOCK %]
274
[% MACRO jsinclude BLOCK %]
271
    [% INCLUDE 'calendar.inc' %]
275
    [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-23 / +19 lines)
Lines 80-89 Link Here
80
    </div>
80
    </div>
81
</div>
81
</div>
82
82
83
<div id="doc3" class="yui-t1">
83
<div class="main container-fluid">
84
<div id="bd">
84
    <div class="row">
85
<div id="yui-main">
85
        <div class="col-sm-10 col-sm-push-2">
86
    <div class="yui-b">
86
            <main>
87
87
    [% INCLUDE "reports-toolbar.inc" %]
88
    [% INCLUDE "reports-toolbar.inc" %]
88
89
89
[% IF ( start ) %]
90
[% IF ( start ) %]
Lines 375-389 canned reports and writing custom SQL reports.</p> Link Here
375
    <input type="submit" name="submit" value="Next &gt;&gt;" />
376
    <input type="submit" name="submit" value="Next &gt;&gt;" />
376
</fieldset>
377
</fieldset>
377
</form>
378
</form>
378
</div>
379
<div class="yui-gb"><div class="yui-u first"></div>
380
381
<!--- Summary and Matrix reports have not yet been implemented-->
382
<!--<div class="yui-u">Summary:
383
<img src="[% interface | html %]/[% theme | html %]/img/reports-summary-graphic.gif" /></div>
384
<div class="yui-u">Matrix:
385
<img src="[% interface | html %]/[% theme | html %]/img/reports-matrix-graphic.gif" /></div>-->
386
387
[% END %]
379
[% END %]
388
380
389
[% IF ( build3 ) %]
381
[% IF ( build3 ) %]
Lines 397-404 canned reports and writing custom SQL reports.</p> Link Here
397
    <input type="hidden" name="public" value="[% public | html %]" />
389
    <input type="hidden" name="public" value="[% public | html %]" />
398
    <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
390
    <input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" />
399
    <fieldset>
391
    <fieldset>
400
<div class="yui-g">
392
<div class="row">
401
<div class="yui-u first">	<div style="float: left;"><select id="availableColumns" name="oldcolumns2" multiple="multiple" size="25" style="min-width: 200px;height:300px;">
393
<div class="col-sm-6">
394
    <div style="float: left;"><select id="availableColumns" name="oldcolumns2" multiple="multiple" size="25" style="min-width: 200px;height:300px;">
402
[% FOREACH column IN columns %]
395
[% FOREACH column IN columns %]
403
[% IF ( column.table ) %]
396
[% IF ( column.table ) %]
404
397
Lines 423-440 canned reports and writing custom SQL reports.</p> Link Here
423
<input type="button" name="delete" value="&lt;&lt; Delete" class="button" style="width: 6em; margin: 1em 0;" id="delColumn" /></div>
416
<input type="button" name="delete" value="&lt;&lt; Delete" class="button" style="width: 6em; margin: 1em 0;" id="delColumn" /></div>
424
</div>
417
</div>
425
418
426
<div class="yui-u">
419
<div class="col-sm-6">
427
<select id="selectedColumns" name="columns" multiple="multiple" size="25" style="width:200px; height:300px;"></select>
420
<select id="selectedColumns" name="columns" multiple="multiple" size="25" style="width:200px; height:300px;"></select>
428
</div>
421
</div>
429
</div>
422
</div>
430
</fieldset>
423
</fieldset>
431
<div class="yui-g">
432
<fieldset class="action">
424
<fieldset class="action">
433
    <input type="hidden" name="phase" value="Choose these columns" />
425
    <input type="hidden" name="phase" value="Choose these columns" />
434
    <input type="button" name="back" value="&lt;&lt; Back" class="goback" />
426
    <input type="button" name="back" value="&lt;&lt; Back" class="goback" />
435
    <input type="submit" name="submit" value="Next &gt;&gt;" />
427
    <input type="submit" name="submit" value="Next &gt;&gt;" />
436
</fieldset>
428
</fieldset>
437
</div>
438
</form>
429
</form>
439
430
440
[% END %]
431
[% END %]
Lines 900-908 $(document).ready(function() { Link Here
900
</form>
891
</form>
901
[% END %]
892
[% END %]
902
893
903
</div>
894
            </main>
904
</div>
895
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
905
<div class="yui-b">
896
897
        <div class="col-sm-2 col-sm-pull-10">
898
            <aside>
899
906
900
907
[% IF ( saved1 ) %]
901
[% IF ( saved1 ) %]
908
<div id="saved-reports-filter">
902
<div id="saved-reports-filter">
Lines 930-937 $(document).ready(function() { Link Here
930
924
931
925
932
[% INCLUDE 'guided-reports-view.inc' %]
926
[% INCLUDE 'guided-reports-view.inc' %]
933
</div>
927
            </aside>
934
</div>
928
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
929
     </div> <!-- /.row -->
930
935
931
936
[% MACRO jsinclude BLOCK %]
932
[% MACRO jsinclude BLOCK %]
937
    [% INCLUDE 'calendar.inc' %]
933
    [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (-12 / +15 lines)
Lines 11-21 Link Here
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a> &rsaquo; Results [% ELSE %]&rsaquo; Average loan time[% END %]</div>
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a> &rsaquo; Results [% ELSE %]&rsaquo; Average loan time[% END %]</div>
13
13
14
<div id="doc3" class="yui-t2">
14
<div class="main container-fluid">
15
   
15
    <div class="row">
16
   <div id="bd">
16
        <div class="col-sm-10 col-sm-push-2">
17
	<div id="yui-main">
17
            <main>
18
	<div class="yui-b">
19
18
20
[% IF ( do_it ) %]
19
[% IF ( do_it ) %]
21
	[% FOREACH mainloo IN mainloop %]
20
	[% FOREACH mainloo IN mainloop %]
Lines 223-238 Link Here
223
	</form>
222
	</form>
224
[% END %]
223
[% END %]
225
224
226
</div>
225
            </main>
227
</div>
226
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
228
<div class="yui-b">
227
229
[% INCLUDE 'reports-menu.inc' %]
228
        <div class="col-sm-2 col-sm-pull-10">
230
</div>
229
            <aside>
231
</div>
230
                [% INCLUDE 'reports-menu.inc' %]
231
            </aside>
232
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
233
     </div> <!-- /.row -->
234
232
235
233
[% MACRO jsinclude BLOCK %]
236
[% MACRO jsinclude BLOCK %]
234
    [% INCLUDE 'calendar.inc' %]
237
    [% INCLUDE 'calendar.inc' %]
235
    <script type="text/javascript">
238
    <script>
236
        $(document).ready(function() {
239
        $(document).ready(function() {
237
            // http://jqueryui.com/demos/datepicker/#date-range
240
            // http://jqueryui.com/demos/datepicker/#date-range
238
            var dates = $( "#from, #to" ).datepicker({
241
            var dates = $( "#from, #to" ).datepicker({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-13 / +14 lines)
Lines 3-9 Link Here
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Reports &rsaquo; Circulation statistics [% IF ( do_it ) %]&rsaquo; Results[% END %]</title>
4
<title>Koha &rsaquo; Reports &rsaquo; Circulation statistics [% IF ( do_it ) %]&rsaquo; Results[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<style type="text/css">
6
<style>
7
	.sql {display:none;}
7
	.sql {display:none;}
8
</style>
8
</style>
9
</head>
9
</head>
Lines 14-24 Link Here
14
14
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation statistics</a> &rsaquo; Results [% ELSE %]&rsaquo; Circulation statistics[% END %]</div>
15
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> [% IF ( do_it ) %]&rsaquo; <a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation statistics</a> &rsaquo; Results [% ELSE %]&rsaquo; Circulation statistics[% END %]</div>
16
16
17
<div id="doc3" class="yui-t2">
17
<div class="main container-fluid">
18
18
    <div class="row">
19
   <div id="bd">
19
        <div class="col-sm-10 col-sm-push-2">
20
	<div id="yui-main">
20
            <main>
21
	<div class="yui-b">
22
21
23
[% IF ( do_it ) %]
22
[% IF ( do_it ) %]
24
    [% FOREACH mainloo IN mainloop %]
23
    [% FOREACH mainloo IN mainloop %]
Lines 366-377 Link Here
366
	</form>
365
	</form>
367
[% END %]
366
[% END %]
368
367
369
</div>
368
            </main>
370
</div>
369
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
371
<div class="yui-b">
370
372
[% INCLUDE 'reports-menu.inc' %]
371
        <div class="col-sm-2 col-sm-pull-10">
373
</div>
372
            <aside>
374
</div>
373
                [% INCLUDE 'reports-menu.inc' %]
374
            </aside>
375
        </div> <!-- /.col-sm-2.col-sm-pull-10 -->
376
     </div> <!-- /.row -->
375
377
376
[% MACRO jsinclude BLOCK %]
378
[% MACRO jsinclude BLOCK %]
377
    [% INCLUDE 'calendar.inc' %]
379
    [% INCLUDE 'calendar.inc' %]
378
- 

Return to bug 21430