11 lines
No EOL
426 B
Text
11 lines
No EOL
426 B
Text
- title "Neue Transaktion"
|
|
|
|
%p Hier kannst du der Bestellgruppe <b>#{@ordergroup.name}</b> Geld gutschreiben/abziehen.
|
|
|
|
= simple_form_for @financial_transaction, :url => finance_ordergroup_transactions_path(@ordergroup),
|
|
:validate => true do |f|
|
|
= f.hidden_field :ordergroup_id
|
|
= f.input :amount
|
|
= f.input :note, :as => :text
|
|
= f.submit
|
|
= link_to "oder abbrechen", finance_ordergroup_transactions_path(@ordergroup) |