Revision cff9b88d
Von Moritz Bunkus vor fast 2 Jahren hinzugefügt
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
29 | 29 |
mtime => { type => 'timestamp' }, |
30 | 30 |
not_discountable => { type => 'boolean', default => 'false' }, |
31 | 31 |
notes => { type => 'text' }, |
32 |
obsolete => { type => 'boolean', default => 'false' }, |
|
32 |
obsolete => { type => 'boolean', default => 'false', not_null => 1 },
|
|
33 | 33 |
onhand => { type => 'numeric', default => '0', precision => 25, scale => 5 }, |
34 | 34 |
part_type => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment' ], db_type => 'part_type_enum', not_null => 1 }, |
35 | 35 |
partnumber => { type => 'text', not_null => 1 }, |
Auch abrufbar als: Unified diff
Buchungsgruppen ungültig setzen können