[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Serials subscriptions stats › Reports › Koha [% 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 %] Serials subscriptions stats [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Results [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Serials subscriptions stats [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

Serials subscriptions

[% IF ( do_it ) %] [% FOREACH data IN datas %] [% END %]
Vendor Title Subscription ID Library Call number Subscription begin Subscription end Expired? / Closed?
[% data.name | html %] [% data.title | html %] [% data.subscriptionid | html %] [% Branches.GetName( data.branchcode ) | html %] [% data.callnumber | html %] [% data.startdate | $KohaDates %] [% data.enddate | $KohaDates %] [% IF data.closed %] Closed [% ELSIF data.expired %] Expired [% END %]
[% ELSE %]
Output
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]