Subversion Repositories SmartDukaan

Rev

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

Rev 23993 Rev 24089
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>Reference Date</th>
12
				<th>Amount</th>
13
				<th>Amount</th>
13
				<th>Created On</th>
14
				<th>Created On</th>
14
				<th>Updated On </th>
15
				<th>Updated On </th>
15
				#if($rStatus == "pending")
16
				#if($rStatus == "pending")
16
				<th>Status</th>
17
				<th>Status</th>
Line 24... Line 25...
24
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getBusinessName()</td>
25
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getBusinessName()</td>
25
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getEmail()</td>
26
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getEmail()</td>
26
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().city</td>
27
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().city</td>
27
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().state</td>
28
	    					<td>$fofoIdsAndRetailerName.get($request.getRetailerId()).getAddress().state</td>
28
	    					<td>$request.getTransaction_reference()</td>
29
	    					<td>$request.getTransaction_reference()</td>
-
 
30
	    					<td>$request.getReference_date()</td>
29
	    					<td>$request.getAmount()</td>
31
	    					<td>$request.getAmount()</td>
30
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
32
	    					<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
31
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
33
	    					<td>$request.getUpdateTimestamp().format($dateTimeFormatter)</td>
32
	    					#if($request.getStatus()=="pending")
34
	    					#if($request.getStatus()=="pending")
33
	    					<td><button class="btn btn-primary approve"  data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>
35
	    					<td><button class="btn btn-primary approve"  data-requestid="$request.getId()" type="button" style="width:100%;border-radius:0px;">Approve</button>