X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Freport_filter.html;h=f0635c1d2bc437ef707bcb2a1cceb27f719d9862;hb=HEAD;hp=3d3e1ebc7f05a41c2e3ec5390ab1beb773308cca;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index 3d3e1ebc7..f0635c1d2 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -1,7 +1,9 @@ [%- USE T8 %] [%- USE L %] +[%- USE P %] +[%- USE LxERP %] [%- USE HTML %][%- USE JavaScript %] - +

[% 'Report about warehouse contents' | $T8 %]

-
[% 'Report about warehouse contents' | $T8 %]
- -
+ -

@@ -97,17 +96,25 @@ - + + + + + + + + + - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] + + + + + + + + + + + + + [% CUSTOM_VARIABLES_FILTER_CODE %]
[% 'Filter' | $T8 %]
[% 'Part Number' | $T8 %]:
[% 'Parts Classification' | $T8 %]:[% P.part.select_classification('classification_id') %]
[% 'Part Description' | $T8 %]:
[% 'Partsgroup' | $T8 %]:[% L.select_tag('partsgroup_id', PARTSGROUPS, value_key = 'id', title_key = 'partsgroup', with_empty = 1) %]
[% 'Charge Number' | $T8 %]:
[% 'Best Before' | $T8 %]: @@ -130,10 +137,36 @@
[% '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) %] +
+ [% "Results per page" | $T8 %]: + + [% L.input_number_tag("per_page", 20, size=4) %] +
@@ -162,13 +195,13 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] -


+
@@ -182,17 +215,16 @@ + + + + - + + + [% CUSTOM_VARIABLES_INCLUSION_CODE %]
-

- -

- -

- -