wip on entering individual date for invoices
This commit is contained in:
parent
b2882d8592
commit
76be8fdf1a
3 changed files with 37 additions and 3 deletions
|
|
@ -139,11 +139,15 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
post 'finance/group_order_invoice', to: 'group_order_invoices#create_multiple'
|
||||
resources :group_order_invoices
|
||||
|
||||
resources :article_categories
|
||||
|
||||
|
||||
########### Finance
|
||||
|
||||
|
||||
namespace :finance do
|
||||
root to: 'base#index'
|
||||
|
||||
|
|
@ -172,6 +176,7 @@ Rails.application.routes.draw do
|
|||
get :unpaid, on: :collection
|
||||
end
|
||||
|
||||
|
||||
resources :links, controller: 'financial_links', only: [:create, :show] do
|
||||
collection do
|
||||
get :incomplete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue