[% USE raw %] [% USE Asset %] [% USE Branches %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Catalog by item types › Reports › Koha [% INCLUDE 'doc-head-close.inc' %] [% IF ( do_it ) %] [% END %] [% 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 %] Catalog by item type [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Results [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Catalog by item type [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.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' %]