Add method to close all invoices with an invoice direct
When the charge_members_manually option is active there is no need for an explicit balancing step. This new function allows to close_direct all orders which have an assigned invoice, which is usually indication enough to find orders which can be closed finally.
This commit is contained in:
parent
226d2dda74
commit
ecb4a8a4ba
6 changed files with 31 additions and 5 deletions
|
|
@ -161,6 +161,8 @@ Foodsoft::Application.routes.draw do
|
|||
get :new_on_order_article_create
|
||||
get :new_on_order_article_update
|
||||
end
|
||||
|
||||
post :close_all_direct_with_invoice, on: :collection
|
||||
end
|
||||
|
||||
resources :invoices do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue