[% USE KohaDates %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Circulation History for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %]

Circulation history

[% UNLESS Koha.Preference('intranetreadinghistory') %]
Staff members are not allowed to access patron's checkout history
[% ELSIF is_anonymous %]
This is the anonymous patron, so no circulation history is displayed. To get a list of anonymized loans, please run a report.
[% ELSIF ( privacy == 2) %]
This patron has set the privacy rules to never keeping a circulation history.
[% ELSIF ( !loop_reading ) %]
This patron has no circulation history.
[% ELSE %]
[% IF Koha.Preference('OnSiteCheckouts') %] [% END %]
[% FOREACH issue IN loop_reading %] [% IF issue.returndate %][% ELSE %][% END %] [% END %]
Type Date Title Author Call no. Barcode Number of renewals Checked out on Checked out from Date due Return date
[% IF issue.onsite_checkout %] onsite_checkout [% ELSE %] standard_checkout [% END %] [% issue.issuestimestamp | $KohaDates with_hours => 1 %] [% issue.title |html %] [% issue.author %] [% IF issue.classification %] [% issue.classification %] [% ELSE %] [% issue.itemcallnumber %] [% END %] [% issue.barcode %] [% issue.renewals %] [% issue.issuedate |$KohaDates with_hours => 1 %] [% Branches.GetName( issue.branchcode ) %] [% IF issue.date_due %] [% issue.date_due |$KohaDates with_hours => 1 %] [% ELSE %] [% END %] [% IF issue.returndate %] [% issue.returndate |$KohaDates with_hours => 1 %] [% ELSE %] Checked out [% END %]
[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]