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>ORDER STATUS SUMMARY REPORT</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>Order Status Summary Report</li></ol></div></div><div class="row col-lg-12" style="float: right;"><button type="submit" class="download-pending-indent-report">Download Report </button></div><div class="col-lg-12"><table class="table table-border table-condensed table-bordered" id="pendingIndentReport" style="width:100%"><thead class="row htable" style="background:#F5F5F5;"><tr style="color:black;"><th>Transaction Id</th><th> Order Id</th><th>Created_At</th><th>Item_Id</th><th> Brand</th><th> Model Name</th><th>Model Number</th><th>Color</th><th> Quantity</th><th>Unit Price</th><th> Wallet Deduction</th><th>Status </th><th>Invoice Number</th><th>Billing Timestamp</th></tr></thead><tbody>#foreach($pendingIndentReport in $pendingIndentReports )<tr><td>$pendingIndentReport.getTransactionId()</td><td>$pendingIndentReport.getOrderId()</td>#if($pendingIndentReport.getCreatTimestamp())<td>$pendingIndentReport.getCreatTimestamp()</td>#else<td>--</td>#end<td>$pendingIndentReport.getItemId()</td><td>$pendingIndentReport.getBrand()</td>#if($pendingIndentReport.getModelName())<td>$pendingIndentReport.getModelName()</td>#else<td>-- </td>#end<td>$pendingIndentReport.getModelNumber()</td><td>$pendingIndentReport.getColor()</td><td>$pendingIndentReport.getQuantity()</td><td>$pendingIndentReport.getUnitPrice()</td><td>$pendingIndentReport.getWalletAmount()</td><td>$pendingIndentReport.getStatus()</td>#if($pendingIndentReport.getInvoiceNumber())<td>$pendingIndentReport.getInvoiceNumber()</td>#else<td>-- </td>#end#if($pendingIndentReport.getBillingTimestamp())<td>$pendingIndentReport.getBillingTimestamp()</td>#else<td>-- </td>#end</tr>#end</tbody></table></div></section><script>var dtable = $('#pendingIndentReport').DataTable({"scrollX": true,"bPaginate": true,"bLengthChange": true,"bFilter": true,"bInfo": false,"bAutoWidth": false,});</script>