Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 543b7743

Von Rolf Fluehmann vor mehr als 7 Jahren hinzugefügt

  • ID 543b7743647b029defd1584cfc8f021edb7a4634
  • Vorgänger 45cd4d0a
  • Nachfolger b6f37661

Anpassung Erfolgsrechnung

Unterschiede anzeigen:

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