Revision 4f990e8f
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/sepa/bank_transfer_search.html | ||
---|---|---|
5 | 5 |
|
6 | 6 |
<h1>[% title %]</h1> |
7 | 7 |
|
8 |
<form action="sepa.pl" method="post" id="form"> |
|
9 |
<p> |
|
10 |
<table> |
|
11 |
<tr> |
|
12 |
<td align="right">[%- IF vc == 'vendor' %][% 'Vendor' | $T8 %][%- ELSE %][%- LxERP.t8('Customer') %][%- END %]</td> |
|
13 |
<td><input name="f_vc" class="initial_focus"></td> |
|
14 |
</tr> |
|
8 |
<form action="sepa.pl" method="post" id="form"> |
|
9 |
|
|
10 |
<div class="wrapper"> |
|
15 | 11 |
|
12 |
<table class="tbl-horizontal"> |
|
13 |
<tbody> |
|
16 | 14 |
<tr> |
17 |
<td align="right">[% 'Invoice number' | $T8 %]</td> |
|
18 |
<td><input name="f_invnumber"></td> |
|
15 |
<th>[% IF vc == 'vendor' %][% 'Vendor' | $T8 %][% ELSE %][% LxERP.t8('Customer') %][% END %]</th> |
|
16 |
<td><input type="text" name="f_vc" class="initial_focus"> |
|
17 |
</td> |
|
19 | 18 |
</tr> |
20 |
|
|
21 | 19 |
<tr> |
22 |
<td align="right">[% LxERP.t8("SEPA message ID") %]</td> |
|
23 |
<td>[% L.input_tag("f_message_id") %]</td> |
|
20 |
<th>[% 'Invoice number' | $T8 %]</th> |
|
21 |
<td><input type="text" name="f_invnumber"> |
|
22 |
</td> |
|
24 | 23 |
</tr> |
25 |
|
|
26 | 24 |
<tr> |
27 |
<td align="right">[% 'Export date from' | $T8 %]</td> |
|
28 |
<td> |
|
29 |
[% L.date_tag('f_export_date_from') %] |
|
30 |
[% 'to (time)' | $T8 %] |
|
31 |
[% L.date_tag('f_export_date_to') %] |
|
32 |
</td> |
|
25 |
<th>[% LxERP.t8("SEPA message ID") %]</th> |
|
26 |
<td>[% L.input_tag("f_message_id") %]</td> |
|
33 | 27 |
</tr> |
34 |
|
|
35 | 28 |
<tr> |
36 |
<td align="right">[% 'Requested execution date from' | $T8 %]</td> |
|
37 |
<td> |
|
38 |
[% L.date_tag('f_requested_execution_date_from') %] |
|
39 |
[% 'to (time)' | $T8 %] |
|
40 |
[% L.date_tag('f_requested_execution_date_to') %] |
|
41 |
</td> |
|
29 |
<th>[% 'Export date from' | $T8 %]</th> |
|
30 |
<td>[% L.date_tag('f_export_date_from') %] [% 'to (time)' | $T8 %] [% L.date_tag('f_export_date_to') %]</td> |
|
42 | 31 |
</tr> |
43 |
|
|
44 | 32 |
<tr> |
45 |
<td align="right">[% 'Execution date from' | $T8 %]</td> |
|
46 |
<td> |
|
47 |
[% L.date_tag('f_execution_date_from') %] |
|
48 |
[% 'to (time)' | $T8 %] |
|
49 |
[% L.date_tag('f_execution_date_to') %] |
|
50 |
</td> |
|
33 |
<th>[% 'Requested execution date from' | $T8 %]</th> |
|
34 |
<td>[% L.date_tag('f_requested_execution_date_from') %] [% 'to (time)' | $T8 %] [% L.date_tag('f_requested_execution_date_to') %]</td> |
|
51 | 35 |
</tr> |
52 |
|
|
53 | 36 |
<tr> |
54 |
<td align="right" valign="top">[% 'Include in Report' | $T8 %]</td> |
|
55 |
<td valign="top"> |
|
56 |
<table> |
|
57 |
<tr> |
|
58 |
<td> |
|
59 |
<input type="checkbox" name="l_open" id="l_open" value="1" checked> |
|
60 |
<label for="l_open">[% 'open' | $T8 %]</label> |
|
61 |
</td> |
|
62 |
|
|
63 |
<td> |
|
64 |
<input type="checkbox" name="l_closed" id="l_closed" value="1"> |
|
65 |
<label for="l_closed">[% 'closed' | $T8 %]</label> |
|
66 |
</td> |
|
67 |
</tr> |
|
37 |
<th>[% 'Execution date from' | $T8 %]</th> |
|
38 |
<td>[% L.date_tag('f_execution_date_from') %] [% 'to (time)' | $T8 %] [% L.date_tag('f_execution_date_to') %]</td> |
|
39 |
</tr> |
|
40 |
</tbody> |
|
41 |
</table> |
|
68 | 42 |
|
69 |
<tr> |
|
70 |
<td> |
|
71 |
<input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked> |
|
72 |
<label for="l_not_executed">[% 'not yet executed' | $T8 %]</label> |
|
73 |
</td> |
|
43 |
<div class="form-addition control-panel"> |
|
44 |
<h4>[% 'Include in Report' | $T8 %]</h4> |
|
45 |
<div class="list"> |
|
46 |
<div><input type="checkbox" name="l_open" id="l_open" value="1" checked> <label for="l_open"> [% 'open' | $T8 %]</label></div> |
|
47 |
<div><input type="checkbox" name="l_closed" id="l_closed" value="1"> <label for="l_closed"> [% 'closed' | $T8 %]</label></div> |
|
48 |
<div><input type="checkbox" name="l_not_executed" id="l_not_executed" value="1" checked> <label for="l_not_executed"> [% 'not yet executed' | $T8 %]</label></div> |
|
49 |
<div><input type="checkbox" name="l_executed" id="l_executed" value="1" checked> <label for="l_executed"> [% 'executed' | $T8 %]</label></div> |
|
50 |
</div> |
|
51 |
</div><!-- /.form-addition --> |
|
74 | 52 |
|
75 |
<td> |
|
76 |
<input type="checkbox" name="l_executed" id="l_executed" value="1" checked> |
|
77 |
<label for="l_executed">[% 'executed' | $T8 %]</label> |
|
78 |
</td> |
|
79 |
</tr> |
|
80 |
</table> |
|
81 |
</td> |
|
82 |
</tr> |
|
53 |
</div><!-- /.wrapper --> |
|
83 | 54 |
|
84 |
</table> |
|
85 |
</p> |
|
55 |
<input type="hidden" name="vc" value="[% HTML.escape(vc) %]"> |
|
86 | 56 |
|
87 |
<input type="hidden" name="vc" value="[%- HTML.escape(vc) %]"> |
|
88 |
</form> |
|
57 |
</form> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/sepa/bank_transfer_search.html