Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cf0a808e

Von Jan Büren vor fast 4 Jahren hinzugefügt

  • ID cf0a808e57c47f92c7ad05c4f45d0310d502db85
  • Vorgänger e10e5f26
  • Nachfolger 29e70d36

RP:trial_balance syntax, format and dead code fix

Unterschiede anzeigen:

SL/RP.pm
$tofrom .= " AND (ac.transdate >= $fromdate)";
$subwhere .= " AND (ac.transdate >= $fromdate)";
$sumsubwhere .= " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) ";
$saldosubwhere .= " AND (ac,transdate>=(select date_trunc('year', date $fromdate))) ";
$invwhere .= " AND (a.transdate >= $fromdate)";
$glsaldowhere .= " AND ac.transdate>=(select date_trunc('year', date $fromdate)) ";
$saldosubwhere .= " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) ";
$invwhere .= " AND (a.transdate >= $fromdate)";
$glsaldowhere .= " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) ";
$glwhere = " AND (ac.transdate >= $fromdate)";
$glsumwhere = " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) ";
}
......
}
my ($debit, $credit, $saldo, $soll_saldo, $haben_saldo,$soll_kummuliert, $haben_kummuliert, $last_transaction);
my ($debit, $credit, $saldo, $soll_saldo, $haben_saldo, $soll_kumuliert, $haben_kumuliert, $last_transaction);
foreach my $accno (sort keys %trb) {
$ref = {};

Auch abrufbar als: Unified diff