|
{{ $cabecera->descripcion }}
R.F.C. {{ $cabecera->rfc }}
{{ $cabecera->direccion }}
{{ $cabecera->telefono }}
|
|
Lugar de Exp.: {{ $cabecera->sucursal }}
{{ $cabecera->ledireccion }} NO.{{ $cabecera->lenumExterior }}, COL. {{ $cabecera->lecolonia}}. {{ strtoupper($cabecera->lemunicipio) }}, {{ strtoupper($cabecera->leestado) }}, {{ strtoupper($cabecera->lepais) }}. CP. {{ $cabecera->lecp }}.
|
|
| {{ strtoupper($texto->tipodoc) }} |
|
| FOLIO: | {{ $remision[0]->serie.'-'.$remision[0]->folio }} |
| TURNO: | {{ $remision[0]->turno }} |
| CLIENTE: | {{ $remision[0]->id_tpv_cliente.' - '.$remision[0]->cliente }} |
| ATENDIÓ: | {{ $remision[0]->id_tpv_vendedor.' - '.$remision[0]->vendedor }} |
| FECHA: | {{ \Carbon\Carbon::parse( $remision[0]->fecha )->format("d/m/Y").' - '.$remision[0]->hora }} |
|
| CONCEPTOS |
|
| Codigo |
Cod.Prov |
| Descripcion |
| Cant. |
Prec.U. |
Desc. |
Importe |
|
@php $n = 0 @endphp
@foreach ($remision as $item)
@if($item->id_cat_tipodoc == 13 || $item->id_cat_tipodoc == 4)
| {{ $item->codigoarticuloapartado }} |
{{ $item->codigoproveedor }} |
| {{ $item->descripcionarticuloapartado }} |
| {{ $item->cantidad }} |
{{ $item->precio }} |
{{ $item->detalledescuento }} |
{{ $item->detalletotal }} |
@else
| {{ $item->codigo }} |
{{ $item->codigoproveedor }} |
| {{ $item->descripcioncorta }} |
| {{ $item->cantidad }} |
{{ $item->precio }} |
{{ $item->detalledescuento }} |
{{ $item->detalletotal }} |
@endif
@php $n++ @endphp
@endforeach
|
|
@if($tipodoc == 2)
| Subtotal: | {{ $remision[0]->subtotal }} |
| Descuento: | {{ $remision[0]->descuento }} |
| IVA: | {{ $remision[0]->iva }} |
| Total: | {{ $remision[0]->total }} |
| Efectivo: | {{ $remision[0]->efectivo }} |
| Cambio: | {{ $remision[0]->cambio }} |
|
{{ $numerosletras }} |
|
@endif
| FORMA DE PAGO |
@foreach ($formapago as $pago)
| {{ $pago->tipo }} | {{ $pago->monto }} |
@endforeach
@if($tipodoc == 13)
| TOTAL | {{ $remision[0]->anticipo }} |
{{ $numerosletras }} |
@endif
|
| OBSERVACIONES |
|
| {{ strtoupper($remision[0]->observaciones) }} |
|
@if($tipodoc == 2)
| ESCANEE EL SIGUIENTE CODIGO QR PARA REALIZAR LA FACTURA DE SU TICKET |
|
|
@endif
| {{ $texto->texto }} |