[% USE raw %]
[% USE Asset %]
[% USE Koha %]
[% USE KohaDates %]
[% USE Price %]
[% SET footerjs = 1 %]
[% USE AuthorisedValues %]
[% Asset.css("css/humanmsg.css") | $raw %]
[% FOREACH budget IN budgets %]
[% IF ( budget.b_active ) %]
[% budget.b_txt | html %]
[% ELSE %]
[% budget.b_txt | html %] (inactive)
[% END %]
[% END %]
[% BLOCK fund_dropdown %]
Fund:
Show inactive:
[% END %]
Invoice: [% invoicenumber | html %]
[% INCLUDE 'blocking_errors.inc' %]
[% IF ( modified ) %]
Invoice has been modified
[% END %]
Vendor: [% suppliername | html %]
Adjustments
Go to receipt page
[% IF Koha.Preference('AcqEnableFiles') %]| Manage invoice files [% END %]
Invoice details
[% IF orders_loop.size %]
Show all details
Summary
Library
Actual cost tax exc.
Actual cost tax inc.
Replacement price
Qty.
Total tax exc. ([% currency.symbol | html %])
Total tax inc. ([% currency.symbol | html %])
GST %
GST
Fund
[% FOREACH order IN orders_loop %]
[% IF order.biblionumber %]
[% INCLUDE 'biblio-title.inc' biblio=order link = 1 %]
[% IF ( order.author ) %]
by [% order.author | html %]
[% END %]
[% ELSE %]
Deleted bibliographic record, can't find title
[% END %]
[% IF ( order.isbn ) %] – [% order.isbn | html %][% END %]
[% IF ( order.publishercode ) %]
[% order.publishercode | html %]
[% IF order.publicationyear %], [% order.publicationyear | html %]
[% ELSIF ( order.copyrightdate ) %][% order.copyrightdate | html %][% END %]
[% END %]
[% order.branchcode | html %]
[% order.unitprice_tax_excluded | $Price %]
[% order.unitprice_tax_included | $Price %]
[% order.replacementprice | $Price %] [% IF ( order.uncertainprice ) %] (Uncertain) [% END %]
[% order.quantity | html %]
[% order.total_tax_excluded | $Price %]
[% order.total_tax_included | $Price %]
[% order.tax_rate * 100 | html %]
[% order.tax_value | $Price %]
[% order.budget_name | html %]
Modify fund
[% END %]
[% FOR tf IN foot_loop %]
Total (GST [% tf.tax_rate * 100 | html %] %)
[% tf.quantity | html %]
[% tf.total_tax_excluded | $Price %]
[% tf.total_tax_included | $Price %]
[% tf.tax_value | $Price %]
[% END %]
Total ([% currency.symbol | html %])
[% total_quantity | html %]
[% total_tax_excluded | $Price %]
[% total_tax_included | $Price %]
[% total_tax_value | $Price %]
Total + adjustments + shipment cost ([% currency.symbol | html %])
[% total_quantity | html %]
[% total_tax_excluded_shipment + total_adj | $Price %]
[% total_tax_included_shipment + total_adj | $Price %]
[% total_tax_value | $Price %]
[% ELSE %]
No orders yet
[% IF adjustments && adjustments.count > 0 || shipmentcost && shipmentcost > 0 %]
Adjustments plus shipping: [% total_adj + shipmentcost | $Price %]
[% END %]
[% END %]
[% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]
Files attached to invoice
Name
Type
Description
Uploaded
[% FOREACH f IN files %]
[% f.file_name | html %]
[% f.file_type | html %]
[% f.file_description | html %]
[% f.date_uploaded | $KohaDates %]
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/acquisitions-menu.js") | $raw %]
[% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
[% Asset.js("js/acq.js") | $raw %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'datatables.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]