Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c2c86652

Von Jan Büren vor 6 Monaten hinzugefügt

  • ID c2c866525602d1a9a88f174f0fd86f43ad0c42f2
  • Vorgänger 56bd0945
  • Nachfolger fbfb9fdf

Kontoauszug verbuchen, Prüfung auf gleiche End-To-End ID SEPA

Unterschiede anzeigen:

SL/DB/BankTransaction.pm
skonto_fuzzy_amount => 3,
wrong_sign => -4,
sepa_export_item => 5,
end_to_end_id => 8,
batch_sepa_transaction => 20,
qr_reference => 20,
);
......
if ($seis) {
if (scalar @$seis == 1) {
my $sei = $seis->[0];
# test for end to end id
if ($self->end_to_end_id eq $sei->end_to_end_id && $invoice->id == $sei->arap_id) {
$agreement += $points{end_to_end_id};
$rule_matches .= 'end_to_end_id(' . $points{'end_to_end_id'} . ') ';
}
# test for amount and id matching only, sepa transfer date and bank
# transaction date needn't match

Auch abrufbar als: Unified diff