2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
2009-01-29 01:57:51 +01:00
|
|
|
# Schema version: 20090120184410
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
# Table name: suppliers
|
|
|
|
#
|
2009-02-03 21:14:48 +01:00
|
|
|
# id :integer not null, primary key
|
|
|
|
# name :string(255) default(""), not null
|
|
|
|
# address :string(255) default(""), not null
|
|
|
|
# phone :string(255) default(""), not null
|
|
|
|
# phone2 :string(255)
|
|
|
|
# fax :string(255)
|
|
|
|
# email :string(255)
|
|
|
|
# url :string(255)
|
|
|
|
# contact_person :string(255)
|
|
|
|
# customer_number :string(255)
|
|
|
|
# delivery_days :string(255)
|
|
|
|
# order_howto :string(255)
|
|
|
|
# note :string(255)
|
|
|
|
# shared_supplier_id :integer
|
|
|
|
# min_order_quantity :string(255)
|
|
|
|
# deleted_at :datetime
|
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)
|
|
|
|
|