Subversion Repositories SmartDukaan

Rev

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

Rev 32756 Rev 33437
Line 54... Line 54...
54
                        <th>Order Status</th>
54
                        <th>Order Status</th>
55
                        <th>Pay Method</th>
55
                        <th>Pay Method</th>
56
                        <th>Pay Mode</th>
56
                        <th>Pay Mode</th>
57
                        <th>Order Item Id</th>
57
                        <th>Order Item Id</th>
58
                        <th>Item Id</th>
58
                        <th>Item Id</th>
-
 
59
                        <th>Quantity</th>
59
                        <th>Item Details</th>
60
                        <th>Item Details</th>
60
                        <th>Selling Price</th>
61
                        <th>Selling Price</th>
61
                        <th>Order Item Status</th>
62
                        <th>Order Item Status</th>
62
                        <th>Created on</th>
63
                        <th>Created on</th>
63
                        <th>Verified On</th>
64
                        <th>Verified On</th>
64
 
-
 
-
 
65
                        <th>Insurance Name</th>
-
 
66
                        <th>Insurance Price</th>
65
                        <th>Actions</th>
67
                        <th>Actions</th>
66
                    </tr>
68
                    </tr>
67
                    </thead>
69
                    </thead>
68
                    <tbody>
70
                    <tbody>
69
                        #if(!$pendingOrderItems.isEmpty())
71
                        #if(!$pendingOrderItems.isEmpty())
Line 85... Line 87...
85
                                    <td>ONLINE</td> #else
87
                                    <td>ONLINE</td> #else
86
                                    <td>OFFLINE</td> #end
88
                                    <td>OFFLINE</td> #end
87
 
89
 
88
                                <td>$pendingOrderItem.getId()</td>
90
                                <td>$pendingOrderItem.getId()</td>
89
                                <td>$pendingOrderItem.getItemId()</td>
91
                                <td>$pendingOrderItem.getItemId()</td>
-
 
92
                                <td>$pendingOrderItem.getQuantity()</td>
90
                                <td>$pendingOrderItem.getItemName()</td>
93
                                <td>$pendingOrderItem.getItemName()</td>
91
                                <td>$pendingOrderItem.getSellingPrice()</td>
94
                                <td>$pendingOrderItem.getSellingPrice()</td>
92
                                <td>$pendingOrderItem.getStatus()</td>
95
                                <td>$pendingOrderItem.getStatus()</td>
93
                                <td>$pendingOrderItem.getCreateTimestamp().format($dateTimeFormatter)</td>
96
                                <td>$pendingOrderItem.getCreateTimestamp().format($dateTimeFormatter)</td>
94
                                #if($pendingOrderItem.getVerifiedTimestamp())
97
                                #if($pendingOrderItem.getVerifiedTimestamp())
95
                                    <td>$pendingOrderItem.getVerifiedTimestamp().format($dateTimeFormatter)</td>
98
                                    <td>$pendingOrderItem.getVerifiedTimestamp().format($dateTimeFormatter)</td>
96
                                #else
99
                                #else
97
                                    <td></td> #end
100
                                    <td></td> #end
98
 
101
 
-
 
102
                                #if($pendingOrderPlansMap.get($pendingOrderItem.getId()))
-
 
103
                                    <td>$pendingOrderPlansMap.get($pendingOrderItem.getId()).get(0).getPlanName()</td>
-
 
104
                                    <td>$pendingOrderPlansMap.get($pendingOrderItem.getId()).get(0).getPremiumPrice()</td>
-
 
105
                                #else
-
 
106
                                    <td></td>
-
 
107
                                    <td></td>
-
 
108
                                #end
99
                                #if($inventoryMap.get($pendingOrderItem.getItemId()).getAvailability()>0)
109
                                #if($inventoryMap.get($pendingOrderItem.getItemId()).getAvailability()>0)
100
                                    <td>
110
                                    <td>
101
 
111
 
102
                                        <button class="btn btn-primary add-bag-submit"
112
                                        <button class="btn btn-primary add-bag-submit"
103
                                                data-toggle="modal" data-target="#bagModel" type="button"
113
                                                data-toggle="modal" data-target="#bagModel" type="button"