Reporte de comisión de vendedores - utilidades
Empresa: {{ $company->name }} |
Fecha: {{ date('Y-m-d') }} |
Ruc: {{ $company->number }} |
# | Fecha | Comprobante | Serie | Ruc/Dni | Comercial | Detalle | Cantidad | Precio compra | Precio venta | Ganancia unidad | Ganancia total |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $relation->date_of_issue->format('Y-m-d') }} | {{ $type_document }} | {{ $relation->number_full }} | {{ $relation->customer->number }} | {{ $relation->customer->name }} | {{ $row->relation_item->description }}
@if ($presentation_name)
PRES:{{ $presentation_name }} @endif |
{{ $quantity }} | {{ $purchase_unit_price }} | {{ $unit_price }} | {{ number_format($unit_gain,2) }} | {{ $overall_profit }} |
TOTAL: | {{ number_format($acum_unit_gain, 2, '.', '') }} | {{ number_format($acum_overall_profit, 2, '.', '') }} | |||||||||
TOTAL: | {{ $acum_unit_gain }} | {{ $acum_overall_profit }} |
No se encontraron registros.