Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 16fa1465

Von Jan Büren vor etwa 3 Jahren hinzugefügt

  • ID 16fa1465a3b4ccacf9a54197d7e3691ab3efb640
  • Vorgänger cce0311c
  • Nachfolger 671a5253

Stammdaten->Berichte->Kunden Abt1 und Abt2 erweitert

Unterschiede anzeigen:

bin/mozilla/ct.pl
182 182

  
183 183
  my @columns = (
184 184
    'id',        'name',    "$form->{db}number",   'contact', 'main_contact_person',
185
    'phone',    'discount',
185
    'department_1',         'department_2',        'phone',   'discount',
186 186
    'fax',       'email',   'taxnumber',           'street',    'zipcode' , 'city',
187 187
    'business',  'payment', 'invnumber', 'ordnumber',           'quonumber', 'salesman',
188 188
    'country',   'gln',     'insertdate',           'pricegroup', 'contact_origin', 'invoice_mail',
......
201 201
    'name'              => { 'text' => $form->{IS_CUSTOMER} ? $::locale->text('Customer Name') : $::locale->text('Vendor Name'), },
202 202
    'contact'           => { 'text' => $locale->text('Contact'), },
203 203
    'main_contact_person'  => { 'text' => $locale->text('Main Contact Person'), },
204
    'department_1'      => { 'text' => $locale->text('Department') . " 1", },
205
    'department_2'      => { 'text' => $locale->text('Department') . " 2", },
204 206
    'phone'             => { 'text' => $locale->text('Phone'), },
205 207
    'fax'               => { 'text' => $locale->text('Fax'), },
206 208
    'email'             => { 'text' => $locale->text('E-mail'), },
templates/webpages/ct/search.html
251 251
        <input name="l_delivery_order_mail" id="l_delivery_order_mail" type="checkbox" class="checkbox" value="Y">
252 252
        <label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
253 253
       </td>
254
        <td>
255
        <input name="l_department_1" id="l_department_1" type="checkbox" class="checkbox" value="Y">
256
        <label for="l_department_1">[% 'Department' | $T8 %] 1</label>
257
       </td>
258
       <td>
259
        <input name="l_department_2" id="l_department_2" type="checkbox" class="checkbox" value="Y">
260
        <label for="l_department_2">[% 'Department' | $T8 %] 2</label>
261
       </td>
262
        <td></td>
254 263
      </tr>
255 264
      [% END %]
256 265

  

Auch abrufbar als: Unified diff