Revision 2391833d
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
42 | 42 |
<th align="right">[% 'Salesman' | $T8 %]</th> |
43 | 43 |
<td>[% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style=style) %]</td> |
44 | 44 |
</tr> |
45 |
<tr> |
|
46 |
<th align="right">[% 'Steuersatz' | $T8 %]</th> |
|
47 |
<td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style=style) %]</td> |
|
48 |
</tr> |
|
45 | 49 |
<tr> |
46 | 50 |
<th align=right nowrap>[% 'Transaction description' | $T8 %]</th> |
47 | 51 |
<td>[% L.input_tag("transaction_description", "", style=style) %]</td> |
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Steuerzone filtern können