Revision ad0395fa
Von Bernd Bleßmann vor 11 Monaten hinzugefügt
templates/webpages/ap/search.html | ||
---|---|---|
14 | 14 |
<th align=right>[% 'Vendor' | $T8 %]</th> |
15 | 15 |
<td>[% L.input_tag("vendor", vendor, style=style, class="initial_focus") %]</td> |
16 | 16 |
</tr> |
17 |
<tr> |
|
18 |
<th align="right" nowrap>[% 'Contact Person' | $T8 %]</th> |
|
19 |
<td>[% L.input_tag("cp_name", '', style=style) %]</td> |
|
20 |
</tr> |
|
17 |
<tr>
|
|
18 |
<th align="right" nowrap>[% 'Contact Person' | $T8 %]</th>
|
|
19 |
<td>[% L.input_tag("cp_name", '', style=style) %]</td>
|
|
20 |
</tr>
|
|
21 | 21 |
<tr> |
22 | 22 |
<th align=right nowrap>[% 'Department' | $T8 %]</th> |
23 | 23 |
<td>[% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %]</td> |
... | ... | |
63 | 63 |
[% L.date_tag('transdatefrom') %] |
64 | 64 |
[% 'Bis' | $T8 %] |
65 | 65 |
[% L.date_tag('transdateto') %] |
66 |
</td> |
|
67 |
</tr> |
|
66 |
</td>
|
|
67 |
</tr>
|
|
68 | 68 |
<tr> |
69 | 69 |
<th align=right nowrap>[% 'Due Date' | $T8 %]</th> |
70 | 70 |
<td> |
71 | 71 |
[% L.date_tag('duedatefrom') %] |
72 | 72 |
[% 'Bis' | $T8 %] |
73 | 73 |
[% L.date_tag('duedateto') %] |
74 |
</td> |
|
75 |
</tr> |
|
74 |
</td>
|
|
75 |
</tr>
|
|
76 | 76 |
<tr> |
77 | 77 |
<th align=right nowrap>[% 'Date Paid' | $T8 %]</th> |
78 | 78 |
<td> |
79 | 79 |
[% L.date_tag('datepaidfrom') %] |
80 | 80 |
[% 'Bis' | $T8 %] |
81 | 81 |
[% L.date_tag('datepaidto') %] |
82 |
</td> |
|
83 |
</tr> |
|
82 |
</td>
|
|
83 |
</tr>
|
|
84 | 84 |
</table> |
85 | 85 |
</td> |
86 | 86 |
</tr> |
Auch abrufbar als: Unified diff
Kosmetik: Einrückung Bericht EK-Rgs/Kreditorenbuchungen