update route for print setting and addorder

This commit is contained in:
Aung Myo
2018-03-21 11:18:49 +06:30
parent f23838325c
commit a0d27bd1d1
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ BITP
Campaign Id => {"campaign_type_id": 1}
java -jar ~/Documents/Jade.jar http://192.168.1.88:3002
java -jar ~/Documents/c2l_jade.jar http://192.168.1.88:3002
Person and Extra Time
category_code = SPL... //for menu categories special

View File

@@ -87,7 +87,7 @@
<div class="col-md-7 col-lg-7 col-sm-7 m-t-10" >
<div class="card">
<div class="card-block">
<div id="custom-slimscroll">
<div id="custom-">
<div class="card-columns custom-card-columns menu_items_list" style="column-gap: 0.5rem;">
<!-- append data -->
<% @menu.each do |menu| %>

View File

@@ -432,6 +432,8 @@ scope "(:locale)", locale: /en|mm/ do
#----------- Print Setup --------#
resources :print_settings
get '/get_printer_options/:printer_name' => 'print_settings#get_printer_options'
resources :commissioners
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end