X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9bf9acdff05a8047d0561c68cdd93b0a03deb568..b48c9c84b3b070011b50ae41216c3903a369f661:/templates/webpages/is/form_footer.html
diff --git a/templates/webpages/is/form_footer.html b/templates/webpages/is/form_footer.html
index 5ab55b739..dc19c4173 100644
--- a/templates/webpages/is/form_footer.html
+++ b/templates/webpages/is/form_footer.html
@@ -15,7 +15,7 @@
|
-
+ [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
|
@@ -33,7 +33,7 @@
label_key = 'description',
show_empty = 1
allow_textbox = 0 -%]
-
+
|
@@ -107,6 +107,13 @@
[%- END %]
+[%- IF rounding %]
+
+ | [% 'Rounding' | $T8 %] |
+ [% LxERP.format_amount(rounding, 2) %] |
+
+[%- END %]
+
[%# tax %]
[% FOREACH item = taxaccounts_array %]
[% SET description_ref = item _ '_description' %]
@@ -124,7 +131,6 @@
[%- END %]
[%- END %]
-
| [% 'Total' | $T8 %] |
[% LxERP.format_amount(invtotal, 2) %] |
@@ -149,48 +155,55 @@
[% print_options %]
+
+
@@ -198,3 +211,6 @@
+