Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d93709bd

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

  • ID d93709bdf3f56b275ae120d8a0205e666bc62b9c
  • Vorgänger 0e4da157
  • Nachfolger 32e816b5

Filtern nach Kunden-/Lieferantentyp bei Lieferschein-Berichten.

Conflicts:

bin/mozilla/do.pl

Unterschiede anzeigen:

templates/webpages/do/search.html
9 9
 [%- SET is_customer = '0' %]
10 10
 [%- END %]
11 11

  
12
 [%- SET vctypelabel = vc == 'customer' ? LxERP.t8('Customer type') : LxERP.t8('Vendor type') %]
13

  
12 14
 <script type="text/javascript">
13 15
   $(function(){ document.Form.donumber.focus(); });
14 16
 </script>
......
108 110
     <td colspan="3"><input name="serialnumber" class="fixed_width"></td>
109 111
    </tr>
110 112

  
113
    [%- IF ALL_BUSINESS_TYPES.size %]
114
    <tr>
115
     <th align="right" nowrap>[% vctypelabel %]</th>
116
     <td colspan="3">
117
      [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1, style='width:250px') %]
118
     </td>
119
    </tr>
120
    [%- END %]
121

  
111 122
    <tr>
112 123
     <th align="right">[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %]</th>
113 124
     <td>

Auch abrufbar als: Unified diff