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

Invoice has been modified

[% END %]

Invoice: [% invoicenumber %]

Vendor: [% suppliername %]

  1. [% IF ( invoiceclosedate ) %]
  2. Status: Closed on [% invoiceclosedate | $KohaDates %].
  3. [% ELSE %]
  4. Status: Open.
  5. [% END %]
[% UNLESS orders_loop.size %] Delete [% END %]

Go to receipt page [% IF Koha.Preference('AcqEnableFiles') %]| Manage invoice files[% END %]

Invoice details

[% IF orders_loop.size %] [% FOREACH order IN orders_loop %] [% END %] [% FOR tf IN foot_loop %] [% END %]
Summary Library Actual cost tax exc. Actual cost tax inc. Qty. Total tax exc. ([% currency %]) Total tax inc. ([% currency %]) GST % GST Fund
[% IF order.biblionumber %] [% order.title %] [% IF ( order.author ) %]
by [% order.author %] [% END %] [% ELSE %] Deleted bibliographic record, can't find title [% END %] [% IF ( order.publishercode ) %]
[% order.publishercode %] [% IF order.publicationyear > 0 %] - [% order.publicationyear %] [% ELSIF ( order.copyrightdate > 0) %] - [% order.copyrightdate %] [% END %] [% END %]

[% order.branchcode %]

[% order.unitpricegste | $Price %] [% order.unitpricegsti | $Price %] [% order.quantity %] [% order.totalgste | $Price %] [% order.totalgsti | $Price %] [% order.gstrate * 100 | $Price %] [% order.gstvalue | $Price %] [% order.budget_name %]
Total (GST [% tf.gstrate * 100 | $Price %] %) [% tf.quantity %] [% tf.totalgste | $Price %] [% tf.totalgsti | $Price %]   [% tf.gstvalue | $Price %]  
Total ([% currency %]) [% total_quantity %] [% total_gste | $Price %] [% total_gsti | $Price %]   [% total_gstvalue | $Price %]  
Total + Shipment cost ([% currency %]) [% total_quantity %] [% total_gste_shipment | $Price %] [% total_gsti_shipment | $Price %]   [% total_gstvalue | $Price %]  
[% ELSE %]

No orders yet

[% END %] [% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]

Files attached to invoice

[% FOREACH f IN files %] [% END %]
Name Type Description Uploaded
[% f.file_name | html %] [% f.file_type | html %] [% f.file_description | html %] [% f.date_uploaded | $KohaDates %]
[% END %]
[% INCLUDE 'acquisitions-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]