Subversion Repositories SmartDukaan

Rev

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

Rev 28415 Rev 32769
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>Pending Claim
31
				<i class="icon_document_alt"></i>#springMessage("onlineorderpendingclaim.pendingclaim")
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">#springMessage("onlineorderpendingclaim.home")</a></li>
36
				<li><i class="icon_document_alt"></i>Pending Claim</li>
36
				<li><i class="icon_document_alt"></i>#springMessage("onlineorderpendingclaim.pendingclaim")</li>
37
			</ol>
37
			</ol>
38
		</div>
38
		</div>
39
	</div>
39
	</div>
40
 
40
 
41
 
41
 
Line 43... Line 43...
43
 
43
 
44
		<table class="table table-border table-condensed table-bordered"
44
		<table class="table table-border table-condensed table-bordered"
45
			id="pending-order-item">
45
			id="pending-order-item">
46
			<thead>
46
			<thead>
47
				<tr>
47
				<tr>
48
					<th>OrderId</th>
48
					<th>#springMessage("onlineorderpendingclaim.orderid")</th>
49
					<th>First Name</th>
49
					<th>#springMessage("onlineorderpendingclaim.firstname")</th>
50
					<th>Last Name</th>
50
					<th>#springMessage("onlineorderpendingclaim.lastname")</th>
51
					<th>Mobile</th>
51
					<th>#springMessage("onlineorderpendingclaim.mobile")</th>
52
					<th>Order Status</th> #if($customRetailersMap)
52
					<th>#springMessage("onlineorderpendingclaim.orderstatus")</th> #if($customRetailersMap)
53
					<th>Partner</th> #end
53
					<th>Partner</th> #end
54
					<th>Pay Mode</th>
54
					<th>#springMessage("onlineorderpendingclaim.paymode")</th>
55
					<th>Pay Method</th>
55
					<th>#springMessage("onlineorderpendingclaim.paymethod")</th>
56
 
56
 
57
					<th>Order Item Id</th>
57
					<th>#springMessage("onlineorderpendingclaim.orderitemid")</th>
58
					<th>Item Id</th>
58
					<th>#springMessage("onlineorderpendingclaim.itemid")</th>
59
					<th>Item Details</th>
59
					<th>#springMessage("onlineorderpendingclaim.itemdetails")</th>
60
					<th>Selling Price</th>
60
					<th>#springMessage("onlineorderpendingclaim.sellingprice")</th>
61
					<th>Order Item Status</th>
61
					<th>#springMessage("onlineorderpendingclaim.orderitemstatus")</th>
62
					<th>Created on</th>
62
					<th>#springMessage("onlineorderpendingclaim.createdon")</th>
63
					<th>Billed on</th>
63
					<th>#springMessage("onlineorderpendingclaim.billedon")</th>
64
					<th>Delivered on</th>
64
					<th>#springMessage("onlineorderpendingclaim.deliveredon")</th>
65
					<th>Claimed on</th>
65
					<th>#springMessage("onlineorderpendingclaim.claimedon")</th>
66
				</tr>
66
				</tr>
67
			</thead>
67
			</thead>
68
			<tbody>
68
			<tbody>
69
				#if(!$pendingOrder.isEmpty()) #foreach( $request in
69
				#if(!$pendingOrder.isEmpty()) #foreach( $request in
70
				$pendingOrderItem)
70
				$pendingOrderItem)
Line 111... Line 111...
111
						});
111
						});
112
					});
112
					});
113
				</script>
113
				</script>
114
				#else
114
				#else
115
				<tr>
115
				<tr>
116
					<td colspan="12" style="text-align: center;">NO MATCHING DATA
116
					<td colspan="12" style="text-align: center;">#springMessage("onlineorderpendingclaim.nodataavailableintable")</td>
117
						FOUND FOR CRITERIA</td>
-
 
118
				</tr>
117
				</tr>
119
				#end
118
				#end
120
			</tbody>
119
			</tbody>
121
		</table>
120
		</table>
122
	</div>
121
	</div>