Rev 30164 | Rev 32771 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>Wallet Statement</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>Wallet Statement</li></ol></div></div><div class="row col-lg-12" style="float: right;">From <input type="date" id="startDate-wallet-summary-report" placeholder="" name="" value="$startDate" >To <input type="date" id="endDate-wallet-summary-report" placeholder="" value="$endDate"><button type="submit" class="download-wallet-summary-report">Download Report </button></div><div class="col-lg-12"><table class="table table-border table-condensed table-bordered" id="walletSummaryReport" style="width:100%"><thead class="row htable" style="background:#F5F5F5;"><tr style="color:black;"><th> Id</th><th> Code</th><th> Name</th><th> Email</th><th> Phone</th><th> Amount</th><th> Refundable_amount</th><th> Reference</th><th> Reference_type</th><th> Business_timestamp</th><th> Description</th></tr></thead><tbody>#foreach($walletSummart in $walletSummartList )<tr><td>$walletSummart.getId()</td><td>$walletSummart.getCode()</td><td>$walletSummart.getName()</td><td>$walletSummart.getEmail()</td><td>$walletSummart.getPhone()</td><td>$walletSummart.getAmount()</td><td>$walletSummart.getRefundableAmount()</td><td>$walletSummart.getReference()</td><td>$walletSummart.getReferenceType()</td>#if($walletSummart.getBusinessTimestamp())<td>$walletSummart.getBusinessTimestamp().format($datehiphenFormatter)</td>#else<td>--</td>#end<td>$walletSummart.getDescription()</td></tr>#end</tbody></table></div></section><script>var dtable = $('#walletSummaryReport').DataTable({"scrollX": true,"bPaginate": true,"bLengthChange": true,"bFilter": true,"bInfo": false,"bAutoWidth": false,});</script>