得意先別月間推移表

{{ date('Y-m', strtotime($viewdata['formdata']['date_from'])) }} ~ 出力日:{{ date('Y-m-d') }} {{ $pagenum }} / {{ $pagetotal }} 頁
@foreach($pagedata as $customer) @endforeach @if (!empty($total)) @endif
得意先 11月 12月 01月 02月 03月 04月 05月 06月 07月 08月 09月 10月 年間売上 年間平均
{{ $customer['得意先NO'] }} {{ $customer['得意先名'] }} {{ number_format(floor($customer['計11月'] / 1000)) }} {{ number_format(floor($customer['計12月'] / 1000)) }} {{ number_format(floor($customer['計01月'] / 1000)) }} {{ number_format(floor($customer['計02月'] / 1000)) }} {{ number_format(floor($customer['計03月'] / 1000)) }} {{ number_format(floor($customer['計04月'] / 1000)) }} {{ number_format(floor($customer['計05月'] / 1000)) }} {{ number_format(floor($customer['計06月'] / 1000)) }} {{ number_format(floor($customer['計07月'] / 1000)) }} {{ number_format(floor($customer['計08月'] / 1000)) }} {{ number_format(floor($customer['計09月'] / 1000)) }} {{ number_format(floor($customer['計10月'] / 1000)) }} {{ number_format($customer['年間売上']) }} {{ number_format(floor($customer['年間売上'] / $viewdata['months'])) }}
☆合計 {{ $total['件数'] }} 件 {{ number_format(floor($total['計11月'] / 1000)) }} {{ number_format(floor($total['計12月'] / 1000)) }} {{ number_format(floor($total['計01月'] / 1000)) }} {{ number_format(floor($total['計02月'] / 1000)) }} {{ number_format(floor($total['計03月'] / 1000)) }} {{ number_format(floor($total['計04月'] / 1000)) }} {{ number_format(floor($total['計05月'] / 1000)) }} {{ number_format(floor($total['計06月'] / 1000)) }} {{ number_format(floor($total['計07月'] / 1000)) }} {{ number_format(floor($total['計08月'] / 1000)) }} {{ number_format(floor($total['計09月'] / 1000)) }} {{ number_format(floor($total['計10月'] / 1000)) }} {{ number_format($total['年間売上']) }} {{ number_format(floor($total['年間売上'] / $viewdata['months'])) }}