@extends('layouts.app')
@section('breadcrumb', 'Conciliación bancaria')
@section('content')
| Score | Movimiento | Factura sugerida | Señales | |
|---|---|---|---|---|
| {{ number_format((float) $item->match_score, 0) }}% |
{{ $item->bankMovement?->movement_date?->format('d/m/Y') }}
{{ $item->bankMovement?->concept }}
{{ number_format((float) ($item->bankMovement?->amount ?? 0), 2, ',', '.') }} €
|
#{{ $item->document?->id }} — {{ $item->document?->provider?->name ?? 'Sin proveedor' }}
{{ $item->document?->number ?? 'Sin número' }}
{{ number_format((float) ($item->document?->total ?? 0), 2, ',', '.') }} €
|
{{ json_encode($item->signals, JSON_UNESCAPED_UNICODE) }} | |
|
No hay sugerencias pendientes.
|
||||
Sin conciliaciones confirmadas aún.
@endforelseNo hay movimientos sin pareja.
@endforelse