[%- USE L %] [%- USE P %] [%- USE HTML %] [%- USE T8 %] [%- USE LxERP %][%- USE P -%]

[% title | html %]

[%- INCLUDE 'common/flash.html' %]
[%- P.hidden_tag('convert_from_oe_id', convert_from_oe_id) -%] [% FOREACH i IN [1..paidaccounts] %] [% temp = "acc_trans_id_"_ i %] [% temp = "gldate_"_ i %] [% END %] [% IF ( saved_message ) %]

[% saved_message | html %]

[% END %]
[%- IF id AND INSTANCE_CONF.get_doc_storage %]
[%- END %]
[%- IF invoice_obj.sepa_exports.as_list.size %] [%- END %] [% IF ( defaultcurrency && (currency != defaultcurrency) ) %] [% IF ( forex ) %] [% ELSE %] [% END %] [% END %] [% IF ALL_DEPARTMENTS %] [% END %]
[% 'Vendor' | $T8 %] [% P.customer_vendor.picker("vendor_id", vendor_id, type="vendor", style="width: 330px", onchange="\$('#update_button').click()") %] [% L.button_tag("show_vc_details('vendor')", LxERP.t8('Details (one letter abbreviation)')) %] [% L.hidden_tag("previous_vendor_id", vendor_id) %]
[% LxERP.t8("Credit Limit") %] [% creditlimit | html %]; [% LxERP.t8("Remaining") %] [% creditremaining | html %]
[% LxERP.t8("SEPA exports") %] [% FOREACH export = invoice_obj.sepa_exports.as_list %] [% HTML.escape(export.id) %] [% UNLESS loop.last %], [% END %] [% END %]
[% 'Currency' | $T8 %] [% L.select_tag("currency", currencies, default=currency, value_key="name", title_key="name") %][% 'Exchangerate' | $T8 %][% exchangerate | html %]
[% 'Department' | $T8 %] [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = "width:334px") %]
[% 'Transaction description' | $T8 %] [% L.input_tag("transaction_description", transaction_description, style="width:330px", "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %]
[% 'Tax Included' | $T8 %]
[% 'direct debit' | $T8 %]
[% 'Invoice Number' | $T8 %] [% L.input_tag("invnumber", invnumber, size="11", readonly=readonly) %]
[% 'Order Number' | $T8 %] [% L.input_tag("ordnumber", ordnumber, size="11", readonly=readonly) %]
[% 'Invoice Date' | $T8 %] [% L.date_tag('transdate', transdate, onchange='kivi.SalesPurchase.set_duedate_on_reference_date_change("transdate")') %]
[% 'Due Date' | $T8 %] [% L.date_tag('duedate', duedate) %]
[% LxERP.t8('Tax point') %] [% L.date_tag('tax_point', tax_point, id='tax_point') %]
[% 'Delivery Date' | $T8 %] [% L.date_tag('deliverydate', deliverydate) %]
[% 'Project Number' | $T8 %] [% P.project.picker('globalproject_id', globalproject_id, onchange="document.getElementById('update_button').click();") %]
[% FOREACH i IN [1..rowcount] %] [% END %]
[% 'Account' | $T8 %] [% 'Amount' | $T8 %] [% 'Tax' | $T8 %] [% 'Taxkey' | $T8 %] [% 'Project' | $T8 %]
[% SET selected_chart_id = "AP_amount_chart_id_"_ i %] [% P.chart.picker("AP_amount_chart_id_" _ i, $selected_chart_id, style="width: 400px", type="AP_amount", class=(initial_focus == 'row_' _ i ? "initial_focus" : "")) %] [% L.hidden_tag("previous_AP_amount_chart_id_" _ i, $selected_chart_id) %] [% temp_r = "tax_reverse_"_ i %] [% IF ($temp_r) %] [% $temp_r | html %]     [% temp_c = "tax_charge_"_ i %][% $temp_c | html %] [% ELSE %] [% temp = "tax_"_ i %][% $temp | html %] [% END %] [% temp = 'selected_taxchart_'_ i %] [% taxcharts = 'taxcharts_' _ i %] [% L.select_tag('taxchart_'_ i, $taxcharts, value_title_sub = \taxchart_value_title_sub, default = $temp, style="width: 250px") %] [% temp = "project_id_"_ i %] [% P.project.picker(temp, loop.last ? globalproject_id : $temp) %]

[% P.chart.picker('AP_chart_id', AP_chart_id, style="width: 400px", type="AP") %] [% invtotal | html %]
[% 'Notes' | $T8 %] [% 'Internal Notes' | $T8 %] [% 'Payment Terms' | $T8 %]
[% L.textarea_tag("notes", notes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] [% L.textarea_tag("intnotes", intnotes, wrap="soft", rows=textarea_rows, cols=50, readonly=readonly) %] [% L.select_tag('payment_id', payment_terms, default=payment_id, title_key='description', with_empty=1, style="width: 250px", onchange="kivi.SalesPurchase.set_duedate_on_reference_date_change('transdate')") %]
[% UNLESS no_payment_bookings %] [% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] [% END %] [% FOREACH i IN [1..paidaccounts] %] [% temp = "paidaccount_changeable_"_ i %] [% changeable = $temp %] [% temp = "datepaid_"_ i %] [% temp = "source_"_ i %] [% temp = "memo_"_ i %] [% temp = "paid_"_ i %] [% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] [% END %] [% temp = "AP_paid_"_ i %] [% readonly = "AP_paid_readonly_desc_"_ i %] [% END %]
[% 'Payments' | $T8 %]
[% 'Date' | $T8 %] [% 'Source' | $T8 %] [% 'Memo' | $T8 %] [% 'Amount' | $T8 %] [% 'Exch' | $T8 %][% 'Account' | $T8 %] [% 'Project Number' | $T8 %]
[% IF( changeable ) %] [% L.date_tag(temp, $temp ? $temp : today) %] [% ELSE %] [% $temp | html %] [% END %] [% IF( changeable ) %] [% ELSE %] [% $temp | html %] [% END %] [% IF( changeable ) %] [% ELSE %] [% $temp | html %] [% END %] [% IF( changeable ) %] [% ELSE %] [% $temp | html %] [% END %] [% IF changeable && loop.last && paid_missing > 0 %] [% END %] [% temp = "exchangerate_"_ i %] [% temp_forex = "forex_"_ i %] [% IF( $temp_forex || !changeable ) %] [% $temp | html %] [% ELSE %] [% END %] [% IF( changeable ) %] [% L.select_tag(temp, ALL_CHARTS_AP_paid, value_title_sub = \AP_paid_value_title_sub, default = ($temp || accno_arap)) %] [% ELSE %] [% $readonly | html %] [% END %] [% temp = "paid_project_id_"_ i %] [% IF( changeable ) %] [% P.project.picker(temp, $temp) %] [% ELSE %] [% temp = "label"_ temp %] [% $temp | html %] [% END %]
[% 'Total' | $T8 %] [% LxERP.format_amount(totalpaid, 2) | html %]
[% 'Missing amount' | $T8 %] [% LxERP.format_amount(paid_missing, 2) | html %]
[% END %]
[% PROCESS 'webdav/_list.html' %]
[% LxERP.t8('Loading...') %]