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>Smartdukaan Billing 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>Smartdukaan Billing statement</li></ol></div></div><div class="row col-lg-12" style="float: right;">From <input type="date" id="startDate-partner-billing-report" placeholder="" name="" value="$startDate" >To <input type="date" id="endDate-partner-billing-report" placeholder="" value="$endDate"><button type="submit" class="download-partner-billing-report">Download Report </button></div><div class="col-lg-12"><table class="table table-border table-condensed table-bordered" id="partnerBillingSummaryReports" style="width:100%"><thead class="row htable" style="background:#F5F5F5;"><tr style="color:black;"><th>OrderId</th><th>CREATION_DATE </th><th>BILLING_DATE</th><th>DELIVERED_ON</th><th>SCANNED_IN_ON</th><th>Transaction_id</th><th>master_order_id</th><th>airwaybill_no</th><th>statusSubGroupp</th><th>statusName</th><th>customer_id</th><th>customer_name</th><th>Item_Id</th><th>brand</th><th>model_name</th><th>model_number</th><th>color</th><th>selling_price</th><th>Quantity</th><th>total_price</th><th>invoice_number</th><th>igstrate</th><th>cgstrate</th><th>sgstrate</th></tr></thead><tbody>#foreach($pbsr in $partnerBillingSummaryReports )<tr><td>$pbsr.getId()</td><td>$pbsr.getCreateTimestamp().format($datehiphenFormatter)</td>#if($pbsr.getBillingTimestamp())<td>$pbsr.getBillingTimestamp().format($datehiphenFormatter)</td>#else<td>--</td>#end#if($pbsr.getDeliveryTimestamp())<td>$pbsr.getDeliveryTimestamp().format($datehiphenFormatter)</td>#else<td>--</td>#end#if($pbsr.getPartnerGrnTimestamp())<td>$pbsr.getPartnerGrnTimestamp().format($datehiphenFormatter)</td>#else<td>--</td>#end<td>$pbsr.getTransactionId()</td><td>$pbsr.getLogisticsTransactionId()</td><td>$pbsr.getAirwayBillNumber()</td><td>$pbsr.getStatusSubGroup()</td><td>$pbsr.getStatusName()</td><td>$pbsr.getRetailerId()</td><td>$pbsr.getRetailerName()</td><td>$pbsr.getItemId()</td><td>$pbsr.getBrand()</td><td>$pbsr.getModelName()</td><td>$pbsr.getModelNumber()</td><td>$pbsr.getColor()</td><td>$pbsr.getUnitPrice()</td><td>$pbsr.getQuantity()</td><td>$pbsr.getTotalPrice()</td><td>$pbsr.getInvoiceNumber()</td><td>$pbsr.getIgstRate()</td><td>$pbsr.getCgstRate()</td><td>$pbsr.getSgstRate()</td></tr>#end</tbody></table></div></section><script>var dtable = $('#partnerBillingSummaryReports').DataTable({"scrollX": true,"bPaginate": true,"bLengthChange": true,"bFilter": true,"bInfo": false,"bAutoWidth": false,});</script>