Revision b24dfcbb
Von Moritz Bunkus vor fast 5 Jahren hinzugefügt
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
ZUGFeRD: Zahlungsinfos ergänzt: Kontonummer, Typ=Einzug/Überweisung