[% USE raw %] [% USE Branches %] [% USE KohaDates %] [% USE ItemTypes %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Patrons with the most checkouts") | html %] › [% t("Reports") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Reports [% END %] [% IF ( do_it ) %] [% WRAPPER breadcrumb_item %] Patrons with the most checkouts [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Results [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Patrons with the most checkouts [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF ( do_it ) %] [% FOREACH mainloo IN mainloop %]

Patrons with the most checkouts

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

Filtered on:

    [% FOREACH loopfilte IN mainloo.loopfilter %]
  • [% SWITCH loopfilte.crit -%] [% CASE "Issue From" -%] Checked out after [% loopfilte.filter | $KohaDates %] [% CASE "Issue To" -%] Checked out before [% loopfilte.filter | $KohaDates %] [% CASE "Return From" -%] Checked in after [% loopfilte.filter | $KohaDates %] [% CASE "Return To" -%] Checked in before [% loopfilte.filter | $KohaDates %] [% CASE "Branch" -%] Library is [% Branches.GetName( loopfilte.filter ) | html %] [% CASE "Doc Type" -%] Item type is [% ItemTypes.GetDescription( loopfilte.filter ) | html %] [% CASE "Bor Cat" -%] Patron category code is [% loopfilte.filter | html %] [% CASE "Day" -%] Day is [% loopfilte.filter | html %] [% CASE "Month" -%] Month is [% loopfilte.filter | html %] [% CASE "Year" -%] Year is [% loopfilte.filter | html %] [% CASE # default case -%] [% loopfilte.crit | html %] = [% loopfilte.filter | html %] [% END -%]
  • [% END %]
[% END %] [% END %] [% FOREACH loopco IN mainloo.loopcol %] [% END %] [% FOREACH loopco IN mainloo.loopcol %] [% END %] [% FOREACH loopro IN mainloo.looprow %] [% IF ( loopro.hilighted ) %] [% FOREACH loopcel IN loopro.loopcell %] [% IF ( loopcel.hilighted ) %] [% IF ( loopcel.hilighted ) %] [% END %] [% END %]
Rank[% loopco.coltitle | html %]
Patron Checkout count
[% ELSE %][% END %] [% loopro.rowtitle | html %][% ELSE %][% END %] [% IF ( loopcel.reference ) %][% END %] [% IF ( loopcel.value ) %][% loopcel.value | html %][% END %] [% IF ( loopcel.reference ) %][% END %] [% ELSE %][% END %] [% IF ( loopcel.count ) %][% loopcel.count | html %][% END %]
[% END %] [% ELSE %]

Patrons with the most checkouts

  1. [% INCLUDE 'date-format.inc' %]
  2. [% INCLUDE 'date-format.inc' %]
Output
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]