barcode update

This commit is contained in:
nandar
2018-07-26 09:33:05 +06:30
parent 8dc9ab0fbe
commit 004f801f71
15 changed files with 284 additions and 158 deletions

View File

@@ -1,6 +1,7 @@
Rails.application.routes.draw do
resources :sellers
resources :clients
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
root :to => 'home#index'
@@ -50,5 +51,9 @@ Rails.application.routes.draw do
#batch_line_items
post "generate_card_account_items" =>"batch_line_items#generate_card_account_items"
post "update_manufacture_uid" => "batch_line_items#update_manufacture_uid"
post "code_activate" => "batch_line_items#code_activate"
get "activated_list" => "batch_line_items#activated_list"
get "seller_info" => "batch_line_items#seller_info"
end
end