Inventory Stock Check Print

This commit is contained in:
Nweni
2017-08-31 15:29:36 +06:30
parent 65675a6683
commit 12c8be597d
6 changed files with 128 additions and 3 deletions

View File

@@ -340,6 +340,7 @@ Rails.application.routes.draw do
post 'save_stock' => 'stock_checks#create', as:'stock_check_save'
get '/stock_checks/:id' => 'stock_checks#show'
post 'save_to_journal' => 'stock_checks#save_to_journal', as: 'save_to_journal'
post 'print_stock_check' => 'stock_checks#print_stock_check', as: 'print_stock_check'
# resources :stock_checks
resources :stock_journals
resources :inventory_definitions