| Line 1... |
Line 1... |
| 1 |
<section class="wrapper">
|
1 |
<section class="wrapper">
|
| 2 |
<div class="row">
|
2 |
<div class="row">
|
| 3 |
<div class="col-lg-12">
|
3 |
<div class="col-lg-12">
|
| 4 |
<h3 class="page-header"><i class="icon_document_alt"></i>ORDER STATUS SUMMARY REPORT</h3>
|
4 |
<h3 class="page-header"><i class="icon_document_alt"></i>#springMessage("reportorderstatus.orderstatussummaryreport")</h3>
|
| 5 |
<ol class="breadcrumb">
|
5 |
<ol class="breadcrumb">
|
| 6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
|
6 |
<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">#springMessage("reportorderstatus.home")</a></li>
|
| 7 |
<li><i class="icon_document_alt"></i>Order Status Summary Report</li>
|
7 |
<li><i class="icon_document_alt"></i>#springMessage("reportorderstatus.orderstatussummaryreport")</li>
|
| 8 |
</ol>
|
8 |
</ol>
|
| 9 |
</div>
|
9 |
</div>
|
| 10 |
</div>
|
10 |
</div>
|
| 11 |
<div class="row col-lg-12" style="float: right;">
|
11 |
<div class="row col-lg-12" style="float: right;">
|
| 12 |
|
12 |
|
| 13 |
<button type="submit" class="download-pending-indent-report">Download Report </button>
|
13 |
<button type="submit" class="download-pending-indent-report">#springMessage("reportorderstatus.downloadreport") </button>
|
| 14 |
</div>
|
14 |
</div>
|
| 15 |
|
15 |
|
| 16 |
<div class="col-lg-12">
|
16 |
<div class="col-lg-12">
|
| 17 |
<table class="table table-border table-condensed table-bordered" id="pendingIndentReport" style="width:100%">
|
17 |
<table class="table table-border table-condensed table-bordered" id="pendingIndentReport" style="width:100%">
|
| 18 |
|
18 |
|
| 19 |
<thead class="row htable" style="background:#F5F5F5;">
|
19 |
<thead class="row htable" style="background:#F5F5F5;">
|
| 20 |
|
20 |
|
| 21 |
<tr style="color:black;">
|
21 |
<tr style="color:black;">
|
| 22 |
<th>Transaction Id</th>
|
22 |
<th>#springMessage("reportorderstatus.transactionid")</th>
|
| 23 |
<th> Order Id</th>
|
23 |
<th> #springMessage("reportorderstatus.orderid")</th>
|
| 24 |
<th>Created_At</th>
|
24 |
<th>#springMessage("reportorderstatus.createdat")</th>
|
| 25 |
<th>Item_Id</th>
|
25 |
<th>#springMessage("reportorderstatus.itemid")</th>
|
| 26 |
<th> Brand</th>
|
26 |
<th> #springMessage("reportorderstatus.brand")</th>
|
| 27 |
<th> Model Name</th>
|
27 |
<th> #springMessage("reportorderstatus.modelname")</th>
|
| 28 |
<th>Model Number</th>
|
28 |
<th>#springMessage("reportorderstatus.modelnumber")</th>
|
| 29 |
<th>Color</th>
|
29 |
<th>#springMessage("reportorderstatus.color")</th>
|
| 30 |
<th> Quantity</th>
|
30 |
<th> #springMessage("reportorderstatus.quantity")</th>
|
| 31 |
<th>Unit Price</th>
|
31 |
<th>#springMessage("reportorderstatus.unitprice")</th>
|
| 32 |
<th> Wallet Deduction</th>
|
32 |
<th> #springMessage("reportorderstatus.walletdeduction")</th>
|
| 33 |
<th>Status </th>
|
33 |
<th>#springMessage("reportorderstatus.status") </th>
|
| 34 |
<th>Invoice Number</th>
|
34 |
<th>#springMessage("reportorderstatus.invoicenumber")</th>
|
| 35 |
<th>Billing Timestamp</th>
|
35 |
<th>#springMessage("reportorderstatus.billingtimestamp")</th>
|
| 36 |
</tr>
|
36 |
</tr>
|
| 37 |
</thead>
|
37 |
</thead>
|
| 38 |
<tbody>
|
38 |
<tbody>
|
| 39 |
#foreach($pendingIndentReport in $pendingIndentReports )
|
39 |
#foreach($pendingIndentReport in $pendingIndentReports )
|
| 40 |
<tr>
|
40 |
<tr>
|