X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Freport_filter.html;h=c1dea3f6a57193eeb5a75e5861f95875f26cd9f2;hb=2ba42577fce2f8a7da0e9aead95292ba6ccff0b0;hp=6c512e3572c108cd0defa0c2efecfe553ae10ce2;hpb=3c938e03dbb186f9c163e19473e9572f7fa16aea;p=kivitendo-erp.git diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index 6c512e357..c1dea3f6a 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -1,6 +1,7 @@ [%- USE T8 %] [%- USE L %] [%- USE P %] +[%- USE LxERP %] [%- USE HTML %][%- USE JavaScript %]

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

@@ -66,11 +67,10 @@ --> -
+ -

@@ -96,11 +96,11 @@ - + - + @@ -133,9 +133,34 @@ + + + + + + + + + + + +
[% 'Filter' | $T8 %]
[% 'Part Number' | $T8 %]:
[% 'Parts Classification' | $T8 %]:[% P.select_classification('classification_id') %][% P.part.select_classification('classification_id') %]
[% 'Part Description' | $T8 %]:
[% '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) %] +
@@ -171,7 +196,7 @@ [% END %] -


+
@@ -185,18 +210,24 @@ - - + + + + - + [% IF INCLUDABLE_CVAR_CONFIGS %] +
+ [% FOREACH cvar_cfg = INCLUDABLE_CVAR_CONFIGS %] + + + [% name__ = cvar_cfg.name; + L.checkbox_tag("l_cvar_" _ name__, value="1", checked=(cvar_cfg.included_by_default ? 1 : ''), label=cvar_cfg.description) %] + + + [% END %] + [% END %] -

- -

- -

-