X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Freport_filter.html;h=f0635c1d2bc437ef707bcb2a1cceb27f719d9862;hb=04dccca70c47960cd6ea03a4f0ae05a9cbc42c41;hp=9d79535c6db972522e6d314eb4186496089477ac;hpb=cae732b8bee471e0611a68d29978aa80551b256f;p=kivitendo-erp.git diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index 9d79535c6..f0635c1d2 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -106,6 +106,10 @@ [% 'Part Description' | $T8 %]: + + [% 'Partsgroup' | $T8 %]: + [% L.select_tag('partsgroup_id', PARTSGROUPS, value_key = 'id', title_key = 'partsgroup', with_empty = 1) %] + [% 'Charge Number' | $T8 %]: @@ -146,6 +150,7 @@ [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %] + [% "List all rows" | $T8 %]: @@ -153,7 +158,15 @@ [% L.yes_no_tag("allrows", 1) %] - + + + [% "Results per page" | $T8 %]: + + + [% L.input_number_tag("per_page", 20, size=4) %] + + + [% CUSTOM_VARIABLES_FILTER_CODE %] @@ -208,6 +221,9 @@ + + [% CUSTOM_VARIABLES_INCLUSION_CODE %] +