Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 52cec5bf

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 52cec5bf6d27887c108ccc3d4d2d45a6eecdf781
  • Vorgänger 3a2b956d
  • Nachfolger bf18e43c

Part: Bestellmenge hinzugefügt

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff