X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Freports%2Facquisitions_stats.tt;h=af06dc3e35fad92bc5290f0f8505c26edfcac0ca;hb=0de41be96a128455c9eb295934c4b0a0e6be3e10;hp=802a82ea7582ea991df1ec20c0b289bd568aac5e;hpb=3ce542ce2668770a5669d2fb98b666f42a5bd388;p=koha-ffzg.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt index 802a82ea75..af06dc3e35 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt @@ -1,84 +1,92 @@ +[% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Reports [% IF ( do_it ) %]› Acquisitions statistics › Results[% ELSE %]› Acquisitions statistics[% END %] +[% IF ( do_it ) %]Acquisitions statistics › Results[% ELSE %]Acquisitions statistics[% END %] › Reports › Koha [% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'calendar.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - - -
+ -
-
-
+
+
+
+
[% IF ( do_it ) %] [% FOREACH mainloo IN mainloop %]

Acquisitions statistics

- [% IF ( mainloo.loopfilter ) %] -

Filtered on:

- [% FOREACH loopfilte IN mainloo.loopfilter %] -

[% loopfilte.crit %]: [% loopfilte.filter %]

+ [% IF ( mainloo.loopfilter.size ) %] +

Filtered on:

+ [% FOREACH loopfilte IN mainloo.loopfilter %] +

+ [% SWITCH loopfilte.crit %] + [% CASE '0' %] Placed on (from) + [% CASE '1' %] Placed on (to) + [% CASE '2' %] Received on (from) + [% CASE '3' %] Received on (to) + [% CASE '4' %] Vendor + [% CASE '5' %] Home library + [% CASE '6' %] Collection + [% CASE '7' %] Item type + [% CASE '8' %] Fund + [% CASE '9' %] Sort1 + [% CASE '10' %] Sort2 + [% CASE %] Unknown filter + [% END %] + : [% loopfilte.filter | html %] +

[% END %] [% END %] - + [% FOREACH loopco IN mainloo.loopcol %] - + [% END %] [% FOREACH loopro IN mainloo.looprow %] [% IF ( loopro.hilighted ) %] + [% loopro.rowtitle | html %] [% FOREACH loopcel IN loopro.loopcell %] [% IF ( loopcel.hilighted ) %] [% END %] [% IF ( loopro.hilighted ) %] [% END %] @@ -86,10 +94,10 @@ [% FOREACH loopfoote IN mainloo.loopfooter %] [% END %] - +
[% mainloo.line %] / [% mainloo.column %][% mainloo.line | html %] / [% mainloo.column | html %][% loopco.coltitle %][% loopco.coltitle | html %]TOTAL
[% ELSE %][% END %] - [% loopro.rowtitle %][% ELSE %][% END %] - [% IF ( loopcel.value ) %][% loopcel.value %] + [% IF ( loopcel.value ) %][% loopcel.value | html %] [% ELSE %]   [% END %] [% ELSE %][% END %] - [% loopro.totalrow %] + [% loopro.totalrow | html %]
TOTAL - [% loopfoote.totalcol %] + [% loopfoote.totalcol | html %] [% mainloo.total %][% mainloo.total | html %]
[% END %] @@ -155,20 +163,77 @@ Vendor - [% CGIBookSeller %] - + + + + + + Home library + + + + + + + + + [% IF ccode_label %] + [% ccode_label | html %] + [% ELSE %] + Collection + [% END %] + + + + + [% IF ccode_avlist.size %] + + [% ELSE %] + + [% END %] + + - Item Type + Item type - [% CGIItemType %] + + + - Budget + Fund - [% CGIBudget %] + + + [% IF ( hassort1 ) %] @@ -176,7 +241,14 @@ Sort1 - [% CGISort1 %] + + + [% END %] [% IF ( hassort2 ) %] @@ -184,36 +256,118 @@ Sort2 - [% CGISort2 %] + + + [% END %]
-
Cell value -
  1. -
+
+ Cell value +
    +
  1. + +
  2. +
  3. + +
  4. +
  5. + +
  6. +
  7. + +
  8. +
  9. + +
  10. +
+
Output -
  1. -
  2. [% CGIextChoice %] - [% CGIsepChoice %]
+
    +
  1. + +
  2. +
  3. + + + + + +
  4. +
- +
[% END %] -
-
-
-[% INCLUDE 'reports-menu.inc' %] -
-
+ + +
+ +
+ +
+
+ +[% MACRO jsinclude BLOCK %] + [% INCLUDE 'calendar.inc' %] + +[% END %] + [% INCLUDE 'intranet-bottom.inc' %]