X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fform_header.html;h=b4cf07cc228ee0b8584c0d863eb6b02c5426883c;hb=2b01bfef4afb04fe2b2f0e7e1e79bffe5e38b281;hp=8d470faf4df9f40cf15d4407dbb44fc5d7bba3e5;hpb=a23454bb1b039a31b7f77710ff663fa9152d530c;p=kivitendo-erp.git diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index 8d470faf4..b4cf07cc2 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -24,6 +24,7 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • +
  • [% LxERP.t8('Transactions') %]
  • [%- END %] @@ -39,9 +40,9 @@ [% 'Customer' | $T8 %] [%- IF selectcustomer %] - + [%- ELSE %] - + [%- END %] [% L.hidden_tag('selectcustomer', selectcustomer) %] @@ -49,19 +50,43 @@ [% L.hidden_tag('customer_id', customer_id) %] [% L.hidden_tag('terms', terms) %] +[%- IF max_dunning_level || invoice_obj.dunning_config_id %] - - - - - - - - - -
    [% 'Credit Limit' | $T8 %][% LxERP.format_amount(creditlimit, 0) %][% L.hidden_tag('creditlimit', LxERP.format_amount(creditlimit, 0)) %][% 'Remaining' | $T8 %][% LxERP.format_amount(creditremaining, 0) %][% L.hidden_tag('creditremaining', LxERP.format_amount(creditremaining, 0)) %]
    + [% LxERP.t8("Dunning status") %] + + [% IF invoice_obj.dunning_config_id %] + [% LxERP.t8("This invoice's dunning level: #1", invoice_obj.dunning_config.dunning_description) %] + [% IF max_dunning_level %]
    [% END %] + [% END %] + [% IF max_dunning_level %] + + [% LxERP.t8("Customer's current maximum dunning level: #1", max_dunning_level) %] +
    + [% LxERP.t8("Dunned open amount: #1", LxERP.format_amount(dunning_amount, 2)) %] +
    + [% END %] + + +[%- END %] + + [% LxERP.t8("Credit Limit") %] + + [% LxERP.format_amount(creditlimit, 0) %][% L.hidden_tag('creditlimit', LxERP.format_amount(creditlimit, 0)) %]; + [% LxERP.t8("Remaining") %] + [% LxERP.format_amount(creditremaining, 0) %][% L.hidden_tag('creditremaining', LxERP.format_amount(creditremaining, 0)) %] + + +[%- 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 %] @@ -73,7 +98,7 @@ [% L.hidden_tag('forex', forex) %] [% IF show_exch %] [% 'Exchangerate' | $T8 %] - [%- IF forex %][% L.hidden_tag(exchangerate, LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag(exchangerate, LxERP.format_amount(exchangerate, 2), size=10) %][%- END %] + [%- IF forex %][% L.hidden_tag('exchangerate', LxERP.format_amount(exchangerate, 2)) %][% LxERP.format_amount(exchangerate, 2) %][%- ELSE %][% L.input_tag('exchangerate', LxERP.format_amount(exchangerate, 2), size=10) %][%- END %] [% END %] [% department_html %] @@ -201,6 +226,7 @@ [% 'Source' | $T8 %] [% 'Memo' | $T8 %] [% 'Amount' | $T8 %] + [%- IF show_exch %] [% 'Exch' | $T8 %] [%- END %] @@ -212,7 +238,7 @@ [%- IF row.changeable %] - [% L.date_tag('datepaid_' _ loop.count, row.datepaid) %] + [% L.date_tag('datepaid_' _ loop.count, row.datepaid ? row.datepaid : today) %] [%- ELSE %] [% row.datepaid | html %][% L.hidden_tag('datepaid_' _ loop.count, row.datepaid) %] [%- END %] @@ -238,6 +264,11 @@ [% row.paid | html %] [%- END %] + + [% IF row.changeable && loop.last && paid_missing > 0 %] + + [% END %] + [%- IF show_exch %] [%- IF row.forex || !row.changeable%] @@ -288,3 +319,7 @@ + +