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'), },

Auch abrufbar als: Unified diff