X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a693e5f40f525360475879ade3e3bb7dc6e196ab..0d37f1e8:/templates/webpages/ar/form_header.html
diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html
index 8d470faf4..ee3aa5cd3 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) %]
@@ -73,7 +74,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 +202,7 @@
[% 'Source' | $T8 %] |
[% 'Memo' | $T8 %] |
[% 'Amount' | $T8 %] |
+ |
[%- IF show_exch %]
[% 'Exch' | $T8 %] |
[%- END %]
@@ -212,7 +214,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 +240,11 @@
[% row.paid | html %]
[%- END %]
|
+
+ [% IF row.changeable && loop.last && paid_missing > 0 %]
+
+ [% END %]
+ |
[%- IF show_exch %]
[%- IF row.forex || !row.changeable%]
@@ -288,3 +295,7 @@
+
+
|