[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.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 ( patron.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 %][% issuetype = 'onsite_checkout' | html %] [% ELSE %][% issuetype = 'standard_checkout' | html %] [% END %] [% issuetype | html %] [% issue.issuestimestamp | $KohaDates with_hours => 1 %] [% issue.title | html %] [% issue.author | html %] [% IF issue.classification %] [% issue.classification | html %] [% ELSE %] [% issue.itemcallnumber | html %] [% END %] [% issue.barcode | html %] [% issue.renewals | html %] [% issue.issuedate |$KohaDates with_hours => 1 %] [% Branches.GetName( issue.branchcode ) | html %] [% 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 %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]