update stock taking form

This commit is contained in:
Aung Myo
2018-09-26 16:38:49 +06:30
parent 0158f007fa
commit b66bee810a
9 changed files with 488 additions and 150 deletions

View File

@@ -516,6 +516,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'