Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d0c938cf

Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt

  • ID d0c938cfb5fbb8c1c03b94d395d6c7839a1c597e
  • Vorgänger aa0fece0
  • Nachfolger ba6a1366

Neues DB-Setup für Währungen

Für RDBO-Code wird hier das MetaSetup der DB upgedated.

Unterschiede anzeigen:

SL/DB/MetaSetup/PurchaseInvoice.pm
23 23
    duedate                 => { type => 'date' },
24 24
    invoice                 => { type => 'boolean', default => 'false' },
25 25
    ordnumber               => { type => 'text' },
26
    curr                    => { type => 'text' },
27 26
    notes                   => { type => 'text' },
28 27
    employee_id             => { type => 'integer' },
29 28
    quonumber               => { type => 'text' },
......
44 43
    transaction_description => { type => 'text' },
45 44
    storno_id               => { type => 'integer' },
46 45
    direct_debit            => { type => 'boolean', default => 'false' },
46
    currency_id             => { type => 'integer', not_null => 1 },
47 47
  ],
48 48

  
49 49
  primary_key_columns => [ 'id' ],
50 50

  
51
  allow_inline_column_values => 1,
52

  
53 51
  foreign_keys => [
54 52
    contact => {
55 53
      class       => 'SL::DB::Contact',

Auch abrufbar als: Unified diff