{assign var=title value="Coupons payments"} {include file="admin/header.inc.html"} {include file="admin/coupon_nb.inc.html" selected="payments"}
# | {$list_by_title} | Member | Product | Period | Discount | Coupon code / Batch # | Amount | Paid |
---|---|---|---|---|---|---|---|---|
{$p.payment_id|escape} | {$p.$list_by_field|date_format:$config.time_format} | {$p.member_login|escape} | {$p.product_title|escape} | {$p.begin_date|amember_date_format} - {$p.expire_date|amember_date_format} | {$p.discount|escape} | {$p.code} / {$p.batch_id} | {$p.amount} | {if $p.completed}YES{else}NO{/if} | {math equation="a+y" a=$amount y=$p.amount assign=amount}
No payments found. Try to select different criteria. |
||||||||
{counter name=count skip=0} displayed | TOTAL | {$amount|string_format:"%.2f"} | ||||||
{$all_count|escape} records found | GRAND TOTAL | {$all_amount|string_format:"%.2f"} |