X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fap%2Fform_header.html;h=af3b7e8186f6460c821cd78c169f654d79236b67;hb=07c884e5ac2318a9a67947faa88ecd1d4ca0629e;hp=81861fcf631ba8396f3944e39632981f250d72f8;hpb=cb1341a6715ae92b278b49d8b14eee7d4018859e;p=kivitendo-erp.git diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index 81861fcf6..af3b7e818 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -39,6 +39,7 @@ + @@ -82,7 +83,10 @@ @@ -107,18 +111,25 @@ - - - - - - - - - -
[% 'Credit Limit' | $T8 %][% creditlimit | html %][% 'Remaining' | $T8 %][% creditremaining | html %]
+ [% LxERP.t8("Credit Limit") %] + + [% creditlimit | html %]; + [% LxERP.t8("Remaining") %] + [% creditremaining | html %] + + + +[%- IF invoice_obj.sepa_exports.as_list.size %] + + [% LxERP.t8("SEPA exports") %] + + [% FOREACH export = invoice_obj.sepa_exports.as_list %] + [% HTML.escape(export.id) %] + [% UNLESS loop.last %], [% END %] + [% END %] +[%- END %] [% 'Currency' | $T8 %] @@ -267,6 +278,7 @@ [% 'Source' | $T8 %] [% 'Memo' | $T8 %] [% 'Amount' | $T8 %] + [% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] [% 'Exch' | $T8 %] [% END %] @@ -282,7 +294,7 @@ [% temp = "datepaid_"_ i %] [% IF( changeable ) %] - [% L.date_tag(temp, $temp) %] + [% L.date_tag(temp, $temp ? $temp : today) %] [% ELSE %] [% $temp | html %] @@ -319,6 +331,12 @@ [% END %] + + [% IF changeable && loop.last && paid_missing > 0 %] + + [% END %] + + [% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] [% temp = "exchangerate_"_ i %] @@ -376,3 +394,7 @@ + +