inventory

This commit is contained in:
Nweni
2017-08-25 09:40:59 +06:30
parent 1f7ba42e80
commit b99c503afa
11 changed files with 87 additions and 2 deletions

View File

@@ -318,6 +318,7 @@ Rails.application.routes.draw do
# ----------- Inventory ---------------------------
namespace :inventory do
get 'inventory' => 'inventory#index'
resources :stock_check_items
resources :stock_checks
resources :stock_journals