@extends('layouts.app') @section('title', 'Consulta NSU - ERP-PLUS') @section('page_title', 'Consulta por NSU') @section('page_subtitle', 'Sincronize documentos fiscais e mantenha o cursor NSU controlado por empresa.') @section('page_actions') Voltar @endsection @push('styles') @endpush @section('content') {{-- Sync form: visivel para todos os operadores vinculados à empresa --}} @can('sync-documents')
| Chave de acesso | Emissao | Fornecedor | Destinatario | Valor | XML | Ciencia | Acoes |
|---|---|---|---|---|---|---|---|
|
{{ $keyShort }}
{{ $document->company->name }} · NSU {{ $document->nsu ?? '-' }}
|
{{ $document->issued_at?->format('d/m/Y') ?? '-' }} |
{{ Str::limit($document->issuer_name ?? '-', 30) }}
@if ($document->issuer_cnpj)
{{ $document->issuer_cnpj }}
@endif
|
{{ $document->recipient_cnpj ?? '-' }} | {{ $document->total_amount ? 'R$ '.number_format((float) $document->total_amount, 2, ',', '.') : '-' }} | @if ($document->xml_content) Completo @elseif ($document->raw_summary_xml) Resumo @else Sem XML @endif | @if ($hasCiencia) Ciencia @else Pendente @endif | |
|
@if ($hasFilters)
Nenhum documento encontrado com os filtros aplicados.
Limpar filtros
@else
Nenhum documento sincronizado ainda.
@endif
|
|||||||