X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fwh%2Freport_filter.html;h=9d79535c6db972522e6d314eb4186496089477ac;hb=ec4cffa8a9fe604ecaab2a0af734b5e28c040935;hp=c552db13573ebb8f9802f158bcc51dda980a0898;hpb=be8c4415c90cb11cbf45132b63482f420b41070b;p=kivitendo-erp.git diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index c552db135..9d79535c6 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -137,6 +137,23 @@ [% 'Stock Qty for Date' | $T8 %]: [% L.date_tag('date') %] + + + [% "basis for stock value" | $T8 %]: + + + [% L.radio_button_tag("stock_value_basis", value='purchase_price', checked=1, label=LxERP.t8('Purchase price')) %] + [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %] + + + + [% "List all rows" | $T8 %]: + + + [% L.yes_no_tag("allrows", 1) %] + + + @@ -171,7 +188,7 @@ [% END %] -
+
@@ -190,17 +207,6 @@ - - - - [% L.radio_button_tag("stock_value_basis", value='purchase_price', checked=1, label=LxERP.t8('Purchase price')) %] - [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %] - - - [% "basis for stock value" | $T8 %] - - -