Revision c364e43e
Von Peter Schulgin vor mehr als 8 Jahren hinzugefügt
SL/DB/MetaSetup/Part.pm | ||
---|---|---|
bin_id => { type => 'integer' },
|
||
bom => { type => 'boolean', default => 'false' },
|
||
buchungsgruppen_id => { type => 'integer' },
|
||
classification_id => { type => 'integer', default => '0' },
|
||
description => { type => 'text' },
|
||
drawing => { type => 'text' },
|
||
ean => { type => 'text' },
|
||
... | ... | |
key_columns => { buchungsgruppen_id => 'id' },
|
||
},
|
||
|
||
classification => {
|
||
class => 'SL::DB::PartsClassification',
|
||
key_columns => { classification_id => 'id' },
|
||
},
|
||
|
||
partsgroup => {
|
||
class => 'SL::DB::PartsGroup',
|
||
key_columns => { partsgroup_id => 'id' },
|
Auch abrufbar als: Unified diff
Revert "Artikel-Klassifizierung"
This reverts commit 5067d7bd31514962af9730b33323b831d87164f8.