X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/763d39921a6e901b2322525404c358907036ec36..5981dd661e770fe22d4bf2298846097c8096327f:/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 93f954a7b..52bb065d7 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -102,6 +102,30 @@ +
| [%- 'Part' | $T8 %] | +[%- 'Qty' | $T8 %] | +[%- 'Price' | $T8 %] | +[%- 'Discount' | $T8 %] | ++ |
|---|---|---|---|---|
| [% L.part_picker('add_item.parts_id', '', style='width: 300px') %] | +[% L.input_tag('add_item.qty_as_number', '', size = 5, style='text-align:right') %] | +[% L.input_tag('add_item.sellprice_as_number', '', size = 10, style='text-align:right') %] | +[% L.input_tag('add_item.discount_as_percent', '', size = 5, style='text-align:right') %] | +[% L.button_tag('add_item()', LxERP.t8('Add part')) %] | +
| @@ -125,9 +149,6 @@ [%- FOREACH item = SELF.order.items_sorted %] [%- PROCESS order/tabs/_row.html ITEM=item %] [%- END %] - [%- IF !SELF.order.items.size %] - [%- PROCESS order/tabs/_row.html ITEM='' %] - [%- END %] |
| [%- 'Subtotal' | $T8 %] | -[%- SELF.order.netamount_as_number %] | ++ [%- L.div_tag(SELF.order.netamount_as_number, id='netamount_id') %] + |
|---|---|---|
| [%- tax.tax.description %] [% tax.tax.rate_as_percent %]% | -[%- LxERP.format_amount(tax.amount, 2, 0) %] | -|
| [%- 'Total' | $T8 %] | -[%- SELF.order.amount_as_number %] | ++ [%- L.div_tag(SELF.order.amount_as_number, id='amount_id') %] |