Subversion Repositories SmartDukaan

Rev

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

Rev 4267 Rev 4277
Line 158... Line 158...
158
                <th>Created</th>
158
                <th>Created</th>
159
                <th>Amount</th>
159
                <th>Amount</th>
160
                <th>Mobile No</th>
160
                <th>Mobile No</th>
161
                <th>Shipping Address</th>
161
                <th>Shipping Address</th>
162
                <th>Expected delivery</th>
162
                <th>Expected delivery</th>
163
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
163
                #if($ticket.getCategory().name().equals("COD_VERIFICATION") || $ticket.getCategory().name().equals("ORDER_CANCELLATION"))
164
                <th></th>
164
                <th></th>
165
                <th></th>
165
                <th></th>
166
                #elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
166
                #elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
167
                <th>Promised delivery</th>
167
                <th>Promised delivery</th>
168
                <th>Delay reason</th>
168
                <th>Delay reason</th>
Line 189... Line 189...
189
                <td class="truncated-text-for-order-table">$action.getAddress($order)</td>
189
                <td class="truncated-text-for-order-table">$action.getAddress($order)</td>
190
                <td class="truncated-text-for-order-table">$action.convertDate($order.getExpected_delivery_time())</td>
190
                <td class="truncated-text-for-order-table">$action.convertDate($order.getExpected_delivery_time())</td>
191
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
191
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
192
                <td ><input type="button" value="Verify COD" ticketId="$ticketId" orderId="$orderId" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-order-status CODButton"/> </td>
192
                <td ><input type="button" value="Verify COD" ticketId="$ticketId" orderId="$orderId" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-order-status CODButton"/> </td>
193
                <td ><input type="button" value="Cancel order" ticketId="$ticketId" orderId="$orderId" orderStatus="CANCELED" class="display-cancel-order-popup CODButton"/> </td>
193
                <td ><input type="button" value="Cancel order" ticketId="$ticketId" orderId="$orderId" orderStatus="CANCELED" class="display-cancel-order-popup CODButton"/> </td>
-
 
194
				#elseif($ticket.getCategory().name().equals("ORDER_CANCELLATION"))
-
 
195
				<td ><input type="button" value="Confirm" ticketId="$ticketId" orderId="$orderId" orderStatus="CANCEL_REQUEST_CONFIRMED" class="update-order-status CODButton"/> </td>
-
 
196
                <td ><input type="button" value="Deny" ticketId="$ticketId" orderId="$orderId" orderStatus="DENY_CANCEL_REQUEST" class="update-order-status CODButton"/> </td>
194
                #elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
197
                #elseif($ticket.getCategory().name().equals("DELAYED_DELIVERY"))
195
                <td class="truncated-text-for-order-table">$action.convertDate($order.getPromised_delivery_time())</td>
198
                <td class="truncated-text-for-order-table">$action.convertDate($order.getPromised_delivery_time())</td>
196
                <td class="truncated-text-for-order-table">$order.getDelayReason().name()</td>
199
                <td class="truncated-text-for-order-table">$order.getDelayReason().name()</td>
197
                #end
200
                #end
198
            </tr>
201
            </tr>