Add UI to manage the financial transaction types and classes
This commit is contained in:
parent
924f346b4c
commit
dae4d075fe
18 changed files with 171 additions and 0 deletions
5
app/views/admin/finances/_form.html.haml
Normal file
5
app/views/admin/finances/_form.html.haml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
= simple_form_for [:admin, @financial_transaction_class] do |f|
|
||||
= f.input :name
|
||||
.form-actions
|
||||
= f.button :submit
|
||||
= link_to t('ui.or_cancel'), :back
|
||||
Loading…
Add table
Add a link
Reference in a new issue