Add UI to manage the financial transaction types and classes
This commit is contained in:
parent
924f346b4c
commit
dae4d075fe
18 changed files with 171 additions and 0 deletions
|
|
@ -179,6 +179,13 @@ Foodsoft::Application.routes.draw do
|
|||
namespace :admin do
|
||||
root to: 'base#index'
|
||||
|
||||
resources :finances, only: [:index] do
|
||||
get :update_transaction_types, on: :collection
|
||||
end
|
||||
|
||||
resources :financial_transaction_classes
|
||||
resources :financial_transaction_types
|
||||
|
||||
resources :users do
|
||||
post :restore, on: :member
|
||||
post :sudo, on: :member
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue