34bf90a58da465c0567009feb3b81309968f8196
[kivitendo-erp.git] / templates / webpages / liquidity_projection / _filter.html
1 [%- USE LxERP -%][%- USE L -%]
2
3 <form method="post" action="controller.pl">
4  [% L.hidden_tag('action', 'LiquidityProjection/show') %]
5
6  <table border="0">
7   <tr>
8    <th align="right">[% LxERP.t8("Number of months") %]</th>
9    <td>[% L.input_tag("params.months", FORM.params.months, class="initial_focus") %]</td>
10   </tr>
11
12   <tr>
13    <th align="right" valign="top">[% LxERP.t8("Break down by") %]</th>
14    <td valign="top">
15     [% L.checkbox_tag("params.type",           value=1, checked=FORM.params.type,           label=LxERP.t8("Basis of calculation")) %]
16     <br>
17     [% L.checkbox_tag("params.salesman",       value=1, checked=FORM.params.salesman,       label=LxERP.t8("Salesman")) %]
18     <br>
19     [% L.checkbox_tag("params.buchungsgruppe", value=1, checked=FORM.params.buchungsgruppe, label=LxERP.t8("Buchungsgruppe")) %]
20    </td>
21   </tr>
22  </table>
23
24  <p>
25   [% L.submit_tag("dummy", LxERP.t8("Show")) %]
26  </p>
27 </form>