add receive screen, quantities for model, redistribution
This commit is contained in:
parent
ed9a6cca39
commit
bd1b932775
17 changed files with 365 additions and 49 deletions
|
|
@ -560,6 +560,7 @@ en:
|
|||
last_edited_by: Last edited by
|
||||
name: Supplier
|
||||
no_closed_orders: At the moment there are no closed orders.
|
||||
receive: receive
|
||||
state: State
|
||||
summary:
|
||||
changed: Data was changed!
|
||||
|
|
|
|||
|
|
@ -144,6 +144,10 @@ Foodsoft::Application.routes.draw do
|
|||
resources :order_articles
|
||||
end
|
||||
|
||||
resources :receive do
|
||||
get :add_article
|
||||
end
|
||||
|
||||
resources :group_order_articles do
|
||||
member do
|
||||
put :update_result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue