X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..ea8e8a62:/templates/webpages/oe/form_footer.html
diff --git a/templates/webpages/oe/form_footer.html b/templates/webpages/oe/form_footer.html
index de6d7b9bb..7c72a452e 100644
--- a/templates/webpages/oe/form_footer.html
+++ b/templates/webpages/oe/form_footer.html
@@ -1,6 +1,7 @@
[%- USE T8 %]
[%- USE HTML %]
[%- USE LxERP %]
+[%- USE L %]
@@ -26,7 +27,23 @@
label_key = 'description',
show_empty = 1 -%]
+
+
+ [% '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') %]
+
+
+[%- IF is_sales_ord %]
+
+ [%- LxERP.t8('Periodic Invoices') %]
+
+ [% L.button_tag("edit_periodic_invoices_config(); return false;", LxERP.t8('Configure')) %]
+ ([% HTML.escape(periodic_invoices_status) %])
+ [% L.hidden_tag("periodic_invoices_config", periodic_invoices_config) %]
+
+[%- END %]
+
[%- IF id && num_follow_ups %]
[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due_follow_ups) %]
@@ -34,28 +51,45 @@
[%- END %]
+ [%- IF show_weight %]
+
+
+
+ [% 'Total weight' | $T8 %]
+
+ [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %]
+
+
+
+
+ [%- END %]
[%- IF is_sales %]
[% 'Ertrag' | $T8 %]
- [% LxERP.format_amount(marge_total, 2) %]
+
+ [% LxERP.format_amount(marge_total, 2) %]
+
+
[% 'Ertrag prozentual' | $T8 %]
- [% LxERP.format_amount(marge_percent, 2) %]
+
+ [% LxERP.format_amount(marge_percent, 2) %]
+
+
%
-
-
-
[%- END %]
+
[%- IF taxaccounts %]
- [% 'Tax Included' | $T8 %]
+
+ [% 'Tax Included' | $T8 %]
[%- END %]
[%- IF NOT taxincluded %]
@@ -67,7 +101,10 @@
[% tax %]
[% 'Total' | $T8 %]
- [% LxERP.format_amount(invtotal, 2) %]
+ [% LxERP.format_amount(invtotal, 2) %]
+
+
+
@@ -75,90 +112,69 @@
-