Overdue report
Please choose one or more filters to proceed.
[% ELSE %] [% IF ( overdueloop ) %][% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] overdue as of [% todaysdate | $KohaDates %][% IF ( isfiltered ) %](Filtered. Reset filter)[% END %]
[% IF ( isfiltered ) %] [% SET url_params = '' %] [% FOR var IN filters.keys %] [% url_params = BLOCK %][% url_params | $raw %]&[% var | uri %]=[% filters.$var | uri %][% END %] [% END %] Download file of displayed overdues [% ELSE %] Download file of all overdues [% END %]
[% sql | html %]
Due date | Patron | Patron category | Patron library | Title | Home library | Holding library | Shelving location | Checked out on | Barcode | Call number | Item type | Price | Non-public note | [% IF Koha.Preference('ClaimReturnedLostValue') %]Return claims | [% END %]
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% IF ( overdueloo.overdue ) %] [% overdueloo.duedate | $KohaDates %] [% ELSE %] [% overdueloo.duedate | $KohaDates %] [% END %] | [% INCLUDE 'patron-title.inc' patron=overdueloo.patron hide_patron_infos_if_needed=1 %] [% IF logged_in_user.can_see_patron_infos( overdueloo.patron ) %] [% IF ( overdueloo.email ) %][email][% END %] [% IF ( overdueloo.phone ) %]([% overdueloo.phone | html %])[% ELSIF ( overdueloo.mobile ) %]([% overdueloo.mobile | html %])[% ELSIF ( overdueloo.phonepro ) %]([% overdueloo.phonepro | html %])[% END %] [% END %] | [% Categories.GetName( overdueloo.patron.categorycode ) | html %] | [% Branches.GetName( overdueloo.patron.branchcode ) | html %] | [% INCLUDE 'biblio-title.inc' biblio=overdueloo link = 1 %] [% IF ( overdueloo.author ) %], by [% overdueloo.author | html %][% END %][% IF ( overdueloo.enumchron ) %], [% overdueloo.enumchron | html %][% END %] | [% Branches.GetName( overdueloo.homebranchcode ) | html %] | [% Branches.GetName( overdueloo.holdingbranchcode ) | html %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => overdueloo.location ) | html %] | [% overdueloo.datelastborrowed | $KohaDates %] | [% overdueloo.barcode | html %] | [% overdueloo.itemcallnumber | html %] | [% ItemTypes.GetDescription( overdueloo.itemtype ) | html %] | [% overdueloo.replacementprice | $Price %] | [% overdueloo.itemnotes_nonpublic | html %] | [% IF Koha.Preference('ClaimReturnedLostValue') %][% IF ( overdueloo.return_claim_created_on ) %] [% overdueloo.return_claim_created_on | $KohaDates with_hours => 1 %] [% ELSE %] Claim returned [% END %] | [% END %]
Overdue report
[% IF ( isfiltered ) %]There are no overdues matching your search. Reset filter
[% ELSE %]There are no overdues.
[% END %] [% END %] [% END %]