3289539791f91f899453ad5c1945d92ffc326170
[kivitendo-erp.git] / templates / webpages / liquidity_projection / _filter.html
1 [%- USE LxERP -%][%- USE L -%]
2
3 <form method="post" action="controller.pl" id="filter_form">
4  <table border="0">
5   <tr>
6    <th align="right">[% LxERP.t8("Number of months") %]</th>
7    <td>[% L.input_tag("params.months", FORM.params.months, class="initial_focus") %]</td>
8   </tr>
9
10   <tr>
11    <th align="right" valign="top">[% LxERP.t8("Break down by") %]</th>
12    <td valign="top">
13     [% L.checkbox_tag("params.type",           value=1, checked=FORM.params.type,           label=LxERP.t8("Basis of calculation")) %]
14     <br>
15     [% L.checkbox_tag("params.salesman",       value=1, checked=FORM.params.salesman,       label=LxERP.t8("Salesman")) %]
16     <br>
17     [% L.checkbox_tag("params.buchungsgruppe", value=1, checked=FORM.params.buchungsgruppe, label=LxERP.t8("Booking group")) %]
18    </td>
19   </tr>
20  </table>
21 </form>