Revision 35183016
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/Order.pm | ||
---|---|---|
expected_billing_date => { type => 'date' },
|
||
globalproject_id => { type => 'integer' },
|
||
id => { type => 'integer', not_null => 1, sequence => 'id' },
|
||
intake => { type => 'boolean', default => 'false', not_null => 1 },
|
||
intnotes => { type => 'text' },
|
||
itime => { type => 'timestamp', default => 'now()' },
|
||
language_id => { type => 'integer' },
|
||
... | ... | |
payment_id => { type => 'integer' },
|
||
proforma => { type => 'boolean', default => 'false' },
|
||
quonumber => { type => 'text' },
|
||
quotation => { type => 'boolean', default => 'false' },
|
||
record_type => { type => 'enum', check_in => [ 'request_quotation', 'sales_quotation', 'purchase_quotation_intake', 'purchase_order', 'sales_order_intake', 'sales_order' ], db_type => 'order_types', not_null => 1 },
|
||
reqdate => { type => 'date' },
|
||
salesman_id => { type => 'integer' },
|
||
shippingpoint => { type => 'text' },
|
Auch abrufbar als: Unified diff
DB::Order: Persistenter Record-Type