Revision 86650875
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
| SL/DB/MetaSetup/Part.pm | ||
|---|---|---|
|
onhand => { type => 'numeric', default => '0', precision => 25, scale => 5 },
|
||
|
order_locked => { type => 'boolean', default => 'false' },
|
||
|
order_qty => { type => 'numeric', default => '0', not_null => 1, precision => 15, scale => 5 },
|
||
|
part_type => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment', 'parent_variant', 'variant' ], db_type => 'part_type_enum', not_null => 1 },
|
||
|
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' },
|
||
|
payment_id => { type => 'integer' },
|
||
| ... | ... | |
|
stockable => { type => 'boolean', default => 'false' },
|
||
|
tariff_code => { type => 'text' },
|
||
|
unit => { type => 'varchar', length => 20, not_null => 1 },
|
||
|
variant_type => { type => 'enum', check_in => [ 'single', 'parent_variant', 'variant' ], db_type => 'part_variant_type', default => 'single', not_null => 1 },
|
||
|
ve => { type => 'integer' },
|
||
|
warehouse_id => { type => 'integer' },
|
||
|
weight => { type => 'float', precision => 4, scale => 4 },
|
||
Auch abrufbar als: Unified diff
Varianten: alle Artikeltypen ermöglichen