Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 642565a3

Von Moritz Bunkus vor 11 Monaten hinzugefügt

  • ID 642565a34de3ad9f4fc1c78ce86851f377d982a0
  • Vorgänger 78061e54
  • Nachfolger 9c0429ad

MT940-Import: Ende-zu-Ende-ID extrahieren & in bank_transactions.end_to_end_id speichern

Unterschiede anzeigen:

SL/DB/MetaSetup/BankTransaction.pm
amount => { type => 'numeric', not_null => 1, precision => 15, scale => 5 },
cleared => { type => 'boolean', default => 'false', not_null => 1 },
currency_id => { type => 'integer', not_null => 1 },
end_to_end_id => { type => 'text' },
exchangerate => { type => 'numeric', precision => 15, scale => 5 },
id => { type => 'serial', not_null => 1 },
invoice_amount => { type => 'numeric', default => '0', precision => 15, scale => 5 },

Auch abrufbar als: Unified diff