Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 15a630c6

Von Tamino Steinert vor 1 Tag hinzugefügt

  • ID 15a630c643963a0446f609dab6921b3b8729e03e
  • Vorgänger db7d17f2

POS: Quittung parken

Unterschiede anzeigen:

SL/DB/MetaSetup/Order.pm
40 40
  payment_id                 => { type => 'integer' },
41 41
  proforma                   => { type => 'boolean', default => 'false' },
42 42
  quonumber                  => { type => 'text' },
43
  record_type                => { type => 'enum', check_in => [ 'request_quotation', 'sales_quotation', 'purchase_quotation_intake', 'purchase_order', 'sales_order_intake', 'sales_order', 'purchase_order_confirmation' ], db_type => 'order_types', not_null => 1 },
43
  record_type                => { type => 'enum', check_in => [ 'request_quotation', 'sales_quotation', 'purchase_quotation_intake', 'purchase_order', 'sales_order_intake', 'sales_order', 'purchase_order_confirmation', 'sales_receipt' ], db_type => 'order_types', not_null => 1 },
44 44
  reqdate                    => { type => 'date' },
45 45
  salesman_id                => { type => 'integer' },
46 46
  shippingpoint              => { type => 'text' },

Auch abrufbar als: Unified diff