Subversion Repositories SmartDukaan

Rev

Rev 28339 | Rev 28377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28339 Rev 28344
Line 26... Line 26...
26
 
26
 
27
<section class="wrapper">
27
<section class="wrapper">
28
	<div class="row">
28
	<div class="row">
29
		<div class="col-lg-12">
29
		<div class="col-lg-12">
30
			<h3 class="page-header">
30
			<h3 class="page-header">
31
				<i class="icon_document_alt"></i>UNSETTLED Order
31
				<i class="icon_document_alt"></i>Raise Claim
32
			</h3>
32
			</h3>
33
			<ol class="breadcrumb">
33
			<ol class="breadcrumb">
34
				<li><i class="fa fa-home"></i><a
34
				<li><i class="fa fa-home"></i><a
35
					href="${rc.contextPath}/dashboard">Home</a></li>
35
					href="${rc.contextPath}/dashboard">Home</a></li>
36
				<li><i class="icon_document_alt"></i>UNSETTLED ORDER</li>
36
				<li><i class="icon_document_alt"></i>Raise Claim</li>
37
			</ol>
37
			</ol>
38
		</div>
38
		</div>
39
	</div>
39
	</div>
40
 
40
 
41
 
41
 
Line 52... Line 52...
52
					<th>Mobile</th>
52
					<th>Mobile</th>
53
					<th>Order Status</th>
53
					<th>Order Status</th>
54
					<th>Pay Mode</th>
54
					<th>Pay Mode</th>
55
					<th>Pay Method</th>
55
					<th>Pay Method</th>
56
 
56
 
57
					<th>Order ItemId</th>
57
					<th>Order Item Id</th>
58
					<th>Item Id</th>
58
					<th>Item Id</th>
59
					<th>item details</th>
59
					<th>Item Details</th>
60
					<th>Selling Price</th>
60
					<th>Selling Price</th>
61
					<th>Order Item Status</th>
61
					<th>Order Item Status</th>
62
					<th>Created on</th>
62
					<th>Created on</th>
63
					<th>Actions</th>
63
					<th>Actions</th>
64
				</tr>
64
				</tr>
Line 70... Line 70...
70
					<td>$request.getOrderId()</td>
70
					<td>$request.getOrderId()</td>
71
					<td>$request.getPendingOrder().getCustomer().getFirstName()</td>
71
					<td>$request.getPendingOrder().getCustomer().getFirstName()</td>
72
					<td>$request.getPendingOrder().getCustomer().getLastName()</td>
72
					<td>$request.getPendingOrder().getCustomer().getLastName()</td>
73
					<td>$request.getPendingOrder().getCustomer().getMobileNumber()</td>
73
					<td>$request.getPendingOrder().getCustomer().getMobileNumber()</td>
74
					<td>$request.getPendingOrder().getStatus()</td>
74
					<td>$request.getPendingOrder().getStatus()</td>
75
					<td>$request.getPendingOrder().getPayMethod()</td>
75
					<td>$request.getPendingOrder().getPayMethodDescription()</td>
76
					#if($request.getPendingOrder().getTotalAmount() ==
76
					#if($request.getPendingOrder().getTotalAmount() ==
77
					$request.getPendingOrder().getPaidAmount())
77
					$request.getPendingOrder().getPaidAmount())
78
					<td>ONLINE</td> #else
78
					<td>ONLINE</td> #else
79
					<td>OFFLINE</td> #end
79
					<td>OFFLINE</td> #end
80
					<td>$request.getId()</td>
80
					<td>$request.getId()</td>