Subversion Repositories SmartDukaan

Rev

Rev 18341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18341 Rev 18583
Line 3... Line 3...
3
        <thead>
3
        <thead>
4
            <tr>
4
            <tr>
5
                <th>Tr Id</th>
5
                <th>Tr Id</th>
6
                <th>Order Id</th>
6
                <th>Order Id</th>
7
                <th>Item</th>
7
                <th>Item</th>
-
 
8
                <th>Qty</th>
8
                <th>Created</th>
9
                <th>Created</th>
9
                <th>Amount</th>
10
                <th>Amount</th>
10
                <th>Status</th>
11
                <th>Status</th>
11
                <th>Mobile No</th>
12
                <th>Mobile No</th>
12
            </tr>
13
            </tr>
Line 30... Line 31...
30
						$action.getOldOrderId($order.getId()))
31
						$action.getOldOrderId($order.getId()))
31
						</a>
32
						</a>
32
					#end
33
					#end
33
                </td>
34
                </td>
34
                <td class="truncated-text" truncatedTextWidth="400">$action.getProductName($order.getLineitems().get(0))</td>
35
                <td class="truncated-text" truncatedTextWidth="400">$action.getProductName($order.getLineitems().get(0))</td>
-
 
36
                <td>$order.getLineitems().get(0).getQuantity()</td>
35
                <td class="truncated-text" truncatedTextWidth="135">$action.convertDate($order.getCreated_timestamp())</td>
37
                <td class="truncated-text" truncatedTextWidth="135">$action.convertDate($order.getCreated_timestamp())</td>
36
                <td>$order.getTotal_amount()</td>
38
                <td>$order.getTotal_amount()</td>
37
                <td class="truncated-text" truncatedTextWidth="140">$order.getStatus().toString()</td>
39
                <td class="truncated-text" truncatedTextWidth="140">$order.getStatus().toString()</td>
38
                <td>$order.getCustomer_mobilenumber()</td>
40
                <td>$order.getCustomer_mobilenumber()</td>
39
            </tr>
41
            </tr>