支払一覧
{errorList->getMessages assign=errmsg}
{if $errmsg}
{foreach from=$errmsg item=msg}
- {$msg|escape}
{/foreach}
{/if}
{*
*}
{$pager}
{$action.cnt}件のデータ
|
|
出品者 |
支払い金額 |
売り上げ |
手数料 |
返金 |
{foreach item=payment from=$action.paymentlist}
{action->account_format number=$payment.sales assign=sales}
{action->account_format number=$payment.commission assign=commission}
{action->account_format number=$payment.refundprice assign=refundprice}
{math equation="sales + commision + refundprice"
sales=$payment.sales
commision=$payment.commission
refundprice=$payment.refundprice
assign=totalpayment}
{action->account_format number=$totalpayment assign=totalpayment}
{$payment.sellername} |
{$totalpayment}円 |
{$sales}円 |
{$commission}円 |
{$refundprice}円 |
{foreachelse}
この月に支払わなければならないユーザーはいません |
{/foreach}