X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Freport_filter.html;h=9d79535c6db972522e6d314eb4186496089477ac;hb=7230b956646b33a6a2da270df50d1e8edf5e4dd2;hp=9215374e991f925d059a4e22de1c982e8cc2f6c7;hpb=46bc75c8079099de22ccbc6281b04f42ade67f1a;p=kivitendo-erp.git diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index 9215374e9..9d79535c6 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -1,6 +1,9 @@ [%- USE T8 %] [%- USE L %] -[% USE HTML %][% USE JavaScript %] +[%- USE P %] +[%- USE LxERP %] +[%- USE HTML %][%- USE JavaScript %] +

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

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

@@ -96,7 +96,11 @@ - + + + + + @@ -106,7 +110,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] + - + + + + + + + +
[% 'Filter' | $T8 %]
[% 'Part Number' | $T8 %]:
[% 'Parts Classification' | $T8 %]:[% P.part.select_classification('classification_id') %]
[% 'Part Description' | $T8 %]:[% 'Charge Number' | $T8 %]:
[% 'Best Before' | $T8 %]: @@ -129,10 +133,27 @@
[% '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) %] +
@@ -161,13 +182,13 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] -


+
@@ -181,18 +202,13 @@ + + + + - -

- -

- -

- - -