Subversion Repositories SmartDukaan

Rev

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

Rev 24761 Rev 24762
Line 67... Line 67...
67
	    						<th>Customer Name </th>
67
	    						<th>Customer Name </th>
68
	    						<th>Mobile</th>
68
	    						<th>Mobile</th>
69
	    						<th>Amount</th>
69
	    						<th>Amount</th>
70
	    						<th>Quantity</th>
70
	    						<th>Quantity</th>
71
	    						<th>Created Timestamp</th>
71
	    						<th>Created Timestamp</th>
72
	    						<th>Refund Timestamp</th>
72
	    						
73
	    					</tr>
73
	    					</tr>
74
	    						
74
	    						
75
				        </thead>
75
				        </thead>
76
	    				<tbody>
76
	    				<tbody>
77
	    					
77
	    					
78
	    				#if(!$order.isEmpty())
78
	    				#if(!$order.isEmpty())
79
		    					 #foreach($pendingorderDetail in $pendingPaymentorder )
79
		    					 #foreach($pendingorderDetail in $pendingPaymentorder )
-
 
80
		    					 #if(!($pendingorderDetail.getRefundTimestamp()) && $pendingorderDetail.getWalletAmount()>0)
80
		    					 	<tr>
81
		    					 	<tr>
81
		    					 		#if(!($pendingorderDetail.getRefundTimestamp()) && $pendingorderDetail.getWalletAmount()>0)
82
		    					 		
82
	    							     <td>$pendingorderDetail.getLineItem().getItemId()</td>
83
	    							     <td>$pendingorderDetail.getLineItem().getItemId()</td>
83
		    					       	<td>$pendingorderDetail.getId()</td>
84
		    					       	<td>$pendingorderDetail.getId()</td>
84
		    					 		<td>$pendingorderDetail.getLineItem().getItem().getItemDescription()</td>
85
		    					 		<td>$pendingorderDetail.getLineItem().getItem().getItemDescription()</td>
85
		    					 		<td>$pendingorderDetail.getRetailerName()</td>
86
		    					 		<td>$pendingorderDetail.getRetailerName()</td>
86
                                        <td>$pendingorderDetail.getRetailerMobileNumber()</td>		
87
                                        <td>$pendingorderDetail.getRetailerMobileNumber()</td>		
87
                                        <td>$pendingorderDetail.getTotalAmount()</td>
88
                                        <td>$pendingorderDetail.getTotalAmount()</td>
88
                                        <td>$pendingorderDetail.getLineItem().getQuantity()</td>	
89
                                        <td>$pendingorderDetail.getLineItem().getQuantity()</td>	
89
                                        <td>$pendingorderDetail.getCreateTimestamp().format($dateTimeFormatter)</td>
90
                                        <td>$pendingorderDetail.getCreateTimestamp().format($dateTimeFormatter)</td>
90
                                        #if($pendingorderDetail.getRefundTimestamp())
-
 
91
                                         <td>$pendingorderDetail.getRefundTimestamp().format($dateTimeFormatter)</td>	
-
 
92
                                        #else
-
 
93
                                        <td>null</td>
-
 
94
                                        #end
91
                                    
95
                                        #end
92
                                       
96
                                        				 
93
                                        				 
97
	    					</tr>
94
	    					</tr>
-
 
95
	    					 #end
98
	    					#end
96
	    					#end
99
	    					#end
97
	    					#end
100
	    				</tbody>
98
	    				</tbody>
101
	    			</table>
99
	    			</table>
102
	    		</div>
100
	    		</div>
Line 118... Line 116...
118
	    						<th>OrderId</th>
116
	    						<th>OrderId</th>
119
	    						<th>Description</th>
117
	    						<th>Description</th>
120
	    						<th>Customer Name </th>
118
	    						<th>Customer Name </th>
121
	    						<th>Mobile</th>
119
	    						<th>Mobile</th>
122
	    						<th>Cancel Order</th>
120
	    						<th>Cancel Order</th>
123
	    						<th>Keep a Tap </th>
121
	    						<th>Keep a Tab </th>
124
	    						
122
	    						
125
	    					</tr>	
123
	    					</tr>	
126
	    						
124
	    						
127
				        </thead>
125
				        </thead>
128
	    				<tbody>
126
	    				<tbody>