Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4b8e5682

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 4b8e56821eac8b83856dca20e2ca8371081c13f5
  • Vorgänger 72b80f91

Separate Tabelle für onhand (stocks) für Artikel

Jetzt führt Ein- und Auslagern nicht mehr zu einer Änderung des
Artikels in der Datenbank.

Unterschiede anzeigen:

SL/DB/MetaSetup/Part.pm
30 30
  not_discountable   => { type => 'boolean', default => 'false' },
31 31
  notes              => { type => 'text' },
32 32
  obsolete           => { type => 'boolean', default => 'false' },
33
  onhand             => { type => 'numeric', default => '0', precision => 25, scale => 5 },
34 33
  part_type          => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment' ], db_type => 'part_type_enum', not_null => 1 },
35 34
  partnumber         => { type => 'text', not_null => 1 },
36 35
  partsgroup_id      => { type => 'integer' },

Auch abrufbar als: Unified diff