| Line 260... |
Line 260... |
| 260 |
<table id="order-table" class="display">
|
260 |
<table id="order-table" class="display">
|
| 261 |
<thead>
|
261 |
<thead>
|
| 262 |
<tr>
|
262 |
<tr>
|
| 263 |
<th>Order Id</th>
|
263 |
<th>Order Id</th>
|
| 264 |
<th>Product</th>
|
264 |
<th>Product</th>
|
| 265 |
<th>Quantity</th>
|
265 |
<th>Qty</th>
|
| 266 |
<th>Amount</th>
|
266 |
<th>Amount</th>
|
| 267 |
<th>Expected delivery</th>
|
267 |
<th>Expected delivery</th>
|
| 268 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
268 |
#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
|
| 269 |
#else
|
269 |
#else
|
| 270 |
<th>Created</th>
|
270 |
<th>Created</th>
|
| Line 311... |
Line 311... |
| 311 |
<td>$order.getTotal_amount()</td>
|
311 |
<td>$order.getTotal_amount()</td>
|
| 312 |
<td class="truncated-text" truncatedTextWidth="250">$action.convertDate($order.getExpected_delivery_time())</td>
|
312 |
<td class="truncated-text" truncatedTextWidth="250">$action.convertDate($order.getExpected_delivery_time())</td>
|
| 313 |
<td class="center-aligned"><input type="button" value="Verify COD" ticketId="$ticketId" orderId="$orderId" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-order-status CODButton"/> </td>
|
313 |
<td class="center-aligned"><input type="button" value="Verify COD" ticketId="$ticketId" orderId="$orderId" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-order-status CODButton"/> </td>
|
| 314 |
<td class="center-aligned"><input type="button" value="Cancel order" ticketId="$ticketId" orderId="$orderId" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
|
314 |
<td class="center-aligned"><input type="button" value="Cancel order" ticketId="$ticketId" orderId="$orderId" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
|
| 315 |
#else
|
315 |
#else
|
| 316 |
<td class="truncated-text-for-order-table">$action.getProductName($order.getLineitems().get(0))</td>
|
316 |
<td class="truncated-text" truncatedTextWidth="400">$action.getProductName($order.getLineitems().get(0))</td>
|
| - |
|
317 |
<td>$order.getLineitems().get(0).getQuantity()</td>
|
| 317 |
<td>$order.getTotal_amount()</td>
|
318 |
<td>$order.getTotal_amount()</td>
|
| 318 |
<td class="truncated-text-for-order-table">$action.convertDate($order.getExpected_delivery_time())</td>
|
319 |
<td class="truncated-text-for-order-table">$action.convertDate($order.getExpected_delivery_time())</td>
|
| 319 |
<td>$order.getCustomer_mobilenumber()</td>
|
320 |
<td>$order.getCustomer_mobilenumber()</td>
|
| 320 |
<td class="truncated-text-for-order-table">$action.getAddress($order)</td>
|
321 |
<td class="truncated-text-for-order-table">$action.getAddress($order)</td>
|
| 321 |
#end
|
322 |
#end
|