Improved stockit: Creating/updating of stock_articles.\nTranslated deliveries and invoices.
This commit is contained in:
parent
325d47b22f
commit
86b2b28dc9
19 changed files with 248 additions and 86 deletions
|
|
@ -20,6 +20,8 @@ ActionController::Routing::Routes.draw do |map|
|
|||
finance.resources :invoices
|
||||
end
|
||||
|
||||
map.resources :stock_articles, :controller => 'stockit', :as => 'stockit'
|
||||
|
||||
map.resources :suppliers, :collection => { :shared_suppliers => :get } do |suppliers|
|
||||
suppliers.resources :deliveries, :member => { :drop_stock_change => :post },
|
||||
:collection => {:add_stock_article => :post}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue