{{-- header --}} @php($breadcrumbs = [ '請求集計処理'=>route('billings.aggregate.index', ['action'=>'back']), '集計結果確認'=>null ]) {{-- 検索条件 --}}
@csrf
{{-- |基本条件 --}}
{{-- |アクション --}}
{{-- データリスト --}}
@foreach($details as $row) @endforeach
@php($output_billing_invoice_flag = obj_attr($row->customer, 'output_billing_invoice_flag') ) @php($check = in_array($row->id, $billingIds)? 'checked': '') @if(Enum::value('OutputType.Output') == $output_billing_invoice_flag && Enum::value('BillingConfirmedStatus.Calculated') == $row->billing_confirmed_status) @endif
{{$row->billing_number}} {{$row->billing_date}} {{obj_attr($row->customer, 'customer_code')}} {{obj_attr($row->customer, 'customer_name')}} {{num_format($row->previous_billing_amount)}} {{num_format($row->payment_amount)}} {{num_format($row->payment_adjustment_amount)}} {{num_format($row->carry_amount)}} {{num_format($row->sales_amount_total)}} {{num_format($row->tax_amount_total)}} {{num_format($row->billing_amount_total)}}
{{-- 項目ソート --}}
@isset($params->perpage) @endisset
{{-- script --}}