[% USE Asset %] [% USE KohaDates %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Spent [% Asset.css("css/datatables.css") %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]

Fund: [% fund_code %]

Spent

[% FOREACH order IN spent %] [% END %] [% IF shipmentcosts.size || ( adjustments && adjustments.count > 0 ) %] [% END %] [% IF shipmentcosts.size %] [% FOREACH shipmentcost IN shipmentcosts %] [% END %] [% END %] [% IF ( adjustments && adjustments.count > 0 ) %] [% FOREACH adjustment IN adjustments %] [% END %] [% END %]
Title Order Vendor Invoice Item type Received Unit price Date ordered Date received Subtotal
[% order.title %] [% order.ordernumber %] [% order.booksellerid %] [% order.invoicenumber %] [% ItemTypes.GetDescription( order.itype ) %] [% order.quantityreceived %] [% order.unitprice %] [% order.entrydate | $KohaDates %] [% order.datereceived | $KohaDates %] [% order.rowtotal %]
Sub total [% subtotal %]
Shipping cost for invoice [% shipmentcost.invoicenumber %] [% shipmentcost.shipmentcost %]
Adjustment cost for invoice [% adjustment.invoiceid %] [% adjustment.adjustment %]
TOTAL [% total %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]