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

@@ -14,4 +14,4 @@
//= require bootstrap
//= require jquery_ujs
//= require turbolinks
//= require_tree .
//= require cable

View File

@@ -14,4 +14,4 @@
//= require bootstrap
//= require jquery_ujs
//= require turbolinks
//= require_tree .
//= require cable

View File

@@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@@ -14,4 +14,4 @@
//= require bootstrap
//= require jquery_ujs
//= require turbolinks
//= require_tree .
//= require cable

View File

@@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View File

@@ -7,3 +7,10 @@
// min-height: 75rem;
// padding-top: 4.5rem;
// }
.order-completed {
background-color: #CCFFDD;
}
.order-void {
background-color: #FFCCDD;
}