Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b24dfcbb

Von Moritz Bunkus vor fast 5 Jahren hinzugefügt

  • ID b24dfcbb7755c7c2d3389185091f951755de463c
  • Vorgänger 5ceaa0a7
  • Nachfolger c08e4068

ZUGFeRD: Zahlungsinfos ergänzt: Kontonummer, Typ=Einzug/Überweisung

Unterschiede anzeigen:

SL/DB/MetaSetup/BankAccount.pm
reconciliation_starting_balance => { type => 'numeric', precision => 15, scale => 5 },
reconciliation_starting_date => { type => 'date' },
sortkey => { type => 'integer', not_null => 1 },
use_for_zugferd => { type => 'boolean', not_null => 1 },
);
__PACKAGE__->meta->primary_key_columns([ 'id' ]);

Auch abrufbar als: Unified diff