{{-- header --}} @php($breadcrumbs = ['入金一覧'=>null])
@php($visible = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore) ? '' : 'hidden')
{{-- 検索条件 --}}
@csrf {{-- |基本条件 --}}
@if(false) {{-- 消込機能一時非表示 --}}
@endif
{{-- |アクション --}}
{{-- データリスト --}}
@if(false) {{-- 消込機能一時非表示 --}} @endif @if(false) {{-- 消込機能一時非表示 --}} @endif @php($visibleUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate) ? '' : 'hidden') @foreach($details as $row) @if(false) {{-- 消込機能一時非表示 --}} @endif @endforeach
消込状況
{{$row->payment_date}} {{obj_attr($row->customer, 'customer_code')}} {{obj_attr($row->customer, 'customer_name')}} {{num_format($row->total_amount)}} {{Enum::name('PaymentReceiptInputType',$row->input_type)}} @php($status = $row->matching_status ?? 'unmatched') @if($status === 'matched') 🟢 消込済 @elseif($status === 'partial') 🟡 一部消込 @elseif($status === 'not_applicable') ⚪ 消込不要 @else 🔴 未消込 @endif {{Enum::attr('BillingConfirmedStatus','ListName', $row->billing_confirmed_status)}} @php($isConfirmed = $row->billing_confirmed_status == App\Enums\BillingConfirmedStatus::Calculated->value) @if(!$isConfirmed) @endif
{{-- 項目ソート --}}
@isset($params->perpage) @endisset
{{-- modal --}} {{-- script --}}