update route for print setting and addorder
This commit is contained in:
@@ -25,6 +25,7 @@ BITP
|
|||||||
Campaign Id => {"campaign_type_id": 1}
|
Campaign Id => {"campaign_type_id": 1}
|
||||||
|
|
||||||
java -jar ~/Documents/Jade.jar http://192.168.1.88:3002
|
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
|
Person and Extra Time
|
||||||
category_code = SPL... //for menu categories special
|
category_code = SPL... //for menu categories special
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
<div class="col-md-7 col-lg-7 col-sm-7 m-t-10" >
|
<div class="col-md-7 col-lg-7 col-sm-7 m-t-10" >
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-block">
|
<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;">
|
<div class="card-columns custom-card-columns menu_items_list" style="column-gap: 0.5rem;">
|
||||||
<!-- append data -->
|
<!-- append data -->
|
||||||
<% @menu.each do |menu| %>
|
<% @menu.each do |menu| %>
|
||||||
|
|||||||
@@ -432,6 +432,8 @@ scope "(:locale)", locale: /en|mm/ do
|
|||||||
|
|
||||||
#----------- Print Setup --------#
|
#----------- Print Setup --------#
|
||||||
resources :print_settings
|
resources :print_settings
|
||||||
|
|
||||||
|
get '/get_printer_options/:printer_name' => 'print_settings#get_printer_options'
|
||||||
resources :commissioners
|
resources :commissioners
|
||||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user