[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Hold ratios [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]

Hold ratios to calculate items needed

Calculated on [% todaysdate | $KohaDates %]. From [% from | $KohaDates %] to [% to | $KohaDates %]

These items have a hold ratio ≥ [% ratio %].

[% sql %]
[% IF ( reserveloop ) %] [% FOREACH reserveloo IN reserveloop %] [% END %]
Holds Items Hold ratio Title Home libraries Holding libraries Location Itype Call numbers Items needed

[% reserveloo.reservecount %]

[% reserveloo.itemcount %]

[% reserveloo.thisratio %]

[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% reserveloo.title |html %] [% IF ( reserveloo.subtitle ) %][% FOREACH subtitl IN reserveloo.subtitle %][% subtitl.subfield %][% END %][% END %][% IF ( reserveloo.author ) %] by [% reserveloo.author %][% END %]

[% reserveloo.homebranch_list %]

[% reserveloo.holdingbranch_list %]

[% reserveloo.location %]

[% reserveloo.itype %]

[% reserveloo.listcall %]

[% IF ( reserveloo.thisratio_atleast1 ) %]

[% IF ( CAN_user_acquisition && basketno && booksellerid ) %][% END %][% reserveloo.ratiocalc %] to order[% IF ( CAN_user_acquisition && basketno && booksellerid ) %][% END %] [% IF ( reserveloo.pendingorders ) %]
[% reserveloo.pendingorders %] pending[% END %]

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

Refine results:

  1. [% IF include_ordered %] [% ELSE %] [% END %]
(inclusive)
[% IF ( CAN_user_acquisition && basketno && booksellerid ) %] [% END %]
[% INCLUDE 'intranet-bottom.inc' %]