X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_item_input.html;h=d5c0ad0c3a062d170771547df83761faab4d1a93;hb=f70c8fa479417e7c20108a23c18c0c6e5e683c6a;hp=f59c22628df6d3b744e50d0b6dd913d298deb80c;hpb=099fc63b531b1d4495cfab535ffd296d6a62ca0a;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_item_input.html b/templates/webpages/order/tabs/_item_input.html index f59c22628..d5c0ad0c3 100644 --- a/templates/webpages/order/tabs/_item_input.html +++ b/templates/webpages/order/tabs/_item_input.html @@ -1,9 +1,10 @@ -[%- USE T8 %][%- USE HTML %][%- USE LxERP %][%- USE L %] +[%- USE T8 %][%- USE HTML %][%- USE LxERP %][%- USE L %][%- USE P %]
+ @@ -14,12 +15,19 @@ - + + - - - - + + + +
[%- 'position' | $T8 %] [%- 'Part' | $T8 %] [%- 'Description' | $T8 %] [%- 'Qty' | $T8 %]
[% L.part_picker('add_item.parts_id', '', fat_set_item=1, style='width: 300px', class="add_item_input") %][% L.input_tag('add_item.position', '', size = 5, class="add_item_input numeric") %] + [%- SET PARAM_KEY = SELF.cv == "customer" ? 'with_customer_partnumber' : 'with_makemodel' -%] + [%- SET PARAM_VAL = SELF.search_cvpartnumber -%] + [% P.part.picker('add_item.parts_id', '', fat_set_item=1, style='width: 300px', class="add_item_input", $PARAM_KEY=PARAM_VAL) %] [% L.input_tag('add_item.description', '', class="add_item_input") %][% L.input_tag('add_item.qty_as_number', '', size = 5, style='text-align:right', class="add_item_input") %][% L.input_tag('add_item.sellprice_as_number', '', size = 10, style='text-align:right', class="add_item_input") %][% L.input_tag('add_item.discount_as_percent', '', size = 5, style='text-align:right', class="add_item_input") %][% L.button_tag('add_item()', LxERP.t8('Add part')) %] + [% L.input_tag('add_item.qty_as_number', '', size = 5, class="add_item_input numeric") %] + [% L.hidden_tag('add_item.unit', '', class="add_item_input") %] + [% L.input_tag('add_item.sellprice_as_number', '', size = 10, class="add_item_input numeric") %][% L.input_tag('add_item.discount_as_percent', '', size = 5, class="add_item_input numeric") %][% L.button_tag('kivi.Order.add_item()', LxERP.t8('Add part')) %]