Revision 543b7743
Von Rolf Fluehmann vor mehr als 7 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
1875 | 1875 |
accounts => get_accounts_ch($category), |
1876 | 1876 |
); |
1877 | 1877 |
foreach my $account (@{$category{accounts}}) { |
1878 |
$account->{total} += ($account->{category} eq $category ? 1 : -1) * get_total_ch($account->{id}, $fromdate, $todate);
|
|
1878 |
$account->{total} += get_total_ch($account->{id}, $fromdate, $todate); |
|
1879 | 1879 |
$category{total} += $account->{total}; |
1880 | 1880 |
$account->{total} = $form->format_amount($myconfig, $form->parse_amount($myconfig, $account->{total}), 2); |
1881 | 1881 |
} |
Auch abrufbar als: Unified diff
Anpassung Erfolgsrechnung