sale voucher wrong spelling

This commit is contained in:
Min Zeya Phyo
2017-05-29 18:46:03 +06:30
parent de29de486f
commit c7a4adc7cc
3 changed files with 15 additions and 6 deletions

View File

@@ -124,7 +124,7 @@ Rails.application.routes.draw do
#cashier_terminals
resources :cashier_terminals
#order_job_stations
resources :order_job_stations
#order_queue_stations
resources :order_queue_stations do
resources :processing_items, :only => [:new, :create]
@@ -143,6 +143,15 @@ Rails.application.routes.draw do
end
namespace :reports do
resources :sales, :only => [:index, :show]
resources :orders, :only => [:index, :show]
resources :customers, :only => [:index, :show]
resources :products, :only => [:index, :show]
resources :inventory, :only => [:index, :show]
resources :employees, :only => [:index, :show]
end
#mount_compendium at: '/report' #, controller: 'reports'
#--------- Reports ------------#