Revision 46a67f95
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
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
In den Berichten SuSa und Kontenblatt Standardmaessig das Erstelldatum und die Firma mit in die Ausgabe aufgenommen