created items and configured back office ui a bit
This commit is contained in:
25
test/fixtures/items.yml
vendored
Normal file
25
test/fixtures/items.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
code: MyString
|
||||
current_input_price: 9.99
|
||||
list_price: 9.99
|
||||
unit_id: 1
|
||||
units_in_pack: 9.99
|
||||
description: MyText
|
||||
sub_category_id: 1
|
||||
stock: 1
|
||||
on_display: false
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
code: MyString
|
||||
current_input_price: 9.99
|
||||
list_price: 9.99
|
||||
unit_id: 1
|
||||
units_in_pack: 9.99
|
||||
description: MyText
|
||||
sub_category_id: 1
|
||||
stock: 1
|
||||
on_display: false
|
||||
7
test/fixtures/media_types.yml
vendored
Normal file
7
test/fixtures/media_types.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
11
test/fixtures/multi_media_descriptions.yml
vendored
Normal file
11
test/fixtures/multi_media_descriptions.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
url: MyString
|
||||
item_id: 1
|
||||
media_type_id: 1
|
||||
|
||||
two:
|
||||
url: MyString
|
||||
item_id: 1
|
||||
media_type_id: 1
|
||||
9
test/fixtures/units.yml
vendored
Normal file
9
test/fixtures/units.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
short_name: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
short_name: MyString
|
||||
Reference in New Issue
Block a user