more controller for cashier/waiter view

This commit is contained in:
Min Zeya Phyo
2017-05-10 01:10:21 +06:30
parent 62e8615f12
commit c1c72eca30
25 changed files with 634 additions and 44 deletions

View File

@@ -47,6 +47,7 @@ GEM
sass (>= 3.4.19)
builder (3.2.3)
byebug (9.0.6)
chunky_png (1.3.8)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
@@ -54,6 +55,30 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
collection_of (1.0.5)
activesupport (>= 3.0.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-rails (3.0.2)
compass (~> 1.0.0)
sass-rails (< 5.1)
sprockets (< 4.0)
compendium (1.1.3.4)
collection_of (= 1.0.5)
compass-rails (>= 1.0.0)
inheritable_attr (>= 1.0.0)
rails (>= 3.0.0)
sass-rails (>= 3.0.0)
concurrent-ruby (1.0.5)
connection_pool (2.2.1)
cups (0.0.7)
@@ -75,6 +100,8 @@ GEM
globalid (0.3.7)
activesupport (>= 4.1.0)
i18n (0.8.1)
inheritable_attr (1.0.0)
activesupport (>= 3.0.0)
jbuilder (2.6.3)
activesupport (>= 3.0.0, < 5.2)
multi_json (~> 1.2)
@@ -222,6 +249,7 @@ DEPENDENCIES
bootstrap (~> 4.0.0.alpha3)
byebug
coffee-rails (~> 4.2)
compendium
cups (~> 0.0.7)
database_cleaner
factory_girl_rails (~> 4.0)