Subversion Repositories SmartDukaan

Rev

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

Rev 23956 Rev 23985
Line 45... Line 45...
45
	    					<th>Retailer Id</th>
45
	    					<th>Retailer Id</th>
46
	    					<th>Retailer Name</th>
46
	    					<th>Retailer Name</th>
47
	    					<th>Email</th>
47
	    					<th>Email</th>
48
	    					<th>City</th>
48
	    					<th>City</th>
49
	    					<th>State</th>
49
	    					<th>State</th>
-
 
50
	    					<th>Mobile</th>
50
	    					<th>Transaction Reference</th>
51
	    					<th>Transaction Reference</th>
51
	    					<th>Amount</th>
52
	    					<th>Amount</th>
52
	    					<th>Created On</th>
53
	    					<th>Created On</th>
53
	    					<th>Updated On </th>
54
	    					<th>Updated On </th>
54
	    					#if($rStatus == "pending")
55
	    					#if($rStatus == "pending")
55
	    					<th>Status</th>
56
	    					<th colspan = 2>Status</th>
56
	    					#end
57
	    					#end
57
	    				</tr>
58
	    				</tr>
58
	    					#if(!$walletRequest.isEmpty())
59
	    					#if(!$walletRequest.isEmpty())
59
			    			#foreach( $request in $walletRequest )
60
			    			#foreach( $request in $walletRequest )
60
			    				<tr class="add-wallet" data="$request.getId()">
61
			    				<tr class="add-wallet" data="$request.getId()">
61
			    					<td>$request.getRetailerId()</td>
62
			    					<td>$request.getRetailerId()</td>
62
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getBusinessName()</td>
63
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getBusinessName()</td>
63
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getEmail()</td>
64
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getEmail()</td>
64
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().city</td>
65
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().city</td>
65
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().state</td>
66
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().state</td>
-
 
67
			    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getMobileNumber()</td>
66
			    					<td>$request.getTransaction_reference()</td>
68
			    					<td>$request.getTransaction_reference()</td>
67
			    					<td>$request.getAmount()</td>
69
			    					<td>$request.getAmount()</td>
68
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
70
			    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
69
			    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
71
			    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
70
			    					#if($request.getStatus()=="pending")
72
			    					#if($request.getStatus()=="pending")
71
			    					<td><button class="btn btn-primary approve" data-requestid="$request.getId()"  type="button" style="width:100%;border-radius:0px;">Approve</button>
73
			    					<td><button class="btn btn-primary approve" data-requestid="$request.getId()"  type="button" style="width:100%;border-radius:0px;">Approve</button>
72
								     </td>
74
								     </td>
-
 
75
								     <td><button class="btn btn-primary rejected" data-requestid="$request.getId()"  type="button" style="width:100%;border-radius:0px;">Reject</button>
-
 
76
								     </td>
73
			    					#end	
77
			    					#end	
74
			    				</tr>	
78
			    				</tr>	
75
			    	   #end
79
			    	   #end
76
		    			#else
80
		    			#else
77
		    				<tr>
81
		    				<tr>