X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c26b9ddd1e6110ed8a2b2d062ec506dd4c4dc140..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 c4bcda06c..a2ffd717c 100644
--- a/templates/webpages/delivery_order/tabs/basic_data.html
+++ b/templates/webpages/delivery_order/tabs/basic_data.html
@@ -333,63 +333,6 @@
title_key = 'description',
style = 'width: 250px') %]
- [%- IF SELF.type == "sales_order" %]
-
- | [%- 'Periodic Invoices' | $T8 %] |
- [% L.button_tag('kivi.Order.show_periodic_invoices_config_dialog()', LxERP.t8('Configure')) %]
- ([%- SELF.periodic_invoices_status -%])
- ?
- |
-
- [%- END %]
-
-
-
- [%- 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 %]
-
-
-
-
- |
-
- [% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %]
- |
-
-
-
- | [%- 'Subtotal' | $T8 %] |
-
- [%- L.div_tag(SELF.order.netamount_as_number, id='netamount_id') %]
- |
-
- [%- FOREACH tax = SELF.taxes %]
- [%- PROCESS order/tabs/_tax_row.html TAX=tax TAXINCLUDED=SELF.order.taxincluded %]
- [%- END %]
-
- | [%- 'Total' | $T8 %] |
-
- [%- L.div_tag(SELF.order.amount_as_number, id='amount_id') %]
- |
-
|