Revision fa51a82e
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
33 | 33 |
<tr> |
34 | 34 |
<th align="right">[% HTML.escape(ordlabel) %]</th> |
35 | 35 |
<td>[% L.input_tag(ordnrname, "", style=style) %]</td> |
36 |
<th align="right">[% 'Status' | $T8 %]</th> |
|
37 |
<td colspan=3>[% L.select_tag('order_status_id', ALL_ORDER_STATUSES, default = order_status_id, title_key = 'name', with_empty = 1, style=style) %]</td> |
|
36 | 38 |
</tr> |
39 |
|
|
37 | 40 |
[% IF is_order %] |
38 | 41 |
<tr> |
39 | 42 |
<th align="right">[% LxERP.t8("Customer Order Number") %]</th> |
... | ... | |
307 | 310 |
<input name="l_remaining_netamount" id="l_remaining_netamount" class="checkbox" type="checkbox" value="Y"> |
308 | 311 |
<label for="l_remaining_netamount">[% 'Remaining Net Amount' | $T8 %]</label> |
309 | 312 |
</td> |
313 |
<td> |
|
314 |
<input name="l_order_status" id="l_order_status" class="checkbox" type="checkbox" value="Y"> |
|
315 |
<label for="l_order_status">[% 'Status' | $T8 %]</label> |
|
316 |
</td> |
|
310 | 317 |
</tr> |
311 | 318 |
<tr> |
312 | 319 |
<td colspan=4 align=left><b>[% HTML.escape(vclabel) %]</b></td> |
Auch abrufbar als: Unified diff
Angebot/Auftrag Status: Im Bericht anzeigen und danach filtern können.