売上日次明細一覧表

{{ $closingdate }}で指定された伝票チェック {{ $printday }}作成 {{ $pagenum }} 頁

納品No

納品日

コード

得意先名


受注伝票番号

機械No

商品名

売上数量&単位

売上単価

売上金額

売上区分

納品明細備考

@foreach($pagedata as $record) @if ($record['kind'] == 1) @endif @if ($record['kind'] == 2) @endif @endforeach

{{ $record['attributes']['DeliveryNumber'] }}

{{ $record['attributes']['納品日'] }}

{{ $record['attributes']['注文先']['CustomerCode'] }}

{{ $record['customer_name'] }}

@if ($record['attributes']['注文先']['CustomerCode'] == '00711' || $record['attributes']['注文先']['CustomerCode'] == '00710') ({{ $record['attributes']['注文先']['名称'] }}) @endif

{{ $record['機械No'] }}

{{ $record['商品名'] }}

{{ number_format($record['Amount']) }}{{ $record['単位'] }}

{{ number_format($record['単価'],2) }}

{{ number_format($record['金額']) }}

{{ $record['saleskind_name'] }}

{{ $record['Remark'] }}

@if (!empty($total))

トータル

¥{{ number_format($total['金額']) }}

伝票枚数合計

{{ number_format($total['枚数']) }}

伝票明細数合計

{{ number_format($total['件数']) }}

@endif