Rev 30183 | 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>Price Drops</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>Price Drops</li></ol></div></div><div class="row col-lg-12" style="float: right;">From <input type="date" id="startDate-price-drop-report" placeholder="" name="" value="$startDate" >To <input type="date" id="endDate-price-drop-report" placeholder="" value="$endDate"><button type="submit" class="download-price-drop-report">Download Report </button></div><div class="col-lg-12"><table class="table table-border table-condensed table-bordered" id="priceDropReportTbl" style="width:100%"><thead class="row htable" style="background:#F5F5F5;"><tr style="color:black;"><th>code</th><th>Price_Drop_Id</th><th>brand</th><th>model_name</th><th>model_number</th><th>affected_on</th><th>amount</th><th>partner_payout</th><th>Imei</th><th>status</th><th>processed_on</th><th>Reason</th></tr></thead><tbody>#foreach($pdr in $priceDropReports )<tr><td>$pdr.getCode()</td><td>$pdr.getId()</td><td>$pdr.getBrand()</td><td>$pdr.getModelName()</td><td>$pdr.getModelNumber()</td><td>$pdr.getAffectedOn()</td><td>$pdr.getAmount()</td><td>$pdr.getPartnerPayout()</td><td>$pdr.getImei()</td><td>$pdr.getStatus()</td>#if($pdr.getUpdateTimeStamp())<td>$pdr.getUpdateTimeStamp()</td>#else<td>-- </td>#end#if($pdr.getRejectionReason())<td>$pdr.getRejectionReason()</td>#else<td>-- </td>#end</tr>#end</tbody></table></div></section><script>var dtable = $('#priceDropReportTbl').DataTable({"scrollX": true,"bPaginate": true,"bLengthChange": true,"bFilter": true,"bInfo": false,"bAutoWidth": false,});</script>