Subversion Repositories SmartDukaan

Rev

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

Rev 24089 Rev 24753
Line 7... Line 7...
7
				<th>Retailer Name</th>
7
				<th>Retailer Name</th>
8
				<th>Email</th>
8
				<th>Email</th>
9
				<th>City</th>
9
				<th>City</th>
10
				<th>State</th>
10
				<th>State</th>
11
				<th>Transaction Reference</th>
11
				<th>Transaction Reference</th>
-
 
12
				<th>Bank Name</th>
12
				<th>Reference Date</th>
13
				<th>Reference Date</th>
13
				<th>Amount</th>
14
				<th>Amount</th>
14
				<th>Created On</th>
15
				<th>Created On</th>
15
				<th>Updated On </th>
16
				<th>Updated On </th>
16
				#if($rStatus == "pending")
17
				#if($rStatus == "pending")
Line 25... Line 26...
25
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getBusinessName()</td>
26
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getBusinessName()</td>
26
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getEmail()</td>
27
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getEmail()</td>
27
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().city</td>
28
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().city</td>
28
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().state</td>
29
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().state</td>
29
	    					<td>$request.getTransaction_reference()</td>
30
	    					<td>$request.getTransaction_reference()</td>
-
 
31
	    					#if($request.getBank_name())
-
 
32
			    					<td>$request.getBank_name()</td>
-
 
33
			    					#else
-
 
34
			    					<td> null</td>
-
 
35
			    			#end
30
	    					<td>$request.getReference_date()</td>
36
	    					<td>$request.getReference_date()</td>
31
	    					<td>$request.getAmount()</td>
37
	    					<td>$request.getAmount()</td>
32
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
38
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
33
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
39
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
34
	    					#if($request.getStatus()=="pending")
40
	    					#if($request.getStatus()=="pending")