Revision ebd668c1
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/MetaSetup/DeliveryOrderItem.pm | ||
|---|---|---|
|
longdescription => { type => 'text' },
|
||
|
marge_price_factor => { type => 'numeric', default => 1, precision => 15, scale => 5 },
|
||
|
mtime => { type => 'timestamp' },
|
||
|
orderer_id => { type => 'integer' },
|
||
|
ordnumber => { type => 'text' },
|
||
|
parts_id => { type => 'integer', not_null => 1 },
|
||
|
position => { type => 'integer', not_null => 1 },
|
||
| ... | ... | |
|
key_columns => { delivery_order_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