[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] [% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Files") | html %] › [% t("Invoice") | html %] › [% t("Acquisitions") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Acquisitions [% END %] [% WRAPPER breadcrumb_item %] Invoices [% END %] [% WRAPPER breadcrumb_item %] [% invoicenumber | html %] [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Files [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

Files for invoice: [% invoicenumber | html %]

Vendor: [% suppliername | html %]


[% IF errors %]
[% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %] [% IF errors.no_file %]You did not select a file to upload.[% END %] [% IF errors.invalid_parameter %]Invalid or missing script parameter.[% END %]
[% END %] [% IF files %] [% FOREACH f IN files %] [% END %]
Name Type Description Uploaded Bytes    
[% f.file_name | html %] [% f.file_type | html %] [% f.file_description | html %] [% f.date_uploaded | $KohaDates %] [% f.file_size | html %] Delete Download
[% ELSE %]

This invoice has no files attached.

[% END %] [% IF invoiceid %]
Upload new file
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]