Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Hinweis
titleMachine-translated – under review

This page was machine-translated from German as a first draft and is currently under review. The authoritative source remains the German original (see the language switch above).

Die Prüfung, ob ein eingehender Datensatz aus dem MT940-Import bereits in der Datenbank vorhanden ist, wird in der Methode doesBankTransactionAlreadyExist() der abstrakten Klasse The check whether an incoming record from the MT940 import already exists in the database is performed in the method doesBankTransactionAlreadyExist() of the abstract class org.nuclet.mt940.logic.AbstractMT940Logic realisiert. Standardmäßig werden bei diesem Abgleich die folgenden Attribute berücksichtigt. By default, the following attributes are taken into account in this comparison:

  • Booking date (entry date)
  • Value date (value date)
  • Amount (amount)
  • Debit/credit mark (debit credit mark)
  • Bank transaction (business transaction type code/bank transaction type)
  • Multipurpose field (information to account owner)

...