Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 46a67f95

Von Philip Reetz vor mehr als 15 Jahren hinzugefügt

  • ID 46a67f95406aea6838636e7aa90d0f8833a96132
  • Vorgänger 3bd1773c
  • Nachfolger 5a545036

In den Berichten SuSa und Kontenblatt Standardmaessig das Erstelldatum und die Firma mit in die Ausgabe aufgenommen

Unterschiede anzeigen:

bin/mozilla/ca.pl
526 526

  
527 527
  push @options, $period;
528 528

  
529
  $form->{print_date} = $locale->text('Create Date') . " " . $locale->date(\%myconfig, $form->current_date(\%myconfig), 0);
530
  push (@options, $form->{print_date});
531

  
532
  $form->{company} = $locale->text('Company') . " " . $myconfig{company};
533
  push (@options, $form->{company});
534

  
529 535
  my @columns     = qw(transdate reference description gegenkonto debit credit ustkonto ustrate balance);
530 536
  my %column_defs = (
531 537
    'transdate'   => { 'text' => $locale->text('Date'), },
bin/mozilla/rp.pl
1308 1308

  
1309 1309

  
1310 1310
  $form->{template_fromto} = $locale->date(\%myconfig, $form->{fromdate}, 0) . "  -  " . $locale->date(\%myconfig, $form->{todate}, 0);
1311

  
1312
  $form->{print_date} = $locale->text('Create Date') . " " . $locale->date(\%myconfig, $form->current_date(\%myconfig), 0);
1313
  push (@options, $form->{print_date});
1314

  
1315
  $form->{company} = $locale->text('Company') . " " . $myconfig{company};
1316
  push (@options, $form->{company});
1317

  
1318

  
1311 1319
  $form->{template_to} = $locale->date(\%myconfig, $form->{todate}, 0);
1312 1320

  
1313 1321
  $report->set_options('output_format'        => 'HTML',
1322
                       'top_info_text'        => join("\n", @options),
1314 1323
                       'title'                => $form->{title},
1315 1324
                       'attachment_basename'  => $attachment_basename . strftime('_%Y%m%d', localtime time),
1316 1325
                       'html_template'        => 'rp/html_report_susa',
locale/de/all
374 374
  'Create Buchungsgruppen'      => 'Buchungsgruppe erfassen',
375 375
  'Create Chart of Accounts'    => 'Kontenplan anlegen',
376 376
  'Create Dataset'              => 'Datenbank anlegen',
377
  'Create Date'                 => 'Erstelldatum',
377 378
  'Create a standard group'     => 'Eine Standard-Benutzergruppe anlegen',
378 379
  'Create and edit RFQs'        => 'Lieferantenanfragen erfassen und bearbeiten',
379 380
  'Create and edit customers and vendors' => 'Kunden und Lieferanten erfassen und bearbeiten',
locale/de/ca
38 38
  'Cc'                          => 'Cc',
39 39
  'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Verändern der Lx-Office-Installationseinstellungen (Menüpunkte unterhalb von \'System\')',
40 40
  'Chart of Accounts'           => 'Konten?bersicht',
41
  'Company'                     => 'Firma',
41 42
  'Confirmation'                => 'Auftragsbest?tigung',
42 43
  'Could not spawn the printer command.' => 'Die Druckanwendung konnte nicht gestartet werden.',
44
  'Create Date'                 => 'Erstelldatum',
43 45
  'Create and edit RFQs'        => 'Lieferantenanfragen erfassen und bearbeiten',
44 46
  'Create and edit customers and vendors' => 'Kunden und Lieferanten erfassen und bearbeiten',
45 47
  'Create and edit dunnings'    => 'Mahnungen erfassen und bearbeiten',
locale/de/rp
48 48
  'CSV export -- options'       => 'CSV-Export -- Optionen',
49 49
  'Cc'                          => 'Cc',
50 50
  'Change Lx-Office installation settings (all menu entries beneath \'System\')' => 'Verändern der Lx-Office-Installationseinstellungen (Menüpunkte unterhalb von \'System\')',
51
  'Company'                     => 'Firma',
51 52
  'Compare to'                  => 'Gegen?berstellen zu',
52 53
  'Confirmation'                => 'Auftragsbest?tigung',
53 54
  'Contact'                     => 'Kontakt',
54 55
  'Continue'                    => 'Weiter',
55 56
  'Copies'                      => 'Kopien',
56 57
  'Could not spawn the printer command.' => 'Die Druckanwendung konnte nicht gestartet werden.',
58
  'Create Date'                 => 'Erstelldatum',
57 59
  'Create and edit RFQs'        => 'Lieferantenanfragen erfassen und bearbeiten',
58 60
  'Create and edit customers and vendors' => 'Kunden und Lieferanten erfassen und bearbeiten',
59 61
  'Create and edit dunnings'    => 'Mahnungen erfassen und bearbeiten',

Auch abrufbar als: Unified diff