Merge branch 'staging' of bitbucket.org:code2lab/sxrestaurant
This commit is contained in:
@@ -277,14 +277,10 @@ Rails.application.routes.draw do
|
||||
resources :dailysale, :only => [:index, :show]
|
||||
resources :saleitem, :only => [:index, :show]
|
||||
resources :shiftsale, :only => [:index, :show]
|
||||
resources :credit_payment, :only => [:index, :show]
|
||||
resources :void_sale, :only => [:index, :show]
|
||||
|
||||
get "receipt_no/get_shift_by_date", to: "receipt_no#get_shift_by_date", as: "get_shift_by_date"
|
||||
# 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'
|
||||
|
||||
Reference in New Issue
Block a user