add view for all transactions + csv
This commit is contained in:
parent
b5b4ccd922
commit
ef0888f38d
15 changed files with 111 additions and 19 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue