Revision c49684f8
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
templates/webpages/gl/search.html | ||
---|---|---|
34 | 34 |
<th align=right>[% 'Notes' | $T8 %]</th> |
35 | 35 |
<td colspan=3><input name=notes size=40></td> |
36 | 36 |
</tr> |
37 |
<tr> |
|
38 |
<th align=right>[% 'Transaction description' | $T8 %]</th> |
|
39 |
<td>[% L.input_tag("transaction_description", "", size=40) %]</td> |
|
40 |
</tr> |
|
37 | 41 |
<tr> |
38 | 42 |
<th align=right>[% 'Project Number' | $T8 %]</th> |
39 | 43 |
<td colspan=3>[% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %]</td> |
... | ... | |
104 | 108 |
<td>[% 'Project Number' | $T8 %]</td> |
105 | 109 |
<td align=right><input name="l_employee" class=checkbox type=checkbox value=Y></td> |
106 | 110 |
<td>[% 'Employee' | $T8 %]</td> |
111 |
<td align=right><input name="l_transaction_description" id="l_transaction_description" class=checkbox type=checkbox value=Y[% IF INSTANCE_CONF.get_require_transaction_description_ps %] checked[% END %]></td> |
|
112 |
<td>[% 'Transaction description' | $T8 %]</td> |
|
107 | 113 |
</tr> |
108 | 114 |
<tr> |
109 | 115 |
<td align=right><input name="l_subtotal" class=checkbox type=checkbox value=Y></td> |
Auch abrufbar als: Unified diff
Buchungsjournal: Vorgangsbezeichnung anzeigen und danach filtern können