Subversion Repositories SmartDukaan

Rev

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

Rev 28344 Rev 28350
Line 59... Line 59...
59
							<th>Order Item Id</th>
59
							<th>Order Item Id</th>
60
							<th>Item Id</th>
60
							<th>Item Id</th>
61
							<th>Item Details</th>
61
							<th>Item Details</th>
62
							<th>Selling Price</th>
62
							<th>Selling Price</th>
63
							<th>Order Item Status</th>
63
							<th>Order Item Status</th>
64
							<th>Created on</th> #if($isAdmin)
64
							<th>Created on</th> #if(!$isAdmin)
-
 
65
							<th>Verified On</th> #end #if($isAdmin)
65
							<th>Actions</th>
66
							<th>Actions</th>
66
							<th></th>#else
67
							<th></th>#else
67
							<th>Actions</th> #end
68
							<th>Actions</th> #end
68
						</tr>
69
						</tr>
69
					</thead>
70
					</thead>
Line 93... Line 94...
93
							<td>$request.getItemId()</td>
94
							<td>$request.getItemId()</td>
94
							<td>$request.getItemName()</td>
95
							<td>$request.getItemName()</td>
95
							<td>$request.getSellingPrice()</td>
96
							<td>$request.getSellingPrice()</td>
96
							<td>$request.getStatus()</td>
97
							<td>$request.getStatus()</td>
97
							<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
98
							<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
-
 
99
							#if(!$isAdmin) #if($request.getVerifiedTimestamp())
-
 
100
							<td>$request.getVerifiedTimestamp().format($dateTimeFormatter)</td>
-
 
101
							#else
98
							#if(!$isAdmin)
102
							<td></td> #end #end #if(!$isAdmin)
99
							#if($inventoryMap.get($request.getItemId()).getAvailability()>0)
103
							#if($inventoryMap.get($request.getItemId()).getAvailability()>0)
100
							<td>
104
							<td>
101
 
105
 
102
								<button class="btn btn-primary add-bag-submit"
106
								<button class="btn btn-primary add-bag-submit"
103
									data-toggle="modal" data-target="#bagModel" type="button"
107
									data-toggle="modal" data-target="#bagModel" type="button"
104
									style="width: 100%; border-radius: 0px;">Add To Bag</button>
108
									style="width: 100%; border-radius: 0px;">Add To Bag</button>
105
							</td> #else
109
							</td> #else
106
							<td style="font-color: red">Out of Stock</td> #end #else
110
							<td style="font-color: red">Out of Stock</td> #end #else
107
							<td>
111
							<td>
108
								<button class="btn btn-primary verify-order-item"
112
								<button class="btn btn-primary verify-order-item"
109
									data-toggle="modal" type="button"
113
									data-poitemid="$request.getId()" type="button"
110
									style="width: 100%; border-radius: 0px;">Mark Verify</button>
114
									style="width: 100%; border-radius: 0px;">Mark Verify</button>
111
							</td>
115
							</td>
112
							<td>
116
							<td>
113
								<button class="btn btn-primary cancel-order-item"
117
								<button class="btn btn-primary cancel-order-item"
114
									data-toggle="modal" type="button"
118
									data-toggle="modal" type="button"