Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 95f559de

Von Sven Schöling vor mehr als 11 Jahren hinzugefügt

  • ID 95f559de4505bbeeb325d688f8a154b00d4a5a68
  • Vorgänger ff6cd9b7
  • Nachfolger 26b4def7

MetaSetup update für acc_trans

Unterschiede anzeigen:

SL/DB/MetaSetup/AccTransaction.pm
17 17
    transdate      => { type => 'date', default => 'now' },
18 18
    gldate         => { type => 'date', default => 'now' },
19 19
    source         => { type => 'text' },
20
    cleared        => { type => 'boolean', default => 'false' },
21
    fx_transaction => { type => 'boolean', default => 'false' },
22
    ob_transaction => { type => 'boolean', default => 'false' },
23
    cb_transaction => { type => 'boolean', default => 'false' },
20
    cleared        => { type => 'boolean', default => 'false', not_null => 1 },
21
    fx_transaction => { type => 'boolean', default => 'false', not_null => 1 },
22
    ob_transaction => { type => 'boolean', default => 'false', not_null => 1 },
23
    cb_transaction => { type => 'boolean', default => 'false', not_null => 1 },
24 24
    project_id     => { type => 'integer' },
25 25
    memo           => { type => 'text' },
26 26
    taxkey         => { type => 'integer' },
......
32 32

  
33 33
  primary_key_columns => [ 'acc_trans_id' ],
34 34

  
35
  allow_inline_column_values => 1,
36

  
35 37
  foreign_keys => [
36 38
    chart => {
37 39
      class       => 'SL::DB::Chart',

Auch abrufbar als: Unified diff