Subversion Repositories SmartDukaan

Rev

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

Rev 16923 Rev 16924
Line 10... Line 10...
10
			<th><?php echo $this->Paginator->sort('transaction_time'); ?></th>
10
			<th><?php echo $this->Paginator->sort('transaction_time'); ?></th>
11
			<th><?php echo $this->Paginator->sort('payout_time'); ?></th>
11
			<th><?php echo $this->Paginator->sort('payout_time'); ?></th>
12
			<th><?php echo $this->Paginator->sort('offer_price'); ?></th>
12
			<th><?php echo $this->Paginator->sort('offer_price'); ?></th>
13
			<th><?php echo $this->Paginator->sort('payout_amount'); ?></th>
13
			<th><?php echo $this->Paginator->sort('payout_amount'); ?></th>
14
			<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
14
			<th><?php echo $this->Paginator->sort('user_payout'); ?></th>
15
			<th><?php echo $this->Paginator->sort('final_user_payout'); ?></th>
15
			<th><?php echo $this->Paginator->sort('payout_description'); ?></th>
16
		
16
		
17
	</tr>
17
	</tr>
18
	<?php foreach ($appTransactions as $appTransaction): ?>
18
	<?php foreach ($appTransactions as $appTransaction): ?>
19
	<tr>
19
	<tr>
20
		<td><?php echo h($appTransaction['AppTransaction']['retailer_id']); ?>&nbsp;</td>
20
		<td><?php echo h($appTransaction['AppTransaction']['retailer_id']); ?>&nbsp;</td>
Line 24... Line 24...
24
		<td><?php echo h($appTransaction['AppTransaction']['payout_status']); ?>&nbsp;</td>
24
		<td><?php echo h($appTransaction['AppTransaction']['payout_status']); ?>&nbsp;</td>
25
		<td><?php echo h($appTransaction['AppTransaction']['transaction_time']); ?>&nbsp;</td>
25
		<td><?php echo h($appTransaction['AppTransaction']['transaction_time']); ?>&nbsp;</td>
26
		<td><?php echo h($appTransaction['AppTransaction']['payout_time']); ?>&nbsp;</td>
26
		<td><?php echo h($appTransaction['AppTransaction']['payout_time']); ?>&nbsp;</td>
27
		<td><?php echo h($appTransaction['AppTransaction']['offer_price']); ?>&nbsp;</td>
27
		<td><?php echo h($appTransaction['AppTransaction']['offer_price']); ?>&nbsp;</td>
28
		<td><?php echo h($appTransaction['AppTransaction']['payout_amount']); ?>&nbsp;</td>
28
		<td><?php echo h($appTransaction['AppTransaction']['payout_amount']); ?>&nbsp;</td>
29
		<td><?php echo h($appTransaction['AppTransaction']['user_payout']); ?>&nbsp;</td>
-
 
30
		<td><?php echo h($appTransaction['AppTransaction']['final_user_payout']); ?>&nbsp;</td>
29
		<td><?php echo h($appTransaction['AppTransaction']['final_user_payout']); ?>&nbsp;</td>
-
 
30
		<td><?php echo h($appTransaction['AppTransaction']['payout_description']); ?>&nbsp;</td>
31
		
31
		
32
	</tr>
32
	</tr>
33
<?php endforeach; ?>
33
<?php endforeach; ?>
34
	</table>
34
	</table>
35
	<p>
35
	<p>