mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Add form for bank statements #2733
This commit is contained in:
parent
a6cc53a0bf
commit
de082bb637
9 changed files with 73 additions and 24 deletions
|
@ -161,6 +161,11 @@ Rails.application.routes.draw do
|
|||
resources :pricelists
|
||||
|
||||
resources :bank_statements do
|
||||
collection do
|
||||
get 'import'
|
||||
post 'create_from_import'
|
||||
end
|
||||
|
||||
post 'bind_invoices', on: :member
|
||||
get 'download_import_file', on: :member
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue