Revision cb8d5a5d
Von Philip Reetz vor mehr als 16 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
475 | 475 |
|
476 | 476 |
CA->all_transactions(\%myconfig, \%$form); |
477 | 477 |
|
478 |
print(STDERR "EB: $form->{beginning_balance}\n"); |
|
479 | 478 |
|
480 | 479 |
my $saldo_old = ($form->{saldo_old} > 0) ? $form->format_amount(\%myconfig, $form->{saldo_old}, 2) . " H" : $form->format_amount(\%myconfig, abs($form->{saldo_old}) , 2) . " S"; |
481 | 480 |
|
482 | 481 |
my $eb_string = ($form->{beginning_balance} > 0) ? $form->format_amount(\%myconfig, $form->{beginning_balance}, 2) . " H" : $form->format_amount(\%myconfig, abs($form->{beginning_balance}), 2) . " S"; |
483 |
print(STDERR "EB: $eb_string\n"); |
|
484 | 482 |
|
485 | 483 |
my @options; |
486 | 484 |
if ($form->{department}) { |
Auch abrufbar als: Unified diff
Kontenuebersicht und SuSa die Unterscheidung von EUR und Blianzierung beigebracht