Class: ProductLinkage
- Inherits:
-
Ekylibre::Record::Base
- Object
- ActiveRecord::Base
- Ekylibre::Record::Base
- ProductLinkage
- Includes:
- Taskable, TimeLineable
- Defined in:
- app/models/product_linkage.rb
Overview
Informations
License
Ekylibre - Simple agricultural ERP Copyright (C) 2008-2009 Brice Texier, Thibaud Merigon Copyright (C) 2010-2012 Brice Texier Copyright (C) 2012-2019 Brice Texier, David Joulin
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see www.gnu.org/licenses.
Table: product_linkages
carried_id :integer
carrier_id :integer not null
created_at :datetime not null
creator_id :integer
id :integer not null, primary key
intervention_id :integer
lock_version :integer default(0), not null
nature :string not null
originator_id :integer
originator_type :string
point :string not null
started_at :datetime
stopped_at :datetime
updated_at :datetime not null
updater_id :integer
Method Summary
Methods included from Taskable
Methods included from TimeLineable
#any_followings?, #any_previous?, #following, #followings, #last_for_now?, #previous
Methods inherited from Ekylibre::Record::Base
#already_updated?, #check_if_destroyable?, #check_if_updateable?, columns_definition, #customizable?, customizable?, #customized?, #destroyable?, #editable?, has_picture, #human_attribute_name, nomenclature_reflections, #old_record, #others, refers_to, #unsuppress, #updateable?