[% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › Checkout history for [% biblio.title |html %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Checkout history for [% biblio.title |html %]

[% IF biblio.author %]

by [% biblio.author %]

[% END %]
[% IF checkouts.count %]

Checked out [% checkouts.count %] times

[% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] [% END %] [% FOREACH checkout IN checkouts %] [% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] [% END %] [% END %]
PatronBarcode Checked out from Renewed Checkout on Due date Checkin on
[% IF HidePatronName %][% issue.cardnumber %][% ELSE %][% issue.surname %][% IF ( issue.firstname ) %], [% issue.firstname %][% END %][% END %] [% IF checkout.item.barcode %] [%# FIXME This test is not mandatory I think %] [% checkout.item.barcode %] [% ELSE %]   [% END %] [% IF checkout.branchcode %] [% Branches.GetName( checkout.branchcode ) %] [% ELSE %]   [% END %] [% IF checkout.renewals %] Yes[% IF checkout.lastreneweddate %], last on: [% checkout.lastreneweddate |$KohaDates with_hours => 1 %] [% END %] [% ELSE %] No [% END %] [% IF checkout.issuedate %] [% checkout.issuedate |$KohaDates with_hours => 1 %] [% ELSE %] [% END %] [% IF checkout.date_due %] [% checkout.date_due |$KohaDates with_hours => 1 %] [% ELSE %] [% END %] [% IF checkout.returndate %] [% checkout.returndate |$KohaDates with_hours => 1 %] [% ELSE %] Checked out [% END %]
[% ELSE %]

[% biblio.title |html %][% IF biblio.author %], by [% biblio.author %][% END %] has never been checked out.

[% END %]
[% INCLUDE 'biblio-view-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]