[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% PROCESS 'transfer_reasons.inc' %] [% INCLUDE 'doc-head-open.inc' %] Transfers to send › Circulation › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Transfers requested of your library as of [% show_date | $KohaDates %]

[% IF ( libraries ) %]

Your library is the origin for the following transfer(s)

[% FOREACH library IN libraries %] [% IF ( library.branchcode ) %] [% FOREACH transfer IN library.inbound_transfers %] [% UNLESS transfer.datesent %] [% END %] [% END %]
Sending to [% library.branchname | html %]
Date of request Title Reason On loan Home library Call number Actions
[% transfer.daterequested | $KohaDates %] [% INCLUDE 'biblio-title.inc' biblio = transfer.item.biblio link = 1 %][% IF ( transfer.item.biblio.author ) %] by [% transfer.item.biblio.author | html %][% END %] [% IF ( transfer.item.effective_itemtype ) %] ([% ItemTypes.GetDescription( transfer.item.effective_itemtype ) | html %])[% END %]
Barcode: [% transfer.item.barcode | html %]

[% PROCESS transfer_reason transfer=transfer %]

[% IF transfer.item.onloan %]Due [% transfer.item.onloan | $KohaDates %][% ELSE %]On shelf[% END %] [% Branches.GetName( transfer.item.homebranch ) | html %] [% transfer.item.itemcallnumber | html %] [% IF transfer.reason == 'StockrotationAdvance' %] Mark "In demand" [% END %]
[% END %] [% END %]
[% ELSE %]

No transfers to send

[% END %]
[% IF Koha.Preference('CircSidebar') %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]