<% include ./partials/threebutton %>
Transaction - Deposit
No Of Deposit : <%= depositRecord[0].deposit_no %> | <% }else{ %>No Of Deposit : No Deposit Yet %> | <% } %>
---|---|
Deposit Amount : <%= depositRecord[0].deposit_total %> | <% }else{ %>Deposit Amount : No Deposit Yet %> | <% } %>
All Deposit
|
||
From Date : | To Date : | |
ID | Ref | Date & Time | Member | Product | Bank | Amount | Bonus Amount | Promo | User In Charge | Status | Excel | <% if(userType !="staff" ) { %>Action | <% } %>
---|---|---|---|---|---|---|---|---|---|---|---|---|
<%= deposit[i].trans_id %> |
<%= "DP" + moment(deposit[i].date).format('MMDD') + deposit[i].trans_id %> | <%= deposit[i].date %> | MS<%= deposit[i].customer %> | <%= deposit[i].products %> | <%= deposit[i].bank %> | <%= deposit[i].amount %> | <%= deposit[i].bonus_amount %> | <%= deposit[i].cashbonus %> | <%= deposit[i].manager %> |
<% if( deposit[i].status=='approved' ){ %>
<%= deposit[i].status %>
<% } else{ %>
<%= deposit[i].status %>
<% } %>
|
<% if(userType !="staff" ) { %> | <% if( deposit[i].status=='approved' ){ %> <% } else{ %> <% } %> | <% } %>