[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Invoice [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables-strings.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% IF ( modified ) %]

Invoice has been modified

[% END %]

Invoice: [% invoicenumber %]

Supplier: [% suppliername %]

[% IF ( invoiceclosedate ) %] Closed on [% invoiceclosedate | $KohaDates %].

[% ELSE %] Open.

[% END %]

Go to receipt page

Invoice details

[% IF orders_loop.size %] [% FOREACH order IN orders_loop %] [% END %]
Summary Publisher Branch RRP Est. Qty. Total Fund

[% order.title %] [% IF ( order.author ) %]
by [% order.author %] [% END %]

[% IF ( order.publishercode ) %]

[% order.publishercode %] [% IF ( order.publicationyear ) %] - [% order.publicationyear %] [% END %]

[% END %]

[% order.branchcode %]

[% order.rrp %] [% order.ecost %] [% order.quantity %] [% order.total %] [% order.budget_name %]
Total Tax Exc. [% total_rrp_gste %]   [% total_quantity %] [% total_est_gste %]  
Tax ([% gist %]%) [% gist_rrp %]     [% gist_est %]  
Total Tax Inc. ([% currency %]) [% total_rrp_gsti %]   [% total_quantity %] [% total_est_gsti %]  
Total + Shipment cost ([% currency %])     [% total_quantity %] [% total_gsti_shipment %]  
[% ELSE %]

No orders yet

[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]