{assign var=title value="Affiliate commissions"} {include file="admin/header.inc.html"}

{$title|escape}

    Period        
    Payout method
(payout will be displayed
only for members choosed
the following payout method)

   
   

{if $smarty.request.year_month}{* if request was made *} {if count($rows) <= 0}
No records found by your request {else}

Search Results

{if $smarty.request.payout_method eq 'ALL'}{/if} {foreach from=$rows item=r} {if $smarty.request.payout_method eq 'ALL'}{/if} {/foreach}
Login NamePayout methodCommissions (credit) Corrections (debit) To payout Pay
{$r.login|escape} {$r.name_f|escape} {$r.name_l|escape}{$r.aff_payout_type|escape}{if $r.credit_amount}{$r.credit_amount}{else}-  {/if} {if $r.debit_amount != 0}{$r.debit_amount}{else}-  {/if} {if $r.to_pay < 0}{$r.to_pay}{else}{$r.to_pay}{/if} {if $r.to_pay > 0} {/if}

{/if} {* there are rows *} {/if} {include file="admin/footer.inc.html"}