matter_report.rb

Path: app/models/matter_report.rb
Last Update: Fri Jun 20 18:41:08 +0900 2008

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: matter_reports

 id               :integer       not null, primary key
 domain_id        :integer       not null
 code             :string(255)
 name             :string(255)   not null
 category         :string(255)
 order_company_id :integer
 order_person_id  :integer
 delivery_date    :string(255)
 receipt_date     :string(255)
 sales_person_id  :integer
 description      :string(255)
 estimate_amount  :integer
 final_amount     :integer
 possibility      :string(255)
 status           :string(255)
 created_at       :string(14)
 updated_at       :string(14)
 created_by       :integer
 updated_by       :integer
 created_in       :integer
 updated_in       :integer
 lock_version     :integer       default(0), not null

[Validate]