[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE AuthorisedValues %] [% USE Branches %] [% USE ItemTypes %] [% USE ColumnsSettings %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Hold ratios [% INCLUDE 'doc-head-close.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 | html %].

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

[% reserveloo.reservecount | html %]

[% reserveloo.itemcount | html %]

[% reserveloo.thisratio | html %] [% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=reserveloo %][% IF ( reserveloo.author ) %] by [% reserveloo.author | html %][% END %]
    [% FOREACH homebranch IN reserveloo.homebranch_list %]
  • [% Branches.GetName ( homebranch ) | html %]
  • [% END %]
    [% FOREACH holdingbranch IN reserveloo.holdingbranch_list %]
  • [% Branches.GetName ( holdingbranch ) | html %]
  • [% END %]
    [% FOREACH location IN reserveloo.location %]
  • [% AuthorisedValues.GetByCode( 'LOC', location ) | html %]
  • [% END %]
    [% FOREACH itype IN reserveloo.itype %]
  • [% ItemTypes.GetDescription( itype ) | html %]
  • [% END %]
    [% FOREACH listcall IN reserveloo.listcall %]
  • [% listcall | html %]
  • [% END %]

[% IF ( reserveloo.thisratio_atleast1 ) %] [% IF ( CAN_user_acquisition && basketno && booksellerid ) %] [% reserveloo.ratiocalc | html %] to order [% ELSE %] [% reserveloo.ratiocalc | html %] to order [% END %] [% IF ( reserveloo.pendingorders ) %]
[% reserveloo.pendingorders | html %] pending[% END %] [% ELSE %] 0 to order [% END %]

[% ELSE %] No items found. [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]