X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2de7b1da5588237977366ff7e6526f5b7c84a83b..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/ir/form_footer.html
diff --git a/templates/webpages/ir/form_footer.html b/templates/webpages/ir/form_footer.html
index 83ab34abb..08fb4cb80 100644
--- a/templates/webpages/ir/form_footer.html
+++ b/templates/webpages/ir/form_footer.html
@@ -11,17 +11,30 @@
[% 'Notes' | $T8 %]
[% 'Internal Notes' | $T8 %]
- [% 'Payment Options' | $T8 %]
+ [% 'Payment / Delivery Options' | $T8 %]
-
+ [% L.textarea_tag("notes", notes, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %]
- [%- L.checkbox_tag('direct_debit', 'checked', direct_debit, 'label', LxERP.t8('direct debit')) %]
+
+
+ [% 'Delivery Terms' | $T8 %]
+
+ [% L.select_tag('delivery_term_id', ALL_DELIVERY_TERMS, default = delivery_term_id, with_empty = 1, title_key = 'description', style = 'width: 250px') %]
+
+
+
+ [% 'direct debit' | $T8 %]
+
+ [%- L.checkbox_tag('direct_debit', 'checked', direct_debit) %]
+
+
+
[%- IF id && follow_ups.size %]
@@ -33,18 +46,18 @@
[%- END %]
+[%- IF show_weight %]
[% 'Total weight' | $T8 %]
[% LxERP.format_amount(totalweight) %] [% HTML.escape(weightunit) %]
-
-
+[%- END %]
[%- IF taxaccounts %]
@@ -115,21 +128,22 @@
[% IF show_delete %]
+
[% END %]
[% ELSE # no id %]
- [% UNLESS locked %]
+ [% UNLESS locked %]
-
[%- END %]
+
[% END # id %]
[% IF id %]
[%#- button for saving history %]
-
+
[% IF INSTANCE_CONF.get_ir_show_mark_as_paid %]