[% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] [% USE KohaDates %] [% USE Koha %] [%- USE Branches -%] [%- USE Price -%] [%- USE ItemTypes -%] [%- USE Categories -%] [%- USE TablesSettings -%] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% PROCESS 'modal-claims.inc' %] [% FILTER collapse %] [% date_in_title = todaysdate | $KohaDates %] [% tx("Items overdue as of {date}", { date = date_in_title }) | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %] [% END %] [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Circulation [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Overdues as of [% todaysdate | $KohaDates %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% IF ( noreport ) %]

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 %]
[% IF Koha.Preference('ClaimReturnedLostValue') %] [% END %] [%- BLOCK subject -%]Overdue:[%- END -%] [% FOREACH overdueloo IN overdueloop %] [% IF Koha.Preference('ClaimReturnedLostValue') %] [% END %] [% END %]
Due date Patron Patron category Patron library Title Home library Holding library Shelving location Barcode Call number Item type Price Non-public noteReturn claims
[% overdueloo.duedate | $KohaDates %] [% 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.barcode | html %] [% overdueloo.itemcallnumber | html %] [% ItemTypes.GetDescription( overdueloo.itemtype ) | html %] [% overdueloo.replacementprice | $Price %] [% overdueloo.itemnotes_nonpublic | html %] [% IF ( overdueloo.return_claim_created_on ) %] [% overdueloo.return_claim_created_on | $KohaDates with_hours => 1 %] [% ELSE %] Claim returned [% END %]
[% PROCESS 'modal-claims-display' %] [% ELSE %]

Overdue report

[% IF ( isfiltered ) %]

There are no overdues matching your search. Reset filter

[% ELSE %]

There are no overdues.

[% END %] [% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'select2.inc' %] [% INCLUDE 'js-date-format.inc' %] [% PROCESS 'modal-claims-js' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]