diff --git a/.gitignore b/.gitignore
index 42a48b40..98acc705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,9 +47,9 @@ config/deploy/config/*
#Gemfile.lock
# For Redis Server log file
-dump.rdb
+/dump.rdb
-# Fonts
+# Fonts
public/fonts/*
# Ruby-Mine IDE folder
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5c3fb862..ab924a87 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,14 +3,9 @@
+
-
-
-
-
-
-
-
+
@@ -25,7 +20,7 @@
-
+
@@ -52,76 +47,71 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -161,8 +151,6 @@
@@ -291,53 +281,26 @@
-
+
-
-
+
+
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -744,12 +707,12 @@
-
+
-
+
@@ -765,17 +728,17 @@
+
-
+
-
@@ -786,6 +749,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -796,65 +795,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -863,14 +803,6 @@
-
-
-
-
-
-
-
-
@@ -1119,7 +1051,7 @@
-
+
@@ -1153,23 +1085,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1206,7 +1122,95 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/db/migrate/20170824110103_create_inventory_definitions.rb b/db/migrate/20170824110103_create_inventory_definitions.rb
index c73fd0bd..ad63ac6b 100644
--- a/db/migrate/20170824110103_create_inventory_definitions.rb
+++ b/db/migrate/20170824110103_create_inventory_definitions.rb
@@ -1,4 +1,5 @@
class CreateInventoryDefinitions < ActiveRecord::Migration[5.1]
+ # rake db:migrate:down VERSION=20170824110103
def change
create_table :inventory_definitions do |t|
t.string :item_code
diff --git a/dump.rdb b/dump.rdb
index c5350a13..84001a58 100644
Binary files a/dump.rdb and b/dump.rdb differ