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 32767
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>SETTLED ORDER
31
				<i class="icon_document_alt"></i>#springMessage("onlineordersettled.settledorder")
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("onlineordersettled.home")</a></li>
36
				<li><i class="icon_document_alt"></i>SETTLED ORDER</li>
36
				<li><i class="icon_document_alt"></i>#springMessage("onlineordersettled.settledorder")</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("onlineordersettled.orderid")</th>
49
					<th>First Name</th>
49
					<th>#springMessage("onlineordersettled.firstname")</th>
50
					<th>Last Name</th>
50
					<th>#springMessage("onlineordersettled.lastname")</th>
51
					<th>Mobile</th>
51
					<th>#springMessage("onlineordersettled.mobile")</th>
52
					<th>Order Status</th>
52
					<th>#springMessage("onlineordersettled.orderstatus")</th>
53
					<th>Pay Mode</th>
53
					<th>#springMessage("onlineordersettled.paymode")</th>
54
					<th>Pay Method</th>
54
					<th>#springMessage("onlineordersettled.paymethod")</th>
55
					<th>Order Item Id</th>
55
					<th>#springMessage("onlineordersettled.orderitemid")</th>
56
					<th>Item Id</th>
56
					<th>#springMessage("onlineordersettled.itemid")</th>
57
					<th>Item Details</th>
57
					<th>#springMessage("onlineordersettled.itemdetails")</th>
58
					<th>Selling Price</th>
58
					<th>#springMessage("onlineordersettled.sellingprice")</th>
59
					<th>Order Item Status</th>
59
					<th>#springMessage("onlineordersettled.orderitemstatus")</th>
60
					<th>Created on</th>
60
					<th>#springMessage("onlineordersettled.createdon")</th>
61
					<th>Billed on</th>
61
					<th>#springMessage("onlineordersettled.billedon")</th>
62
					<th>Delivered on</th>
62
					<th>#springMessage("onlineordersettled.deliveredon")</th>
63
 
63
 
64
				</tr>
64
				</tr>
65
			</thead>
65
			</thead>
66
			<tbody>
66
			<tbody>
67
				#if(!$pendingOrder.isEmpty()) #foreach( $request in
67
				#if(!$pendingOrder.isEmpty()) #foreach( $request in
Line 102... Line 102...
102
						});
102
						});
103
					});
103
					});
104
				</script>
104
				</script>
105
				#else
105
				#else
106
				<tr>
106
				<tr>
107
					<td colspan="12" style="text-align: center;">NO MATCHING DATA
107
					<td colspan="12" style="text-align: center;">#springMessage("onlineordersettled.nodataavailableintable")</td>
108
						FOUND FOR CRITERIA</td>
-
 
109
				</tr>
108
				</tr>
110
				#end
109
				#end
111
			</tbody>
110
			</tbody>
112
		</table>
111
		</table>
113
	</div>
112
	</div>