[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Serials subscriptions stats [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.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' %]