Revision fac049a0
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
[%- USE L %]
|
||
[%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
|
||
[%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
|
||
[%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
|
||
|
||
<form method="post" action="oe.pl">
|
||
|
||
... | ... | |
-%]
|
||
</td>
|
||
</tr>
|
||
[%- UNLESS ALL_BUSINESS_TYPES.size == 0 %]
|
||
<tr>
|
||
<th align="right" nowrap>[% vctypelabel %]</th>
|
||
<td colspan="3">
|
||
[% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %]
|
||
</td>
|
||
</tr>
|
||
[%- END %]
|
||
<tr>
|
||
<th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
|
||
<td>
|
Auch abrufbar als: Unified diff
Filtern nach Kunden-/Lieferantentyp bei Angeboten u. Aufträgen