X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_row.html;h=4d5656f237bfb4d7fdcb732317d893f62abb39a5;hb=94fca0d40d4b73c5a065760826a367c32b07f83a;hp=0cd3bde80edf7a6118e4179e24e8a764f9e00d3a;hpb=5f0dde28fbedc190991b94b7d4128dc7adb6a715;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index 0cd3bde80..4d5656f23 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -3,57 +3,81 @@ [%- USE LxERP %] [%- USE L %] - - - [% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ITEM.id, ) %] - [% L.hidden_tag("order.orderitems[].parts_id", ITEM.parts_id) %] - - - [%- LxERP.t8('reorder item') %] - - - [%- L.button_tag("delete_order_item_row(this)", - LxERP.t8("X"), - confirm=LxERP.t8("Are you sure?")) %] - - [% HTML.escape(ITEM.part.partnumber) %] - - - [% L.input_tag("order.orderitems[].description", - ITEM.description, - style='width: 300px') %] - - - [%- L.input_tag("order.orderitems[].qty_as_number", - ITEM.qty_as_number, - size = 5, - style='text-align:right') %] - - - [%- L.input_tag("order.orderitems[].price_factor", - ITEM.price_factor, - size = 5, - style='text-align:right') %] - - - [%- L.input_tag("order.orderitems[].unit", - ITEM.unit, - size = 5) %] - - - [%- L.input_tag("order.orderitems[].sellprice_as_number", - ITEM.sellprice_as_number, - size = 10, - style='text-align:right') %] - - - [%- L.input_tag("order.orderitems[].discount_as_percent", - ITEM.discount_as_percent, - size = 5, - style='text-align:right') %] - - - [%- L.div_tag(LxERP.format_amount(ITEM.linetotal, 2, 0), name="linetotal") %] - + - + + + [% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ITEM.id) %] + [% L.hidden_tag("order.orderitems[].parts_id", ITEM.parts_id) %] + + + [%- LxERP.t8('reorder item') %] + + + [%- L.button_tag("delete_order_item_row(this)", + LxERP.t8("X"), + confirm=LxERP.t8("Are you sure?")) %] + + + [% HTML.escape(ITEM.part.partnumber) %] + + + [% L.input_tag("order.orderitems[].description", + ITEM.description, + style='width: 300px') %] + + + [%- L.input_tag("order.orderitems[].qty_as_number", + ITEM.qty_as_number, + size = 5, + style='text-align:right') %] + + + [%- L.input_tag("order.orderitems[].price_factor", + ITEM.price_factor, + size = 5, + style='text-align:right') %] + + + [%- L.input_tag("order.orderitems[].unit", + ITEM.unit, + size = 5) %] + + + [%- L.input_tag("order.orderitems[].sellprice_as_number", + ITEM.sellprice_as_number, + size = 10, + style='text-align:right') %] + + + [%- L.input_tag("order.orderitems[].discount_as_percent", + ITEM.discount_as_percent, + size = 5, + style='text-align:right') %] + + + [%- L.div_tag(LxERP.format_amount(ITEM.linetotal, 2, 0), name="linetotal") %] + + + + + + + + + + + + + + + + + + + +
hi1hi2hi3[%- ITEM.description %]
ho1ho2ho3[%- ITEM.longdescription %]
+ + + +