Revision ebd668c1
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/MetaSetup/OrderItem.pm | ||
|---|---|---|
|
marge_total => { type => 'numeric', precision => 15, scale => 5 },
|
||
|
mtime => { type => 'timestamp' },
|
||
|
optional => { type => 'boolean', default => 'false' },
|
||
|
orderer_id => { type => 'integer' },
|
||
|
ordnumber => { type => 'text' },
|
||
|
parts_id => { type => 'integer' },
|
||
|
position => { type => 'integer', not_null => 1 },
|
||
| ... | ... | |
|
key_columns => { trans_id => 'id' },
|
||
|
},
|
||
|
|
||
|
orderer => {
|
||
|
class => 'SL::DB::Employee',
|
||
|
key_columns => { orderer_id => 'id' },
|
||
|
},
|
||
|
|
||
|
part => {
|
||
|
class => 'SL::DB::Part',
|
||
|
key_columns => { parts_id => 'id' },
|
||
Auch abrufbar als: Unified diff
Besteller zu Auftrags- und Lieferscheinpositionen hinzugefügt