Create Payments: <%= link_to 'Manually', new_payment_path %> | <%= link_to 'Batched CSV', paypal_csvs_path %> | <%= link_to 'IPN', ipns_path %>
User | Paid for month beginning |
Amount | |||
---|---|---|---|---|---|
<%= link_to payment.user.name_with_payee_and_member_level, payment.user unless payment.user.blank? %> | <%= payment.human_date %> | <%= payment.amount %> | <%= link_to 'Details', payment %> | <%= link_to 'Edit', edit_payment_path(payment) %> |