[% USE raw %] [% USE Asset %] [% USE Branches %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Catalog by item types [% INCLUDE 'doc-head-close.inc' %] [% IF ( do_it ) %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( do_it ) %] [% FOREACH mainloo IN mainloop %]

Reports on item types [% IF branch %] held at [% Branches.GetName( branch ) | html %][% END %]

[% FOREACH loopitemtyp IN mainloo.loopitemtype %] [% END %]
Item type Count
TOTAL [% mainloo.total | html %]
[% ItemTypes.GetDescription( loopitemtyp.itemtype ) | html %] [% loopitemtyp.count | html %]
[% END %] [% ELSE %]

View a count of items held at your library grouped by item type

  1. Select none to see all libraries
[% END %]
[% MACRO jsinclude BLOCK %] [% IF ( do_it ) %] [% INCLUDE 'datatables.inc' %] [% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]