X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..7bff84cbc6daa65a74b9f5c83415c98856eb30a1:/templates/webpages/is/form_footer.html
diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html
index 314e65af9..cf5c7d4fc 100644
--- a/templates/webpages/is/form_footer.html
+++ b/templates/webpages/is/form_footer.html
@@ -8,16 +8,16 @@
- | [% 'Notes' | $T8 %] |
+ [% 'Notes (will appear on hard copy)' | $T8 %] |
[% 'Internal Notes' | $T8 %] |
[% 'Payment Terms' | $T8 %] |
|
-
+
|
-
+
|
[%- INCLUDE 'generic/multibox.html'
@@ -28,9 +28,7 @@
label_key = 'description',
show_empty = 1
allow_textbox = 0 -%]
-
+
|
[%- IF id && follow_ups.size %]
@@ -46,19 +44,24 @@
| [% 'Ertrag' | $T8 %] |
- [% LxERP.format_amount(marge_total, 2, 0) %] |
+
+ [% LxERP.format_amount(marge_total, 2, 0) %]
+
+ |
| [% 'Ertrag prozentual' | $T8 %] |
- [% LxERP.format_amount(marge_percent, 2, 0) %] % |
+
+ [% LxERP.format_amount(marge_percent, 2, 0) %] %
+
+ |
-
-
[%- IF taxaccounts %]
-
+
+
[% 'Tax Included' | $T8 %]
@@ -79,12 +82,12 @@
[% SET total_ref = item _ '_total' %]
[% SET netto_ref = item _ '_netto' %]
|
- | Enthaltene [% $description_ref | html %] [% $rate_ref * 100 %]% |
+ [% 'Including' | $T8 %] [% $description_ref | html %] [% $rate_ref * 100 %]% |
[% LxERP.format_amount($total_ref, 2) %] |
[%- IF taxincluded %]
- | Nettobetrag |
+ [% 'Net amount' | $T8 %] |
[% LxERP.format_amount($netto_ref, 2) %] |
[%- END %]
@@ -163,7 +166,7 @@
[% END %]
-
+
|