add view for all transactions + csv

This commit is contained in:
wvengen 2014-05-06 19:02:01 +02:00
parent b5b4ccd922
commit ef0888f38d
15 changed files with 111 additions and 19 deletions

View file

@ -0,0 +1,8 @@
- title t('.title')
- content_for :actionbar do
= link_to t('.show_groups'), finance_ordergroups_path, class: 'btn'
= render 'transactions_search', url: finance_transactions_path
#transactions= render 'transactions', with_ordergroup: true