78c0b83f03806f7fbd47bdcff5498aaeb692d454
[kivitendo-erp.git] / templates / webpages / gobd / filter.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3 [%- USE L %]
4 [%- USE LxERP %]
5
6 <h1>[% title | html %]</h1>
7
8 [%- INCLUDE 'common/flash.html' %]
9
10 <p>[% 'This export will include all records in the given time range and all supplicant information from checked entities. You will receive a single zip file. Please extract this file onto the data medium requested by your auditor.' | $T8 %]</p>
11
12 <form id='filter_form'>
13
14 <table>
15   <tr>
16     <td>[% L.radio_button_tag('method', value='year', checked=1) %]
17     <td>[% 'Year' | $T8 %]</td>
18     <td>[% L.select_tag('year', SELF.available_years, default=current_year) %]</td>
19   </tr>
20   <tr>
21     <td>[% L.radio_button_tag('method') %]
22     <td>[% 'From Date' | $T8 %]</td>
23     <td>[% L.date_tag('from', SELF.from) %]</td>
24     <td>[% 'To Date' | $T8 %]</td>
25     <td>[% L.date_tag('to', SELF.to) %]</td>
26   </tr>
27 </table>
28 </form>