Revision f3542644
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/design40_webpages/oe/search.html | ||
---|---|---|
<th>[% 'Closed' | $T8 %]</th>
|
||
<td><input type="checkbox" name="closed" value="1" id="closed"></td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Status' | $T8 %]</th>
|
||
<td>[% L.select_tag('order_status_id', ALL_ORDER_STATUSES, default = order_status_id, title_key = 'name', with_empty = 1, style=style) %]</td>
|
||
</tr>
|
||
[% IF type == 'sales_order' OR type == 'purchase_order' %]
|
||
<tr>
|
||
<th>[% 'Not delivered' | $T8 %]</th>
|
||
... | ... | |
<input name="l_salesman" id="l_salesman" type="checkbox" value="Y">
|
||
<label for="l_salesman">[% 'Salesman' | $T8 %]</label>
|
||
</div>
|
||
<div>
|
||
<input name="l_order_status" id="l_order_status" class="checkbox" type="checkbox" value="Y">
|
||
<label for="l_order_status">[% 'Status' | $T8 %]</label>
|
||
</div>
|
||
<div>
|
||
<input name="l_intnotes" id="l_intnotes" class="checkbox" type="checkbox" value="Y">
|
||
<label for="l_intnotes">[% 'Internal Notes' | $T8 %]</label>
|
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
<td>[% L.yes_no_tag('order.closed', SELF.order.closed, class='wi-small') %]</td>
|
||
</tr>
|
||
[% END %]
|
||
|
||
[%- IF SELF.all_statuses.size %]
|
||
<tr>
|
||
<th>[% 'Status' | $T8 %]</th>
|
||
<td>[% L.select_tag('order.order_status_id',
|
||
SELF.all_statuses,
|
||
default=SELF.order.order_status_id,
|
||
with_empty=1,
|
||
title_key='name') %]</td>
|
||
</tr>
|
||
[%- END -%]
|
||
|
||
<tr>
|
||
<th>[% 'Employee' | $T8 %]</th>
|
||
<td>[% L.select_tag('order.employee_id',
|
Auch abrufbar als: Unified diff
Design 4.0: Angebots-/Auftrags-Status: in Maske setzen, im Bericht anzeigen/filtern