X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/803916465d8a60d75ade24e06cffee6cc40c528c..d6cc1832b06d875ea85b14dd523da9ff7e32df8d:/templates/webpages/delivery_order/tabs/basic_data.html diff --git a/templates/webpages/delivery_order/tabs/basic_data.html b/templates/webpages/delivery_order/tabs/basic_data.html index 7efe969a5..a2ffd717c 100644 --- a/templates/webpages/delivery_order/tabs/basic_data.html +++ b/templates/webpages/delivery_order/tabs/basic_data.html @@ -336,54 +336,6 @@ - [%- 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) %]
- - [%- END %] - - - - - - - - - - - - [%- FOREACH tax = SELF.taxes %] - [%- PROCESS order/tabs/_tax_row.html TAX=tax TAXINCLUDED=SELF.order.taxincluded %] - [%- END %] - - - - -
- - [% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %] -
[%- 'Subtotal' | $T8 %] - [%- L.div_tag(SELF.order.netamount_as_number, id='netamount_id') %] -
[%- 'Total' | $T8 %] - [%- L.div_tag(SELF.order.amount_as_number, id='amount_id') %] -
- -