Add automatic generation of financial transactions and links

This commit is contained in:
Patrick Gansterer 2017-01-26 13:27:30 +01:00
parent 91eeac6c40
commit 8e2ca5e7d7
11 changed files with 284 additions and 0 deletions

View file

@ -775,6 +775,8 @@ en:
without_extra_charge: 'without extra charge:'
bank_accounts:
controller:
assign:
notice: '%{count} transactions have been assigned'
import:
notice: '%{count} new transactions have been imported'
index:

View file

@ -195,6 +195,7 @@ Foodsoft::Application.routes.draw do
resources :bank_accounts, only: [:index] do
member do
get :assign_unlinked_transactions
get :import
end