vita_app/app/views/admin/tr_payments/_form.html.haml
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

10 lines
561 B
Plaintext
Executable File

=f.input :tr_payment_type, :label => "Type de paiement", :collection => TrPaymentType.all, :as => :select, :include_blank => false
=f.input :paid_at, :label => "Payé le",:as => :qi_date_picker
=f.input :check_number, :label => "Numéro de chèque"
=f.input :check_bank, :label => "Banque"
=f.input :tr_canceled, :label => "Annulé"
=f.input :tr_canceled_at, :label => "Paiement annulé le",:as => :qi_date_picker
=f.input :tr_payment_bank_account, :label => "Compte bancaire", :collection => TrPaymentBankAccount.all, :as => :select, :include_blank => false