Limpar Aplicar filtros Exportar CSV Imprimir
@foreach([ ['A receber',$totais['a_receber'],'#ecfdf5','#047857'],['Recebido',$totais['recebido'],'#eff6ff','#1d4ed8'], ['A pagar',$totais['a_pagar'],'#fff7ed','#c2410c'],['Pago',$totais['pago'],'#fefce8','#a16207'], ['Resultado realizado',$totais['resultado_realizado'],'#f8fafc',$totais['resultado_realizado']>=0?'#15803d':'#dc2626'], ['Resultado projetado',$totais['resultado_projetado'],'#f5f3ff',$totais['resultado_projetado']>=0?'#6d28d9':'#dc2626'], ['Cancelado',$totais['cancelado'],'#f1f5f9','#475569'],['Registros',$totais['registros'],'#f8fafc','#0f172a'], ] as [$label,$valor,$bg,$cor])
{{ $label }}{{ $label==='Registros' ? number_format($valor,0,',','.') : 'R$ '.number_format($valor,2,',','.') }}
@endforeach
Movimentacao financeira{{ number_format($linhas->total(),0,',','.') }} registro(s)
@forelse($linhas as $item) @php($corStatus=match($item->status){'pago','recebido'=>'background:#dcfce7;color:#166534','parcial'=>'background:#fef3c7;color:#92400e','atrasado'=>'background:#fee2e2;color:#991b1b','cancelado'=>'background:#e2e8f0;color:#475569',default=>'background:#dbeafe;color:#1d4ed8'}) @empty@endforelse
TipoPessoa / descricaoDocumentoClassificacaoDatasValorPagoSaldoStatus
{{ $item->tipo }}@if($item->recorrencia_uuid)
{{ $item->parcela_numero }}/{{ $item->parcelas_total }}
@endif
{{ $item->pessoa_nome ?: 'Sem pessoa vinculada' }}
{{ $item->descricao }}
{{ $item->numero_documento ?: '-' }}
{{ $item->pessoa_documento }}
{{ $item->centroCusto?->nome ?: '-' }}
{{ $item->categoriaFinanceira?->nome ?: '' }} {{ $item->tipoServico?->nome ? '· '.$item->tipoServico->nome : '' }}
{{ $item->contaBancaria?->nome ?: '' }}
V: {{ $item->data_vencimento?->format('d/m/Y') ?: '-' }}
E: {{ $item->data_emissao?->format('d/m/Y') ?: '-' }} · B: {{ $item->data_pagamento?->format('d/m/Y') ?: '-' }}
R$ {{ number_format((float)$item->valor_total,2,',','.') }} R$ {{ number_format((float)$item->valor_pago,2,',','.') }} R$ {{ number_format((float)$item->valor_saldo,2,',','.') }} {{ $item->status }}
Nenhum lancamento encontrado para os filtros informados.
{{ $linhas->links() }}