Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 35183016

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

DB::Order: Persistenter Record-Type

Unterschiede anzeigen:

SL/DB/MetaSetup/Order.pm
26 26
  expected_billing_date   => { type => 'date' },
27 27
  globalproject_id        => { type => 'integer' },
28 28
  id                      => { type => 'integer', not_null => 1, sequence => 'id' },
29
  intake                  => { type => 'boolean', default => 'false', not_null => 1 },
30 29
  intnotes                => { type => 'text' },
31 30
  itime                   => { type => 'timestamp', default => 'now()' },
32 31
  language_id             => { type => 'integer' },
......
41 40
  payment_id              => { type => 'integer' },
42 41
  proforma                => { type => 'boolean', default => 'false' },
43 42
  quonumber               => { type => 'text' },
44
  quotation               => { type => 'boolean', default => 'false' },
43
  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 },
45 44
  reqdate                 => { type => 'date' },
46 45
  salesman_id             => { type => 'integer' },
47 46
  shippingpoint           => { type => 'text' },

Auch abrufbar als: Unified diff