bin_id => { type => 'integer' },
bom => { type => 'boolean', default => 'false' },
buchungsgruppen_id => { type => 'integer' },
bin_id => { type => 'integer' },
bom => { type => 'boolean', default => 'false' },
buchungsgruppen_id => { type => 'integer' },
notes => { type => 'text' },
obsolete => { type => 'boolean', default => 'false' },
onhand => { type => 'numeric', default => '0', precision => 25, scale => 5 },
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' },
payment_id => { type => 'integer' },
partnumber => { type => 'text', not_null => 1 },
partsgroup_id => { type => 'integer' },
payment_id => { type => 'integer' },
class => 'SL::DB::Chart',
key_columns => { expense_accno_id => 'id' },
},
class => 'SL::DB::Chart',
key_columns => { expense_accno_id => 'id' },
},
class => 'SL::DB::Chart',
key_columns => { income_accno_id => 'id' },
},
class => 'SL::DB::Chart',
key_columns => { income_accno_id => 'id' },
},
class => 'SL::DB::Chart',
key_columns => { inventory_accno_id => 'id' },
},
class => 'SL::DB::Chart',
key_columns => { inventory_accno_id => 'id' },
},