Revision 02411506
Von Philip Reetz vor mehr als 15 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
511 | 511 |
|
512 | 512 |
my %column_alignment; |
513 | 513 |
map { $column_alignment{$_} = 'right' } qw(balance id debit credit debit_tax credit_tax balance); |
514 |
map { $column_alignment{$_} = 'center' } qw(transdate reference description source notes debit_accno credit_accno debit_tax_accno credit_tax_accno); |
|
514 |
map { $column_alignment{$_} = 'center' } qw(reference debit_accno credit_accno debit_tax_accno credit_tax_accno); |
|
515 |
map { $column_alignment{$_} = 'left' } qw(description source notes); |
|
515 | 516 |
map { $column_defs{$_}->{align} = $column_alignment{$_} } keys %column_alignment; |
516 | 517 |
|
517 | 518 |
my $report = SL::ReportGenerator->new(\%myconfig, $form); |
Auch abrufbar als: Unified diff
Ausrichtung der Textspalten im Buchungsjournal geaendert, Fix fuer Bug #994