@if( $registro->punto_vta->logo !='' )
@else
{{ $registro->person->field_name1 }}
@endif
|
X
|
{{str_pad($registro->punto_vta->codigo, 5, "0", STR_PAD_LEFT)}} - {{str_pad($registro->numero, 5, "0", STR_PAD_LEFT)}}
|
|
|
|
|
@if( $registro->punto_vta->logo !='' )
Razón Social:
{{ $registro->person->field_name1 }}
@endif
|
|
|
Fecha de Emisión: {{ date("d/m/Y", strtotime($registro->fecha)) }}
|
|
Domicilio Comercial: {{ $registro->punto_vta->direccion }}, C.P.:{{ $registro->punto_vta->codigo_postal }},
{{ $registro->punto_vta->zone->name }}
|
|
|
CUIT: {{ $registro->person->document }} |
|
Condición frente al IVA: {{ $registro->person->condicion_frente_al_iva?->descripcion }}
|
|
|
Ingresos Brutos: {{ $registro->person->person_config->iibb }}
Fecha de Inicio de Actividades: {{ date("d/m/Y", strtotime($registro->person->person_config->inicio_actividades)) }}
|
|
CUIT: {{ $registro->person_relationated->document }}
Apellido y Nombre / Razón Social:
{{ $registro->person_relationated->field_name1 }}
|
|
Domicilio Comercial:
{{ ($registro->person->address)?? '--------' }}
|
| Condición de Venta: CONTADO |
| Detalle |
Cantidad |
Precio U. |
Bonif. (%) |
Subtotal |
@php
@endphp
@forelse ($registro->detail as $key => $linea)
@php
@endphp
| {{ $linea->descripcion }} |
{{ $linea->cantidades }} |
{{ number_format($linea->neto, 2, ',', '.') }} |
{{ number_format($linea->descuento, 2, ',', '.') }}%
|
{{ number_format($linea->subtotal, 2, ',', '.') }}
|
@empty
no hay datos
@endforelse
@if( $registro->person->person_config->fe_leyenda)
|
{{ $registro->person->person_config->fe_leyenda }}
|
@endif
|
TOTAL: |
$ {{ number_format($registro->total, 2, ',', '.') }} |