Revision cf0a808e
Von Jan Büren vor fast 4 Jahren hinzugefügt
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
RP:trial_balance syntax, format and dead code fix