Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 44ee7293

Von Cem Aydin vor fast 3 Jahren hinzugefügt

  • ID 44ee7293a1ba88bfaf76c98fe717316ed280d0df
  • Vorgänger 86e54d7f
  • Nachfolger 67c216d4

Swiss QR-Bill: Datenbankupgrade BankAccount

- Felder bank_account_id und use_for_qrbill hinzugefügt

Unterschiede anzeigen:

SL/DB/MetaSetup/BankAccount.pm
11 11
__PACKAGE__->meta->columns(
12 12
  account_number                  => { type => 'varchar', length => 100 },
13 13
  bank                            => { type => 'text' },
14
  bank_account_id                 => { type => 'varchar' },
14 15
  bank_code                       => { type => 'varchar', length => 100 },
15 16
  bic                             => { type => 'varchar', length => 100 },
16 17
  chart_id                        => { type => 'integer', not_null => 1 },
......
21 22
  reconciliation_starting_balance => { type => 'numeric', precision => 15, scale => 5 },
22 23
  reconciliation_starting_date    => { type => 'date' },
23 24
  sortkey                         => { type => 'integer', not_null => 1 },
25
  use_for_qrbill                  => { type => 'boolean', default => 'false', not_null => 1 },
24 26
  use_for_zugferd                 => { type => 'boolean', default => 'false', not_null => 1 },
25 27
);
26 28

  

Auch abrufbar als: Unified diff