|
Empresa: |
{{$company->name}} |
Fecha: |
{{date('Y-m-d')}} |
|
Ruc: |
{{$company->number}} |
| # | Vendedor | Cantidad transacciones | Total Efectivo | Total Banco/Transferencias | Ventas acumuladas | Total comisiones |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->name}} | S/ {{ $document->document_count ?? 0 }} | S/ {{ number_format($document->total_cash ?? 0, 2, '.', '') }} | S/ {{ number_format($document->total_bank ?? 0, 2, '.', '') }} | S/ {{ number_format($document->total_sum ?? 0, 2, '.', '') }} | S/ {{ number_format($commission->commission ?? 0, 2, '.', '') }} |
No se encontraron registros.