X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f612f63eaec658123e4752850c31b33e1865a2e5..0d37f1e8:/templates/webpages/ar/form_header.html diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html index ea17d6ddc..ee3aa5cd3 100644 --- a/templates/webpages/ar/form_header.html +++ b/templates/webpages/ar/form_header.html @@ -15,13 +15,21 @@ [% L.hidden_tag('follow_up_trans_info_1', follow_up_trans_info) %] [% L.hidden_tag('follow_up_rowcount', 1) %] +

[% title | html %]

+ [%- IF saved_message %]

[% saved_message | html %]

[% END %] +
+ + +
- - - - @@ -190,6 +202,7 @@ + [%- IF show_exch %] [%- END %] @@ -201,7 +214,7 @@ + [%- IF show_exch %]
[% title | html %]
@@ -32,9 +40,9 @@ [% L.hidden_tag('selectcustomer', selectcustomer) %] @@ -66,7 +74,7 @@ [% L.hidden_tag('forex', forex) %] [% IF show_exch %] - + [% END %] [% department_html %] @@ -80,7 +88,11 @@ [%- END %] - + + + + +
[% 'Customer' | $T8 %] [%- IF selectcustomer %] - + [%- ELSE %] - + [%- END %] [% '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 %]
[% L.checkbox_tag('taxincluded', checked=taxincluded) %][% 'Tax Included' | $T8 %]
[% L.checkbox_tag('direct_debit', checked=direct_debit) %]
[% 'Source' | $T8 %] [% 'Memo' | $T8 %] [% 'Amount' | $T8 %][% 'Exch' | $T8 %]
[%- 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 %] @@ -227,6 +240,11 @@ [% row.paid | html %] [%- END %] + [% IF row.changeable && loop.last && paid_missing > 0 %] + + [% END %] + [%- IF row.forex || !row.changeable%] @@ -274,7 +292,10 @@
- -
- +
+
+ +