Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
templates/webpages/dunning/search.html | ||
---|---|---|
10 | 10 |
<form method="post" name="search" action="dn.pl" id="form"> |
11 | 11 |
|
12 | 12 |
<div class="wrapper"> |
13 |
|
|
13 |
|
|
14 | 14 |
<table class="tbl-horizontal"> |
15 | 15 |
<caption>[% 'Order data' | $T8 %]</caption> |
16 |
<tbody>
|
|
17 |
<tr>
|
|
18 |
<th>[% 'Customer' | $T8 %]</th>
|
|
19 |
<td>[% P.input_tag("customer", "", class="initial_focus wi-lightwide") %]</td>
|
|
20 |
</tr>
|
|
21 |
[% IF SHOW_DUNNING_LEVELS %]
|
|
22 |
<tr>
|
|
23 |
<th>[% 'Dunning Level' | $T8 %]</th>
|
|
24 |
<td>
|
|
25 |
<select name="dunning_level" class="wi-lightwide">
|
|
26 |
<option value=""></option>
|
|
27 |
[% FOREACH row = DUNNING %]
|
|
16 |
<tbody>
|
|
17 |
<tr>
|
|
18 |
<th>[% 'Customer' | $T8 %]</th>
|
|
19 |
<td>[% P.input_tag("customer", "", class="initial_focus wi-lightwide") %]</td>
|
|
20 |
</tr>
|
|
21 |
[% IF SHOW_DUNNING_LEVELS %]
|
|
22 |
<tr>
|
|
23 |
<th>[% 'Dunning Level' | $T8 %]</th>
|
|
24 |
<td>
|
|
25 |
<select name="dunning_level" class="wi-lightwide">
|
|
26 |
<option value=""></option>
|
|
27 |
[% FOREACH row = DUNNING %]
|
|
28 | 28 |
<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.dunning_description) %]</option> |
29 |
[% END %]
|
|
30 |
</select>
|
|
31 |
</td>
|
|
32 |
</tr>
|
|
33 |
[% END %]
|
|
34 |
<tr>
|
|
35 |
<th>[% 'Invoice Number' | $T8 %]</th>
|
|
36 |
<td><input type="text" name="invnumber" class="wi-lightwide">
|
|
37 |
</td>
|
|
38 |
</tr>
|
|
39 |
<tr>
|
|
40 |
<th>[% 'Order Number' | $T8 %]</th>
|
|
41 |
<td><input type="text" name="ordnumber" class="wi-lightwide">
|
|
42 |
</td>
|
|
43 |
</tr>
|
|
44 |
<tr>
|
|
45 |
<th>[% 'Notes' | $T8 %]</th>
|
|
46 |
<td><input type="text" name="notes" class="wi-lightwide">
|
|
47 |
</td>
|
|
48 |
</tr>
|
|
49 |
<tr>
|
|
50 |
<th>[% 'Invdate from' | $T8 %]</th>
|
|
51 |
<td><span class="wi-date"> [% L.date_tag('transdatefrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('transdateto') %]</span></td>
|
|
52 |
</tr>
|
|
53 |
<tr>
|
|
54 |
<th>[% 'Dunning Date from' | $T8 %]</th>
|
|
55 |
<td><span class="wi-date"> [% L.date_tag('dunningfrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('dunningto') %]</span></td>
|
|
56 |
</tr>
|
|
57 |
[% IF ALL_DEPARTMENTS.as_list.size %]
|
|
58 |
<tr>
|
|
59 |
<th>[% 'Department' | $T8 %]</th>
|
|
60 |
<td>
|
|
29 |
[% END %]
|
|
30 |
</select>
|
|
31 |
</td>
|
|
32 |
</tr>
|
|
33 |
[% END %]
|
|
34 |
<tr>
|
|
35 |
<th>[% 'Invoice Number' | $T8 %]</th>
|
|
36 |
<td><input type="text" name="invnumber" class="wi-lightwide">
|
|
37 |
</td>
|
|
38 |
</tr>
|
|
39 |
<tr>
|
|
40 |
<th>[% 'Order Number' | $T8 %]</th>
|
|
41 |
<td><input type="text" name="ordnumber" class="wi-lightwide">
|
|
42 |
</td>
|
|
43 |
</tr>
|
|
44 |
<tr>
|
|
45 |
<th>[% 'Notes' | $T8 %]</th>
|
|
46 |
<td><input type="text" name="notes" class="wi-lightwide">
|
|
47 |
</td>
|
|
48 |
</tr>
|
|
49 |
<tr>
|
|
50 |
<th>[% 'Invdate from' | $T8 %]</th>
|
|
51 |
<td><span class="wi-date"> [% L.date_tag('transdatefrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('transdateto') %]</span></td>
|
|
52 |
</tr>
|
|
53 |
<tr>
|
|
54 |
<th>[% 'Dunning Date from' | $T8 %]</th>
|
|
55 |
<td><span class="wi-date"> [% L.date_tag('dunningfrom') %] [% 'To (time)' | $T8 %] [% L.date_tag('dunningto') %]</span></td>
|
|
56 |
</tr>
|
|
57 |
[% IF ALL_DEPARTMENTS.as_list.size %]
|
|
58 |
<tr>
|
|
59 |
<th>[% 'Department' | $T8 %]</th>
|
|
60 |
<td>
|
|
61 | 61 |
<select name="department_id" class="wi-lightwide"> |
62 | 62 |
<option value=""></option> |
63 |
[% FOREACH row = ALL_DEPARTMENTS %]
|
|
63 |
[% FOREACH row = ALL_DEPARTMENTS %] |
|
64 | 64 |
<option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.description) %]</option> |
65 |
[% END %]
|
|
65 |
[% END %] |
|
66 | 66 |
</select> |
67 |
</td>
|
|
68 |
</tr>
|
|
69 |
[% END %]
|
|
70 |
<tr>
|
|
71 |
<th>[% 'Salesman' | $T8 %]</th>
|
|
72 |
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class='wi-lightwide') %]</td>
|
|
73 |
</tr>
|
|
74 |
</tbody>
|
|
67 |
</td>
|
|
68 |
</tr>
|
|
69 |
[% END %]
|
|
70 |
<tr>
|
|
71 |
<th>[% 'Salesman' | $T8 %]</th>
|
|
72 |
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class='wi-lightwide') %]</td>
|
|
73 |
</tr>
|
|
74 |
</tbody>
|
|
75 | 75 |
</table> |
76 | 76 |
|
77 | 77 |
<table class="tbl-horizontal col"> |
78 |
<caption>[% 'Options' | $T8 %]</caption>
|
|
79 |
<tbody>
|
|
80 |
<tr>
|
|
81 |
<th>[% 'Show old dunnings' | $T8 %]</th>
|
|
82 |
<td><input type="checkbox" value="1" name="showold">
|
|
83 |
</td>
|
|
84 |
</tr>
|
|
85 |
<tr>
|
|
86 |
<th>[% 'Show Salesman' | $T8 %]</th>
|
|
87 |
<td><input type="checkbox" value="1" name="l_salesman">
|
|
88 |
</td>
|
|
89 |
</tr>
|
|
90 |
</tbody>
|
|
78 |
<caption>[% 'Options' | $T8 %]</caption>
|
|
79 |
<tbody>
|
|
80 |
<tr>
|
|
81 |
<th>[% 'Show old dunnings' | $T8 %]</th>
|
|
82 |
<td><input type="checkbox" value="1" name="showold">
|
|
83 |
</td>
|
|
84 |
</tr>
|
|
85 |
<tr>
|
|
86 |
<th>[% 'Show Salesman' | $T8 %]</th>
|
|
87 |
<td><input type="checkbox" value="1" name="l_salesman">
|
|
88 |
</td>
|
|
89 |
</tr>
|
|
90 |
</tbody>
|
|
91 | 91 |
</table> |
92 | 92 |
|
93 |
</div> |
|
93 |
</div><!-- /.wrapper -->
|
|
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018