Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fac049a0

Von Bernd Bleßmann vor etwa 11 Jahren hinzugefügt

  • ID fac049a07ca0a2e5dacf31f297766e3517893a40
  • Vorgänger 11dd30f1
  • Nachfolger af6756b8

Filtern nach Kunden-/Lieferantentyp bei Angeboten u. Aufträgen

Unterschiede anzeigen:

templates/webpages/oe/search.html
4 4
[%- USE L %]
5 5
[%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %]
6 6
[%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %]
7
[%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
7 8

  
8 9
<form method="post" action="oe.pl">
9 10

  
......
79 80
            -%]
80 81
     </td>
81 82
    </tr>
83
    [%- UNLESS ALL_BUSINESS_TYPES.size == 0 %]
84
    <tr>
85
     <th align="right" nowrap>[% vctypelabel %]</th>
86
     <td colspan="3">
87
      [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %]
88
     </td>
89
    </tr>
90
    [%- END %]
82 91
    <tr>
83 92
     <th align="right">[% IF is_order %][% 'Order Date' | $T8 %][% ELSE %][% 'Quotation Date' | $T8 %][% END %] [% 'From' | $T8 %]</th>
84 93
     <td>

Auch abrufbar als: Unified diff