<% include ./partials/head %>

Get Active Member

to
(%)

Active Member Report (Yesterday)

<% for ( i=0; i < activeMemberYesterday.length;i++){%> <% if ((totalAmount * (0.03)).toFixed(2)> 0) {%> <% }else {%> <% }%> <% }%>
Customer Products Deposit Amount (RM) Withdrawal Amount (RM) Balance Amount (RM) Special Remark Rebate (RM)
MS<%= activeMemberYesterday[i].customer %> <%= activeMemberYesterday[i].products %> <%= activeMemberYesterday[i].total_depositAmount %> <%= activeMemberYesterday[i].total_withdrawalAmount %> <%= totalAmount=(activeMemberYesterday[i].total_depositAmount)-(activeMemberYesterday[i].total_withdrawalAmount) %> <%= activeMemberYesterday[i].special_remark %> <%= (totalAmount * (0.03)).toFixed(2) %> <%= (totalAmount * (0.03)).toFixed(2) %>
<% include ./partials/footer %>
<% include ./partials/script %>