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

Auch abrufbar als: Unified diff