Revision 14bb69dd
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/ca/list.html | ||
---|---|---|
6 | 6 |
|
7 | 7 |
<form method=post action="[% script %]"> |
8 | 8 |
|
9 |
<div class="wrapper"> |
|
9 | 10 |
[% L.hidden_tag('accno', accno) %] |
10 | 11 |
[% L.hidden_tag('description', description) %] |
11 | 12 |
[% L.hidden_tag('sort', 'transdate') %] |
12 | 13 |
[% L.hidden_tag('accounttype', accounttype) %] |
13 | 14 |
|
14 |
<table> |
|
15 |
<tr> |
|
16 |
<th align=left>[% L.radio_button_tag('reporttype', value='custom', label=LxERP.t8('Customized Report')) %]</th> |
|
17 |
</tr> |
|
18 |
<tr> |
|
19 |
<th colspan=1>[% 'Year' | $T8 %]</th> |
|
20 |
<td><input name=year size=11 title="[% 'YYYY' | $T8 %]" value="[% year %]"></td> |
|
21 |
</tr> |
|
15 |
<table class="tbl-horizontal"> |
|
16 |
<colgroup> <col style="width:1.4em;"><col class="wi-small"><col class="wi-lightwide"> </colgroup> |
|
17 |
<caption>[% 'Periods' | $T8 %]</caption> |
|
18 |
<tbody> |
|
19 |
<tr> |
|
20 |
<th colspan="3"> |
|
21 |
<h4> |
|
22 |
[% L.radio_button_tag('reporttype', value='custom', id='reporttype_custom') %] |
|
23 |
<label for="reporttype_custom">[% LxERP.t8('Customized Report') %]</label> |
|
24 |
</h4> |
|
25 |
</th> |
|
26 |
</tr> |
|
27 |
<tr> |
|
28 |
<th></th> |
|
29 |
<th>[% 'Year' | $T8 %]</th> |
|
30 |
<td><input type="text" name=year class="wi-smallest" title="[% 'YYYY' | $T8 %]" value="[% year %]"></td> |
|
31 |
</tr> |
|
32 |
<tr> |
|
33 |
<th></th> |
|
34 |
<th colspan="2"><h4>[% 'Periods' | $T8 %]</h4></th> |
|
35 |
</tr> |
|
36 |
<tr> |
|
37 |
<th></th> |
|
38 |
<th>[% 'Yearly' | $T8 %]</th> |
|
39 |
<td>[% L.radio_button_tag('duetyp', value=13, label=LxERP.t8('Yearly')) %]</td> |
|
40 |
</tr> |
|
41 |
<tr> |
|
42 |
<th></th> |
|
43 |
<th>[% 'Quarterly' | $T8 %]</th> |
|
44 |
<td> |
|
45 |
[% L.radio_button_tag('duetyp', value='A', label='1. ' _ LxERP.t8('Quarter')) %]<br> |
|
46 |
[% L.radio_button_tag('duetyp', value='B', label='2. ' _ LxERP.t8('Quarter')) %]<br> |
|
47 |
[% L.radio_button_tag('duetyp', value='C', label='3. ' _ LxERP.t8('Quarter')) %]<br> |
|
48 |
[% L.radio_button_tag('duetyp', value='D', label='4. ' _ LxERP.t8('Quarter')) %] |
|
49 |
</td> |
|
50 |
</tr> |
|
51 |
<tr> |
|
52 |
<th></th> |
|
53 |
<th>[% 'Monthly' | $T8 %]</th> |
|
54 |
<td> |
|
55 |
[% L.radio_button_tag('duetyp', value='1', label=LxERP.t8('January')) %]<br> |
|
56 |
[% L.radio_button_tag('duetyp', value='5', label=LxERP.t8('May')) %]<br> |
|
57 |
[% L.radio_button_tag('duetyp', value='9', label=LxERP.t8('September')) %]<br> |
|
58 |
[% L.radio_button_tag('duetyp', value='2', label=LxERP.t8('February')) %]<br> |
|
59 |
[% L.radio_button_tag('duetyp', value='6', label=LxERP.t8('June')) %]<br> |
|
60 |
[% L.radio_button_tag('duetyp', value='10', label=LxERP.t8('October')) %]<br> |
|
61 |
[% L.radio_button_tag('duetyp', value='3', label=LxERP.t8('March')) %]<br> |
|
62 |
[% L.radio_button_tag('duetyp', value='7', label=LxERP.t8('July')) %]<br> |
|
63 |
[% L.radio_button_tag('duetyp', value='11', label=LxERP.t8('November')) %]<br> |
|
64 |
[% L.radio_button_tag('duetyp', value='4', label=LxERP.t8('April')) %]<br> |
|
65 |
[% L.radio_button_tag('duetyp', value='8', label=LxERP.t8('August')) %]<br> |
|
66 |
[% L.radio_button_tag('duetyp', value='12', label=LxERP.t8('December')) %] |
|
67 |
</td> |
|
68 |
</tr> |
|
69 |
<tr> |
|
70 |
<th colspan="3"> |
|
71 |
<h4>[% L.radio_button_tag('reporttype', value='free',id='reporttype_free') %] |
|
72 |
<label for="reporttype_free">[% LxERP.t8('Free report period') %]</label></h4> |
|
73 |
</th> |
|
74 |
</tr> |
|
75 |
<tr> |
|
76 |
<th></th> |
|
77 |
<td colspan="2"> |
|
78 |
[% 'From' | $T8 %] [% L.date_tag('fromdate') %] |
|
79 |
[% 'Bis' | $T8 %] [% L.date_tag('todate') %] |
|
80 |
</td> |
|
81 |
</tr> |
|
82 |
<tr> |
|
83 |
<th colspan="3" class="caption">[% 'Miscellaneous' | $T8 %]</th> |
|
84 |
</tr> |
|
85 |
<tr> |
|
86 |
<th colspan="2">[% 'Decimalplaces' | $T8 %]</th> |
|
87 |
<td><input type="text" name=decimalplaces size=3 value="2"></td> |
|
88 |
</tr> |
|
89 |
<tr> |
|
90 |
<th colspan="2">[% LxERP.t8('Subtotal') %] </th> |
|
91 |
<td>[% L.checkbox_tag('subtotal', label=LxERP.t8('Yes')) %]</td> |
|
92 |
</tr> |
|
22 | 93 |
|
23 |
<tr> |
|
24 |
<td align=right><b>[% 'Yearly' | $T8 %]</b></td> |
|
25 |
<th align=left>[% 'Quarterly' | $T8 %]</th> |
|
26 |
<th align=left colspan=3>[% 'Monthly' | $T8 %]</th> |
|
27 |
</tr> |
|
28 |
<tr> |
|
29 |
<td align=right>[% L.radio_button_tag('duetyp', value=13) %]</td> |
|
30 |
<td>[% L.radio_button_tag('duetyp', value='A', label='1. ' _ LxERP.t8('Quarter')) %]</td> |
|
31 |
<td>[% L.radio_button_tag('duetyp', value='1', label=LxERP.t8('January')) %]</td> |
|
32 |
<td>[% L.radio_button_tag('duetyp', value='5', label=LxERP.t8('May')) %]</td> |
|
33 |
<td>[% L.radio_button_tag('duetyp', value='9', label=LxERP.t8('September')) %]</td> |
|
34 |
</tr> |
|
35 |
<tr> |
|
36 |
<td></td> |
|
37 |
<td>[% L.radio_button_tag('duetyp', value='B', label='2. ' _ LxERP.t8('Quarter')) %]</td> |
|
38 |
<td>[% L.radio_button_tag('duetyp', value='2', label=LxERP.t8('February')) %]</td> |
|
39 |
<td>[% L.radio_button_tag('duetyp', value='6', label=LxERP.t8('June')) %]</td> |
|
40 |
<td>[% L.radio_button_tag('duetyp', value='10', label=LxERP.t8('October')) %]</td> |
|
41 |
</tr> |
|
42 |
<tr> |
|
43 |
<td></td> |
|
44 |
<td>[% L.radio_button_tag('duetyp', value='C', label='3. ' _ LxERP.t8('Quarter')) %]</td> |
|
45 |
<td>[% L.radio_button_tag('duetyp', value='3', label=LxERP.t8('March')) %]</td> |
|
46 |
<td>[% L.radio_button_tag('duetyp', value='7', label=LxERP.t8('July')) %]</td> |
|
47 |
<td>[% L.radio_button_tag('duetyp', value='11', label=LxERP.t8('November')) %]</td> |
|
48 |
</tr> |
|
49 |
<tr> |
|
50 |
<td></td> |
|
51 |
<td>[% L.radio_button_tag('duetyp', value='D', label='4. ' _ LxERP.t8('Quarter')) %]</td> |
|
52 |
<td>[% L.radio_button_tag('duetyp', value='4', label=LxERP.t8('April')) %]</td> |
|
53 |
<td>[% L.radio_button_tag('duetyp', value='8', label=LxERP.t8('August')) %]</td> |
|
54 |
<td>[% L.radio_button_tag('duetyp', value='12', label=LxERP.t8('December')) %]</td> |
|
94 |
</tbody> |
|
95 |
</table> |
|
55 | 96 |
|
56 |
</tr> |
|
57 |
<tr> |
|
58 |
<td colspan=5><hr size=3 noshade></td> |
|
59 |
</tr> |
|
60 |
<tr> |
|
61 |
<th align=left>[% L.radio_button_tag('reporttype', value='free', label=LxERP.t8('Free report period')) %]</th> |
|
62 |
<td align=left colspan=4>[% 'From' | $T8 %] [% L.date_tag('fromdate') %] |
|
63 |
[% 'Bis' | $T8 %] [% L.date_tag('todate') %] |
|
64 |
</td> |
|
65 |
</tr> |
|
66 |
<tr> |
|
67 |
<td colspan=5><hr size=3 noshade></td> |
|
68 |
</tr> |
|
69 |
<tr> |
|
70 |
<th align=right colspan=4>[% 'Decimalplaces' | $T8 %]</th> |
|
71 |
<td><input name=decimalplaces size=3 value="2"></td> |
|
72 |
</tr> |
|
73 |
<tr> |
|
74 |
<td>[% L.checkbox_tag('subtotal', label=LxERP.t8('Subtotal')) %]</td> |
|
75 |
</tr> |
|
97 |
</div><!-- /.wrapper --> |
|
76 | 98 |
|
77 |
<tr><td colspan=5 ><hr size=3 noshade></td></tr> |
|
78 |
</table> |
|
99 |
<div class="buttons">[% L.submit_tag('action', LxERP.t8('List Transactions')) %]</div> |
|
79 | 100 |
|
80 |
<br>[% L.submit_tag('action', LxERP.t8('List Transactions')) %] |
|
81 | 101 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/ca/list.html