X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/03d66bba7bc816a9cc1e0dbbb09fa36f039e77d4..a8f3c39cd7d3c48ae693fd1e8652c55fb22d7cc2:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 8e4776ca6..c67981292 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -291,6 +291,27 @@ + [%- IF (SELF.type == "sales_order" || SELF.type == "sales_quotation") -%] + [%- SET marge_class = (SELF.order.marge_total < 0) ? 'plus0' : '' -%] +
| [% 'Ertrag' | $T8 %] | ++ [%- L.div_tag(SELF.order.marge_total_as_number, id='marge_total_id', class=marge_class) %] + | +|
|---|---|---|
| [% 'Ertrag prozentual' | $T8 %] | ++ [%- L.div_tag(LxERP.format_amount(SELF.order.marge_percent, 2), id='marge_percent_id', class=marge_class) %] + | +[%- L.div_tag('%', id='marge_percent_sign_id', class=marge_class) %] | +