Revision f3542644
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
templates/design40_webpages/oe/search.html | ||
---|---|---|
146 | 146 |
<th>[% 'Closed' | $T8 %]</th> |
147 | 147 |
<td><input type="checkbox" name="closed" value="1" id="closed"></td> |
148 | 148 |
</tr> |
149 |
<tr> |
|
150 |
<th>[% 'Status' | $T8 %]</th> |
|
151 |
<td>[% L.select_tag('order_status_id', ALL_ORDER_STATUSES, default = order_status_id, title_key = 'name', with_empty = 1, style=style) %]</td> |
|
152 |
</tr> |
|
149 | 153 |
[% IF type == 'sales_order' OR type == 'purchase_order' %] |
150 | 154 |
<tr> |
151 | 155 |
<th>[% 'Not delivered' | $T8 %]</th> |
... | ... | |
205 | 209 |
<input name="l_salesman" id="l_salesman" type="checkbox" value="Y"> |
206 | 210 |
<label for="l_salesman">[% 'Salesman' | $T8 %]</label> |
207 | 211 |
</div> |
212 |
<div> |
|
213 |
<input name="l_order_status" id="l_order_status" class="checkbox" type="checkbox" value="Y"> |
|
214 |
<label for="l_order_status">[% 'Status' | $T8 %]</label> |
|
215 |
</div> |
|
208 | 216 |
<div> |
209 | 217 |
<input name="l_intnotes" id="l_intnotes" class="checkbox" type="checkbox" value="Y"> |
210 | 218 |
<label for="l_intnotes">[% 'Internal Notes' | $T8 %]</label> |
templates/design40_webpages/order/tabs/basic_data.html | ||
---|---|---|
188 | 188 |
<td>[% L.yes_no_tag('order.closed', SELF.order.closed, class='wi-small') %]</td> |
189 | 189 |
</tr> |
190 | 190 |
[% END %] |
191 |
|
|
192 |
[%- IF SELF.all_statuses.size %] |
|
193 |
<tr> |
|
194 |
<th>[% 'Status' | $T8 %]</th> |
|
195 |
<td>[% L.select_tag('order.order_status_id', |
|
196 |
SELF.all_statuses, |
|
197 |
default=SELF.order.order_status_id, |
|
198 |
with_empty=1, |
|
199 |
title_key='name') %]</td> |
|
200 |
</tr> |
|
201 |
[%- END -%] |
|
202 |
|
|
191 | 203 |
<tr> |
192 | 204 |
<th>[% 'Employee' | $T8 %]</th> |
193 | 205 |
<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