Lines 20-50
Link Here
|
20 |
[% INCLUDE 'doc-head-open.inc' %] |
20 |
[% INCLUDE 'doc-head-open.inc' %] |
21 |
|
21 |
|
22 |
<title> |
22 |
<title> |
23 |
Koha › Reports › Guided reports wizard |
|
|
24 |
[%- IF ( saved1 ) -%] |
23 |
[%- IF ( saved1 ) -%] |
25 |
› Saved reports |
24 |
Saved reports › [%- ELSIF ( create ) -%] |
26 |
[%- ELSIF ( create ) -%] |
25 |
Create from SQL › [%- ELSIF ( showsql ) -%] |
27 |
› Create from SQL |
26 |
SQL view › Saved reports › [%- ELSIF ( execute ) -%] |
28 |
[%- ELSIF ( showsql ) -%] |
27 |
Report [% name | html %] ([% id | html %]) › Saved reports › [%- ELSIF ( editsql ) -%] |
29 |
› Saved reports › SQL view |
28 |
Edit report [% reportname | html %] ([% id | html %]) › Saved reports › [%- END -%] |
30 |
[%- ELSIF ( execute ) -%] |
29 |
|
31 |
› Saved reports › Report [% name | html %] ([% id | html %]) |
|
|
32 |
[%- ELSIF ( editsql ) -%] |
33 |
› Saved reports › Edit report [% reportname | html %] ([% id | html %]) |
34 |
[%- END -%] |
35 |
[%- IF ( build1 ) -%] |
30 |
[%- IF ( build1 ) -%] |
36 |
› Build a report, step 1 of 6: Choose a module |
31 |
Build a report, step 1 of 6: Choose a module › [%- ELSIF ( build2 ) -%] |
37 |
[%- ELSIF ( build2 ) -%] |
32 |
Build a report, step 2 of 6: Pick a report type › [%- ELSIF ( build3 ) -%] |
38 |
› Build a report, step 2 of 6: Pick a report type |
33 |
Build a report, step 3 of 6: Select columns for display › [%- ELSIF ( build4 ) -%] |
39 |
[%- ELSIF ( build3 ) -%] |
34 |
Build a report, step 4 of 6: Select criteria to limit on › [%- ELSIF ( build5 ) -%] |
40 |
› Build a report, step 3 of 6: Select columns for display |
35 |
Build a report, step 5 of 6: Pick which columns to total › [%- ELSIF ( build6 ) -%] |
41 |
[%- ELSIF ( build4 ) -%] |
36 |
Build a report, step 6 of 6: Select how you want the report ordered › [%- END -%] |
42 |
› Build a report, step 4 of 6: Select criteria to limit on |
37 |
Guided reports wizard › Reports › Koha |
43 |
[%- ELSIF ( build5 ) -%] |
|
|
44 |
› Build a report, step 5 of 6: Pick which columns to total |
45 |
[%- ELSIF ( build6 ) -%] |
46 |
› Build a report, step 6 of 6: Select how you want the report ordered |
47 |
[%- END -%] |
48 |
</title> |
38 |
</title> |
49 |
|
39 |
|
50 |
[% INCLUDE 'doc-head-close.inc' %] |
40 |
[% INCLUDE 'doc-head-close.inc' %] |