|
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}} | {{$row->quantity}} | {{$purchase_unit_price}} | {{$row->unit_price}} | {{ $unit_gain }} | {{ $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.