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