OSDN Git Service

仕入先マスタ管理機能追加
authorcho <cho@06daa6dd-5c14-464e-8a85-0d68c524be32>
Fri, 15 Jan 2010 10:07:32 +0000 (10:07 +0000)
committercho <cho@06daa6dd-5c14-464e-8a85-0d68c524be32>
Fri, 15 Jan 2010 10:07:32 +0000 (10:07 +0000)
commitd8611c29e861ced8eab3defb787c955ade428c1c
tree4a75c8295abbbed59a04e147a66504e8121d9def
parent2ce91c3f2449a057f33d886041b58890cdd8d637
仕入先マスタ管理機能追加

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/elecoma/trunk@31 06daa6dd-5c14-464e-8a85-0d68c524be32
50 files changed:
app/controllers/admin/product_styles_controller.rb
app/controllers/admin/shops_controller.rb
app/controllers/admin/suppliers_controller.rb [new file with mode: 0644]
app/controllers/application_controller.rb
app/helpers/admin/suppliers_helper.rb [new file with mode: 0644]
app/models/product.rb
app/models/product_style.rb
app/models/supplier.rb [new file with mode: 0644]
app/models/supplier_search_form.rb [new file with mode: 0644]
app/views/admin/base/_depot_submenu.html.erb [new file with mode: 0644]
app/views/admin/base/_shop_submenu.html.erb
app/views/admin/home/index.html.erb
app/views/admin/product_styles/_form.html.erb
app/views/admin/product_styles/confirm.html.erb
app/views/admin/product_styles/new.html.erb
app/views/admin/products/_form.html.erb
app/views/admin/products/_search.html.erb
app/views/admin/shops/_settings_form.html.erb [new file with mode: 0644]
app/views/admin/shops/settings.html.erb [new file with mode: 0644]
app/views/admin/suppliers/_form.html.erb [new file with mode: 0644]
app/views/admin/suppliers/_search.html.erb [new file with mode: 0644]
app/views/admin/suppliers/_submenu.html.erb [new file with mode: 0644]
app/views/admin/suppliers/confirm.html.erb [new file with mode: 0644]
app/views/admin/suppliers/edit.html.erb [new file with mode: 0644]
app/views/admin/suppliers/index.html.erb [new file with mode: 0644]
app/views/admin/suppliers/new.html.erb [new file with mode: 0644]
app/views/admin/suppliers/search.html.erb [new file with mode: 0644]
app/views/layouts/admin/base.html.erb
config/locales/translation_ja.yml
db/migrate/20100108051429_create_suppliers.rb [new file with mode: 0644]
db/migrate/20100108060000_add_data_suppliers.rb [new file with mode: 0644]
db/migrate/20100108122020_add_column_supplier_use_flag_to_systems.rb [new file with mode: 0644]
db/migrate/20100112054539_add_data_functions_ver2.rb [new file with mode: 0644]
db/migrate/20100114122020_add_column_supplier_id_to_products.rb [new file with mode: 0644]
db/migrate/20100114142020_add_manufacturer_id_to_product_styles.rb [new file with mode: 0644]
db/migrate/fixed_data/functions.yml
db/migrate/fixed_data/suppliers.yml [new file with mode: 0644]
spec/controllers/admin/products_controller_spec.rb
spec/controllers/admin/suppliers_controller_spec.rb [new file with mode: 0644]
spec/fixtures/products.yml
spec/fixtures/suppliers.yml [new file with mode: 0644]
spec/helpers/admin/suppliers_helper_spec.rb [new file with mode: 0644]
spec/models/category_spec.rb
spec/models/product_spec.rb
spec/models/product_style_spec.rb
spec/models/supplier_search_form_spec.rb [new file with mode: 0644]
spec/models/supplier_spec.rb [new file with mode: 0644]
spec/product_csv_upload_for_spec.csv
spec/product_csv_upload_image_for_spec.csv
spec/product_sample.csv