Revision 1e091879
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
templates/webpages/ap/search.html | ||
---|---|---|
29 | 29 |
<th align=right nowrap>[% 'Order Number' | $T8 %]</th> |
30 | 30 |
<td>[% L.input_tag("ordnumber", "", style=style) %]</td> |
31 | 31 |
</tr> |
32 |
<tr> |
|
33 |
<th align="right" nowrap>[% 'Transaction description' | $T8 %]</th> |
|
34 |
<td>[% L.input_tag("transaction_description", "", style=style) %]</td> |
|
32 | 35 |
<tr> |
33 | 36 |
<th align=right nowrap>[% 'Notes' | $T8 %]</th> |
34 | 37 |
<td>[% L.input_tag("notes", "", style=style) %]</td> |
... | ... | |
119 | 122 |
<td nowrap>[% 'Subtotal' | $T8 %]</td> |
120 | 123 |
<td align=right><input name="l_globalprojectnumber" class=checkbox type=checkbox value=Y></td> |
121 | 124 |
<td nowrap>[% 'Document Project Number' | $T8 %]</td> |
125 |
<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> |
|
126 |
<td nowrap>[% 'Transaction description' | $T8 %]</td> |
|
122 | 127 |
</tr> |
123 | 128 |
<tr> |
124 | 129 |
<td align=right><input name="l_taxzone" class=checkbox type=checkbox value=Y></td> |
Auch abrufbar als: Unified diff
Einkaufsrechnungen: Vorgangsbezeichnung speichern und danach suchen können