<% include ./partials/threebutton %>
Get Active Member
to
(%)
Active Member Report (Yesterday)
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 %> | <% if ((totalAmount * (0.03)).toFixed(2)> 0) {%><%= (totalAmount * (0.03)).toFixed(2) %> | <% }else {%><%= (totalAmount * (0.03)).toFixed(2) %> | <% }%>