2009-08-15 17:24:08 +02:00
|
|
|
# == Schema Information
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
# Table name: suppliers
|
|
|
|
#
|
2009-03-17 19:43:41 +01:00
|
|
|
# id :integer(4) not null, primary key
|
|
|
|
# name :string(255) not null
|
|
|
|
# address :string(255) not null
|
|
|
|
# phone :string(255) not null
|
|
|
|
# phone2 :string(255)
|
|
|
|
# fax :string(255)
|
|
|
|
# email :string(255)
|
|
|
|
# url :string(255)
|
|
|
|
# delivery_days :string(255)
|
|
|
|
# note :string(255)
|
|
|
|
# created_on :datetime
|
|
|
|
# updated_on :datetime
|
|
|
|
# lists :string(255)
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
|
2009-01-06 11:49:19 +01:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
2009-02-02 16:35:43 +01:00
|
|
|
terra:
|
2009-01-06 11:49:19 +01:00
|
|
|
name: Terra
|
2009-02-02 16:35:43 +01:00
|
|
|
address: berlin bio
|
2009-01-06 11:49:19 +01:00
|
|
|
phone: 0123-555555
|
|
|
|
phone2: 01234-7878787
|
2009-02-02 16:35:43 +01:00
|
|
|
fax: 01324-343444
|
2009-01-08 16:33:27 +01:00
|
|
|
email: terra@terra.com
|
2009-02-02 16:35:43 +01:00
|
|
|
url: www.terra-natur.de
|
|
|
|
contact_person: Harry
|
|
|
|
customer_number: 123478
|
|
|
|
delivery_days: tuesday
|
|
|
|
order_howto: call or send email/fax
|
|
|
|
note:
|
|
|
|
Terra possibly delivers also on other days than tuesday. Don't
|
|
|
|
hesitate to ask for it.
|
|
|
|
min_order_quantity: 80,-€ (gross)
|