Revision 96f8e8af
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
| SL/DB/MetaSetup/Reclamation.pm | ||
|---|---|---|
|
notes => { type => 'text' },
|
||
|
payment_id => { type => 'integer' },
|
||
|
record_number => { type => 'text', not_null => 1 },
|
||
|
record_type => { type => 'enum', check_in => [ 'sales_reclamation', 'purchase_reclamation' ], db_type => 'reclamation_types', not_null => 1 },
|
||
|
reqdate => { type => 'date' },
|
||
|
salesman_id => { type => 'integer' },
|
||
|
shippingpoint => { type => 'text' },
|
||
Auch abrufbar als: Unified diff
DB::Reclamation: Persistenter Record-Type