Add form for bank statements #2733

This commit is contained in:
Martin Lensment 2015-06-26 14:53:49 +03:00
parent a6cc53a0bf
commit de082bb637
9 changed files with 73 additions and 24 deletions

View file

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