Merge branch 'august_spring' of bitbucket.org:code2lab/sxrestaurant into august_spring

This commit is contained in:
yamin
2017-08-24 18:26:28 +06:30
102 changed files with 1734 additions and 58 deletions

View File

@@ -2,6 +2,7 @@ require 'sidekiq/web'
Rails.application.routes.draw do
root 'home#index'
mount Sidekiq::Web => '/kiq'
@@ -323,6 +324,14 @@ Rails.application.routes.draw do
get "receipt_no/get_shift_by_date", to: "receipt_no#get_shift_by_date", as: "get_shift_by_date"
end
# ----------- Inventory ---------------------------
namespace :inventory do
resources :stock_check_items
resources :stock_checks
resources :stock_journals
resources :inventory_definitions
end
#mount_compendium at: '/report' #, controller: 'reports'
#--------- Reports ------------#