Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a8758a6b

Von Moritz Bunkus vor etwa 2 Monaten hinzugefügt

  • ID a8758a6b7fd5c3f532d4ac1a05e53c1b1174a31f
  • Vorgänger bb71c315

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

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff