foodsoft/test/fixtures/articles.yml

106 lines
2.5 KiB
YAML
Raw Normal View History

2009-08-15 17:24:08 +02:00
# == Schema Information
<<<<<<< HEAD:test/fixtures/articles.yml
=======
# Schema version: 20090325175756
>>>>>>> wiki:test/fixtures/articles.yml
#
# Table name: articles
#
# id :integer(4) not null, primary key
# name :string(255) default(""), not null
# supplier_id :integer(4) default(0), not null
# article_category_id :integer(4) default(0), not null
# unit :string(255) default(""), not null
# note :string(255)
# availability :boolean(1) default(TRUE), not null
# manufacturer :string(255)
# origin :string(255)
# shared_updated_on :datetime
# price :decimal(8, 2)
# tax :float
# deposit :decimal(8, 2) default(0.0)
# unit_quantity :integer(4) default(1), not null
# order_number :string(255)
# created_at :datetime
# updated_at :datetime
# deleted_at :datetime
# type :string(255)
# quantity :integer(4) default(0)
#
2009-01-06 11:49:19 +01:00
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
banana:
supplier: terra
name: Banana
article_category: fruits
unit: KG
availability: true
2009-01-06 11:49:19 +01:00
note: delicious
origin: EC
price: 1.45
tax: 7.0
unit_quantity: 18
order_number: 123456
2009-01-06 11:49:19 +01:00
kiwi:
supplier: terra
name: Kiwi
article_category: fruits
2009-01-06 11:49:19 +01:00
unit: 500g
availability: true
origin: IT
price: 1.11
tax: 7.0
unit_quantity: 10
order_number: 123457
potatoe:
supplier: terra
name: Potatoe
article_category: vegi
2009-01-06 11:49:19 +01:00
unit: 500g
availability: true
origin: REG
price: 1.33
tax: 7.0
unit_quantity: 25
order_number: 123458
applejuice:
type: StockArticle
supplier: terra
name: Apple-juice
article_category: other
unit: 1L
price: 1.33
tax: 7.0
# == Schema Information
#
# Table name: articles
#
# id :integer(4) not null, primary key
# name :string(255) not null
# supplier_id :integer(4) not null
# number :string(255)
# note :string(255)
# manufacturer :string(255)
# origin :string(255)
# unit :string(255)
# price :decimal(8, 2) default(0.0), not null
# tax :decimal(3, 1) default(7.0), not null
# deposit :decimal(8, 2) default(0.0), not null
# unit_quantity :decimal(4, 1) default(1.0), not null
# scale_quantity :decimal(4, 2)
# scale_price :decimal(8, 2)
# created_on :datetime
# updated_on :datetime
# list :string(255)
#