Subversion Repositories SmartDukaan

Rev

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

Rev 23505 Rev 23528
Line 44... Line 44...
44
	    					<th>Request Id</th>
44
	    					<th>Request Id</th>
45
	    					<th>Operator</th>
45
	    					<th>Operator</th>
46
	    					<th>Operator Type</th>
46
	    					<th>Operator Type</th>
47
	    					<th>Number</th>
47
	    					<th>Number</th>
48
	    					<th>Amount</th>
48
	    					<th>Amount</th>
-
 
49
	    					<th>Commission</th>
49
	    					<th>Status</th>
50
	    					<th>Status</th>
50
	    					<th>Status Message</th>
51
	    					<th>Status Message</th>
51
	    					<th>Created On</th>
52
	    					<th>Created On</th>
52
	    					<th>Updated On</th>
53
	    					<th>Updated On</th>
53
	    				</tr>
54
	    				</tr>
Line 57... Line 58...
57
			    					<td>$rechargeTransaction.getRequestId()</td>
58
			    					<td>$rechargeTransaction.getRequestId()</td>
58
			    					<td>$rechargeOperatorIdRechargeOperatorNameMap.get($rechargeTransaction.getOperatorId())</td>
59
			    					<td>$rechargeOperatorIdRechargeOperatorNameMap.get($rechargeTransaction.getOperatorId())</td>
59
			    					<td>$rechargeTransaction.getOperatorType()</td>
60
			    					<td>$rechargeTransaction.getOperatorType()</td>
60
			    					<td>$rechargeTransaction.getReferenceNumber()</td>
61
			    					<td>$rechargeTransaction.getReferenceNumber()</td>
61
			    					<td>$rechargeTransaction.getAmount()</td>
62
			    					<td>$rechargeTransaction.getAmount()</td>
-
 
63
			    					<td>$rechargeTransaction.getCommission()</td>
62
			    					<td>$rechargeTransaction.getStatus()</td>
64
			    					<td>$rechargeTransaction.getStatus()</td>
63
			    					<td>$rechargeTransaction.getStatusMessage()</td>
65
			    					<td>$rechargeTransaction.getStatusMessage()</td>
64
			    					<td>$rechargeTransaction.getFormattedCreateTimestamp()</td>
66
			    					<td>$rechargeTransaction.getFormattedCreateTimestamp()</td>
65
			    					<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
67
			    					<td>$rechargeTransaction.getFormattedUpdateTimestamp()</td>
66
			    				</tr>
68
			    				</tr>
Line 73... Line 75...
73
	    			</tbody>
75
	    			</tbody>
74
	    		</table>
76
	    		</table>
75
	    	</div>
77
	    	</div>
76
	    </div>
78
	    </div>
77
    </div>
79
    </div>
78
    #if(!$rechargeTransaction.isEmpty())
80
    #if(!$rechargeTransactions.isEmpty())
79
    	<div class="row" id="mobile-recharges-paginated">
81
    	<div class="row" id="mobile-recharges-paginated">
80
    		<div class="col-lg-9">
82
    		<div class="col-lg-9">
81
    			<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
83
    			<p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span class="size">$size</span> items</p>
82
    		</div>
84
    		</div>
83
    		<div class="col-lg-3" style="text-align:right;">
85
    		<div class="col-lg-3" style="text-align:right;">