add receive screen, quantities for model, redistribution

This commit is contained in:
wvengen 2013-11-25 13:48:54 +01:00
parent ed9a6cca39
commit bd1b932775
17 changed files with 365 additions and 49 deletions

View file

@ -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!

View file

@ -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