Revision 1450f4e4
Von G. Richardson vor fast 13 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
211 | 211 |
|
212 | 212 |
$sth->finish; |
213 | 213 |
|
214 |
# if l_ob is selected l_cb is always ignored |
|
215 |
if ( $form->{l_ob} ) { |
|
216 |
$where .= ' AND ob_transaction is true ' |
|
217 |
} elsif ( not $form->{l_cb} ) { |
|
218 |
$where .= ' AND cb_transaction is false '; |
|
219 |
}; |
|
220 |
|
|
214 | 221 |
if ($fromdate) { |
215 | 222 |
$fromdate = conv_dateq($fromdate); |
216 | 223 |
if ($form->{method} eq 'cash') { |
... | ... | |
464 | 471 |
my $inwhere = ""; |
465 | 472 |
my $item; |
466 | 473 |
|
474 |
$where .= ' AND cb_transaction is false ' unless $form->{l_cb}; |
|
475 |
|
|
467 | 476 |
if ($fromdate) { |
468 | 477 |
$fromdate = conv_dateq($fromdate); |
469 | 478 |
if ($form->{method} eq 'cash') { |
Auch abrufbar als: Unified diff
Bilanz und GuV mit oder ohne SB-Buchungen ausgeben
Erlaubt es, Bilanz und GuV zum 31.12. zu ziehen, ohne daß die SB-Buchungen die
Konten alle auf 0 setzen. Ersatz für "13. Periode".
Bei Bilanz reine EB-Bilanz zum 1.1. ermöglichen
In diesem Fall wird Auswahl "SB-Buchung" ignoriert.
Was jetzt noch fehlt wäre eine Gegenüberstellung von SB Vorjahr zu EB Folgejahr
in der Bilanz.