Revision 8fa9177a
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
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
TMP DispositionManager aktueller stand