Rev 28377 | Rev 32767 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>.btn:hover, .btn:focus {color: grey;text-decoration: none;}.modal-dialog.modal-lg {left: 10%;right: auto;width: 80%;}.modal-content {background: white;}.border-highlight {border: 3px solid red;}td.highlight {background-color: yellowgreen !important;}</style><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>SETTLED ORDER</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><ahref="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>SETTLED ORDER</li></ol></div></div><div class="col-lg-12"><table class="table table-border table-condensed table-bordered"id="pending-order-item"><thead><tr><th>OrderId</th><th>First Name</th><th>Last Name</th><th>Mobile</th><th>Order Status</th><th>Pay Mode</th><th>Pay Method</th><th>Order Item Id</th><th>Item Id</th><th>Item Details</th><th>Selling Price</th><th>Order Item Status</th><th>Created on</th><th>Billed on</th><th>Delivered on</th></tr></thead><tbody>#if(!$pendingOrder.isEmpty()) #foreach( $request in$pendingOrderItem)<tr class="pendingOrder" data="$request.getItemId()"><td>$request.getOrderId()</td><td>$request.getPendingOrder().getCustomerAddress().getName()</td>#if($request.getPendingOrder().getCustomerAddress().getLastName())<td>$request.getPendingOrder().getCustomerAddress().getLastName()</td>#else<td></td> #end<td>$request.getPendingOrder().getCustomerAddress().getPhoneNumber()</td><td>$request.getPendingOrder().getStatus()</td><td>$request.getPendingOrder().getPayMethodDescription()</td>#if($request.getPendingOrder().getTotalAmount() ==$request.getPendingOrder().getPaidAmount())<td>ONLINE</td> #else<td>OFFLINE</td> #end<td>$request.getId()</td><td>$request.getItemId()</td><td>$request.getItemName()</td><td>$request.getSellingPrice()</td><td>$request.getStatus()</td><td>$request.getCreateTimestamp().format($dateTimeFormatter)</td><td>$request.getBilledTimestamp().format($dateTimeFormatter)</td><td>$request.getDeliveredTimestamp().format($dateTimeFormatter)</td></tr>#end<script type="text/javascript">$(document).ready(function() {$('#pending-order-item').dataTable({"bPaginate" : true,"bLengthChange" : true,"bFilter" : true,"bInfo" : false,"bAutoWidth" : false});});</script>#else<tr><td colspan="12" style="text-align: center;">NO MATCHING DATAFOUND FOR CRITERIA</td></tr>#end</tbody></table></div></div></div></section>