Name <%= @commissioner.name %>
Employee Name <%= @commissioner.employee.name rescue '-' %>
Commission Type <%= @commissioner.commission.menu_item.name rescue '-' %>
Joined Date <%= @commissioner.joined_date.utc.getlocal.strftime('%Y-%b-%d') rescue '-' %>
Resigned Date <%= @commissioner.resigned_date.utc.getlocal.strftime('%Y-%b-%d') rescue '-' %>
Active <%= @commissioner.is_active %>
Created By <%= Employee.find(@commissioner.created_by).name %>
<%= 'Product Type' %> <%= 'Product Name' %> <%= 'Qty' %> <%= 'Price' %> <%= 'Amount' %> <%= 'Date' %>