Revision 4b8e5682
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
- ID 4b8e56821eac8b83856dca20e2ca8371081c13f5
- Vorgänger 72b80f91
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
not_discountable => { type => 'boolean', default => 'false' },
|
||
notes => { type => 'text' },
|
||
obsolete => { type => 'boolean', default => 'false' },
|
||
onhand => { type => 'numeric', default => '0', precision => 25, scale => 5 },
|
||
part_type => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment' ], db_type => 'part_type_enum', not_null => 1 },
|
||
partnumber => { type => 'text', not_null => 1 },
|
||
partsgroup_id => { type => 'integer' },
|
Auch abrufbar als: Unified diff
Separate Tabelle für onhand (stocks) für Artikel