Revision cf0a808e
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
835 | 835 |
$tofrom .= " AND (ac.transdate >= $fromdate)"; |
836 | 836 |
$subwhere .= " AND (ac.transdate >= $fromdate)"; |
837 | 837 |
$sumsubwhere .= " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) "; |
838 |
$saldosubwhere .= " AND (ac,transdate>=(select date_trunc('year', date $fromdate))) ";
|
|
839 |
$invwhere .= " AND (a.transdate >= $fromdate)"; |
|
840 |
$glsaldowhere .= " AND ac.transdate>=(select date_trunc('year', date $fromdate)) ";
|
|
838 |
$saldosubwhere .= " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) ";
|
|
839 |
$invwhere .= " AND (a.transdate >= $fromdate)";
|
|
840 |
$glsaldowhere .= " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) ";
|
|
841 | 841 |
$glwhere = " AND (ac.transdate >= $fromdate)"; |
842 | 842 |
$glsumwhere = " AND (ac.transdate >= (select date_trunc('year', date $fromdate))) "; |
843 | 843 |
} |
... | ... | |
1097 | 1097 |
} |
1098 | 1098 |
|
1099 | 1099 |
|
1100 |
my ($debit, $credit, $saldo, $soll_saldo, $haben_saldo,$soll_kummuliert, $haben_kummuliert, $last_transaction);
|
|
1100 |
my ($debit, $credit, $saldo, $soll_saldo, $haben_saldo, $soll_kumuliert, $haben_kumuliert, $last_transaction);
|
|
1101 | 1101 |
|
1102 | 1102 |
foreach my $accno (sort keys %trb) { |
1103 | 1103 |
$ref = {}; |
Auch abrufbar als: Unified diff
RP:trial_balance syntax, format and dead code fix