Valor Venta: {{$format->ufs($venta->valor)}}
@if ($venta->currentEstado()->fecha->sub(new DateInterval('P1M')) > $venta->proyecto()->terreno->fecha
and $IPC->get($venta->proyecto()->terreno->fecha, $venta->currentEstado()->fecha->sub(new DateInterval('P1M'))) === 0.0)
IPC no disponible para este mes.
@endif
{{mb_strtoupper($venta->proyecto()->inmobiliaria()->nombreCompleto())}}
GIRO:
Dirección: {{$venta->proyecto()->direccion()->simple()}}
RUT: {{$venta->proyecto()->inmobiliaria()->rut()}}
FACTURA ELECTRÓNICA
N° #
Señor(es) |
{{$venta->propietario()->nombreCompleto()}} |
RUT |
{{$venta->propietario()->rut()}} |
Giro |
Otras Actividades Profesionales |
Fecha Emisión |
{{(new IntlDateFormatter('es-CL', IntlDateFormatter::LONG, IntlDateFormatter::NONE))->format($venta->currentEstado()->fecha)}} |
Dirección |
{{$venta->propietario()->datos->direccion->simple()}} |
Comuna |
{{mb_strtoupper($venta->propietario()->datos->direccion->comuna->descripcion)}} |
DETALLES |
N° |
Descripción |
Cant/Unidad |
Prec. Unit. |
Ind |
Total |
|
TOTALES |
Monto Neto |
|
Monto Exento |
|
19% IVA |
|
Monto Total |
|
@endsection
@push('page_scripts')
@endpush