Merge branch 'adminbsb_material_ui' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Aung Myo
2018-09-26 18:46:50 +06:30
10 changed files with 495 additions and 142 deletions

View File

@@ -520,6 +520,8 @@ scope "(:locale)", locale: /en|mm/ do
resources :stock_journals
resources :inventory_definitions
get ':inventory_definition_id/show' => 'inventory#show'
get 'get_menu_category/:id' => "stock_checks#get_menu_category",:as => "get_menu_category", :defaults => { :format => 'json' }
end
#mount_compendium at: '/report' #, controller: 'reports'