5 <h1>[% title | html %]</h1>
7 <form method=post action="[% script | html %]">
11 [% L.hidden_tag('accno', accno) %]
12 [% L.hidden_tag('description', description) %]
13 [% L.hidden_tag('sort', 'transdate') %]
14 [% L.hidden_tag('accounttype', accounttype) %]
16 <table class="tbl-horizontal">
17 <colgroup> <col style="width:1.4em;"><col class="wi-small"><col class="wi-lightwide"> </colgroup>
18 <caption>[% 'Periods' | $T8 %]</caption>
23 [% L.radio_button_tag('reporttype', value='custom', id='reporttype_custom') %]
24 <label for="reporttype_custom">[% LxERP.t8('Customized Report') %]</label>
30 <th>[% 'Year' | $T8 %]</th>
31 <td><input type="text" name=year class="wi-smallest" title="[% 'YYYY' | $T8 %]" value="[% year %]"></td>
35 <th colspan="2"><h4>[% 'Periods' | $T8 %]</h4></th>
39 <th>[% 'Yearly' | $T8 %]</th>
40 <td>[% L.radio_button_tag('duetyp', value=13, label=LxERP.t8('Yearly')) %]</td>
44 <th>[% 'Quarterly' | $T8 %]</th>
46 [% L.radio_button_tag('duetyp', value='A', label='1. ' _ LxERP.t8('Quarter')) %]<br>
47 [% L.radio_button_tag('duetyp', value='B', label='2. ' _ LxERP.t8('Quarter')) %]<br>
48 [% L.radio_button_tag('duetyp', value='C', label='3. ' _ LxERP.t8('Quarter')) %]<br>
49 [% L.radio_button_tag('duetyp', value='D', label='4. ' _ LxERP.t8('Quarter')) %]
54 <th>[% 'Monthly' | $T8 %]</th>
56 [% L.radio_button_tag('duetyp', value='1', label=LxERP.t8('January')) %]<br>
57 [% L.radio_button_tag('duetyp', value='5', label=LxERP.t8('May')) %]<br>
58 [% L.radio_button_tag('duetyp', value='9', label=LxERP.t8('September')) %]<br>
59 [% L.radio_button_tag('duetyp', value='2', label=LxERP.t8('February')) %]<br>
60 [% L.radio_button_tag('duetyp', value='6', label=LxERP.t8('June')) %]<br>
61 [% L.radio_button_tag('duetyp', value='10', label=LxERP.t8('October')) %]<br>
62 [% L.radio_button_tag('duetyp', value='3', label=LxERP.t8('March')) %]<br>
63 [% L.radio_button_tag('duetyp', value='7', label=LxERP.t8('July')) %]<br>
64 [% L.radio_button_tag('duetyp', value='11', label=LxERP.t8('November')) %]<br>
65 [% L.radio_button_tag('duetyp', value='4', label=LxERP.t8('April')) %]<br>
66 [% L.radio_button_tag('duetyp', value='8', label=LxERP.t8('August')) %]<br>
67 [% L.radio_button_tag('duetyp', value='12', label=LxERP.t8('December')) %]
72 <h4>[% L.radio_button_tag('reporttype', value='free',id='reporttype_free') %]
73 <label for="reporttype_free">[% LxERP.t8('Free report period') %]</label></h4>
79 [% 'From' | $T8 %] [% L.date_tag('fromdate') %]
80 [% 'Bis' | $T8 %] [% L.date_tag('todate') %]
84 <th colspan="3" class="caption">[% 'Miscellaneous' | $T8 %]</th>
87 <th colspan="2">[% 'Decimalplaces' | $T8 %]</th>
88 <td><input type="text" name=decimalplaces size=3 value="2"></td>
91 <th colspan="2">[% LxERP.t8('Subtotal') %] </th>
92 <td>[% L.checkbox_tag('subtotal', label=LxERP.t8('Yes')) %]</td>
98 </div><!-- /.wrapper -->
100 <div class="buttons">[% L.submit_tag('action', LxERP.t8('List Transactions')) %]</div>