[% USE KohaDates %] [% USE AuthorisedValues %] [%- USE Branches -%] [%- USE ItemTypes -%] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Holds to pull [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]

Holds to pull[% IF ( run_report ) %] placed between [% from | $KohaDates %] and [% to | $KohaDates %][% END %]

[% IF ( run_report ) %]

Reported on [% todaysdate | $KohaDates %]

The following holds have not been filled. Please retrieve them and check them in.

[% IF ( reserveloop ) %] [% FOREACH reserveloo IN reserveloop %] [% IF ( reserveloo.borrowernumber ) %] [% ELSE %] [% END %] [% END %]
Pull this many items Items available Patrons with holds Title Libraries Available call numbers Available copy numbers Available enumeration Available itypes Available locations Earliest hold date

[% reserveloo.pullcount %]

[% reserveloo.count %] [% reserveloo.rcount %]

[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %] [% reserveloo.title |html %]

[% IF ( reserveloo.author ) %]

by [% reserveloo.author %]

[% END %]
" " " " [% FOREACH holdingbranch IN reserveloo.holdingbranches %] [% Branches.GetName ( holdingbranch ) %]
[% END %]

[% reserveloo.itemcallnumber %]

[% reserveloo.copyno %]

[% reserveloo.enumchron %]

[% FOREACH itype IN reserveloo.itypes %] [% ItemTypes.GetDescription( itype ) %] [% END %] [% FOREACH loc IN reserveloo.locations %] [% AuthorisedValues.GetByCode('LOC', loc) %]
[% END %]
[% reserveloo.reservedate | $KohaDates %] in [% Branches.GetName ( reserveloo.branch ) %] [% IF ( reserveloo.statusw ) %]

Waiting

[% END %][% IF ( reserveloo.statusf ) %]

Fulfilled

[% END %]
[% ELSE %] No items found. [% END %]
[% END %]

Refine results

(Inclusive, default is [% HoldsToPullStartDate %] days ago to [% IF ( HoldsToPullEndDate ) %][% HoldsToPullEndDate %] days ahead[% ELSE %]today[% END %], set other date ranges as needed. )

[% INCLUDE 'intranet-bottom.inc' %]