Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e225f710

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID e225f710e3d55b9423c0f39a733546fd35ff80d6
  • Vorgänger 3c28eab6
  • Nachfolger 8cd22643

Part: columns assembly und (inventory|expense|income)_accno_id entfernt

Unterschiede anzeigen:

SL/DB/MetaSetup/Part.pm
15 15
  description        => { type => 'text' },
16 16
  drawing            => { type => 'text' },
17 17
  ean                => { type => 'text' },
18
  expense_accno_id   => { type => 'integer' },
19 18
  formel             => { type => 'text' },
20 19
  gv                 => { type => 'numeric', precision => 15, scale => 5 },
21 20
  has_sernumber      => { type => 'boolean', default => 'false' },
22 21
  id                 => { type => 'integer', not_null => 1, sequence => 'id' },
23 22
  image              => { type => 'text' },
24
  income_accno_id    => { type => 'integer' },
25
  inventory_accno_id => { type => 'integer' },
26 23
  itime              => { type => 'timestamp', default => 'now()' },
27 24
  lastcost           => { type => 'numeric', precision => 15, scale => 5 },
28 25
  listprice          => { type => 'numeric', precision => 15, scale => 5 },
......
66 63
    key_columns => { buchungsgruppen_id => 'id' },
67 64
  },
68 65

  
69
  expense_account => {
70
    class       => 'SL::DB::Chart',
71
    key_columns => { expense_accno_id => 'id' },
72
  },
73

  
74
  income_account => {
75
    class       => 'SL::DB::Chart',
76
    key_columns => { income_accno_id => 'id' },
77
  },
78

  
79
  inventory_account => {
80
    class       => 'SL::DB::Chart',
81
    key_columns => { inventory_accno_id => 'id' },
82
  },
83

  
84 66
  partsgroup => {
85 67
    class       => 'SL::DB::PartsGroup',
86 68
    key_columns => { partsgroup_id => 'id' },

Auch abrufbar als: Unified diff