機械稼働状況表 |
| {{ date('Y-m', strtotime($viewdata['formdata']['date_from'])) }} ~ | 出力日:{{ date('Y-m-d') }} | {{ $pagenum }} / {{ $pagetotal }} 頁 |
| 機械NO | 11月 | 12月 | 01月 | 02月 | 03月 | 04月 | 05月 | 06月 | 07月 | 08月 | 09月 | 10月 | 年間売上 | 構成比 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $equipment['機械NO'] }} | {{ number_format(floor($equipment['計11月'] / 1000)) }} | {{ number_format(floor($equipment['計12月'] / 1000)) }} | {{ number_format(floor($equipment['計01月'] / 1000)) }} | {{ number_format(floor($equipment['計02月'] / 1000)) }} | {{ number_format(floor($equipment['計03月'] / 1000)) }} | {{ number_format(floor($equipment['計04月'] / 1000)) }} | {{ number_format(floor($equipment['計05月'] / 1000)) }} | {{ number_format(floor($equipment['計06月'] / 1000)) }} | {{ number_format(floor($equipment['計07月'] / 1000)) }} | {{ number_format(floor($equipment['計08月'] / 1000)) }} | {{ number_format(floor($equipment['計09月'] / 1000)) }} | {{ number_format(floor($equipment['計10月'] / 1000)) }} | {{ number_format($equipment['年間売上']) }} | {{ number_format($equipment['年間売上'] * 100 / $total['年間売上'], 1 ) }} |
| ☆合計 {{ $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($total['年間売上'] * 100 / $total['年間売上'], 1 ) }} |