| Event | Amount | Status | Date | Actions |
|---|---|---|---|---|
|
<%= payout.event&.name || "Event not found" %>
|
€<%= payout.amount_euros %>
Net: €<%= payout.net_amount_euros %> (Fee: €<%= payout.fee_euros %>)
|
<% case payout.status %> <% when 'pending' %> Pending <% when 'processing' %> Processing <% when 'completed' %> Completed <% when 'failed' %> Failed <% end %> | <%= payout.created_at.strftime("%b %d, %Y") %> | <%= link_to "View", promoter_payout_path(payout), class: "text-indigo-600 hover:text-indigo-900" %> |
No payouts found.