Revision f42f3f8a
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/Controller/Reconciliation.pm | ||
---|---|---|
406 | 406 |
} |
407 | 407 |
|
408 | 408 |
if ( $self->{bank_account}->reconciliation_starting_date ) { |
409 |
push @bt_where, (transdate => { gt => $self->{bank_account}->reconciliation_starting_date });
|
|
410 |
push @bb_where, (transdate => { gt => $self->{bank_account}->reconciliation_starting_date });
|
|
409 |
push @bt_where, (transdate => { ge => $self->{bank_account}->reconciliation_starting_date });
|
|
410 |
push @bb_where, (transdate => { ge => $self->{bank_account}->reconciliation_starting_date });
|
|
411 | 411 |
} |
412 | 412 |
|
413 | 413 |
# don't try to reconcile opening and closing balance transactions |
Auch abrufbar als: Unified diff
Kontenabgleich - Anfangsdatum mit >= statt > filtern
Es sollen alle Bankbuchungen inklusive dem Anfangsdatum angezeigt
werden, nicht nach dem Anfangsdatum.