[% USE KohaDates %] [% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Spent [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]

Fund: [% fund_code %]

Spent

[% FOREACH order IN spent %] [% END %] [% IF shipmentcosts.size %] [% FOREACH shipmentcost IN shipmentcosts %] [% 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 %]
TOTAL [% total %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]