@foreach ($empresa as $e)
|
{{$e->name}} Nit: {{$e->nit}} {{$e->direction}} {{$e->telephone}} {{$e->email}} |
|---|
REPORTE DE VENTAS ENTRE RANGO DE FECHAS:
| Nro | FECHA | NOMBRE | CATEGORIA | CAJA | T/IVA | GANAN | T/NETO | TOTAL | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$deta->factura }} | {{$deta->fechaInicio }} | {{$deta->name }} | {{$deta->categoria }} | {{$deta->caja }} | {{$deta->tax_value }} | {{$deta->gain }} | {{$deta->neto_value }} | {{$deta->total_value }} | ||||||||||
| Ganancias | $ {{ number_format($ga->valor,2) }} | |||||||||||||||||
| SUBTOTAL | $ {{ number_format($de->price,2) }} | |||||||||||||||||
| + Impuesto | $ {{ number_format($i->iva,2) }} | |||||||||||||||||
| = TOTAL | $ {{ number_format($t->total,2)}} | |||||||||||||||||
| Excluido | $ {{ number_format($tExcluido,2) }} | |||||||||||||||||
| Base 5% | $ {{ number_format($tnetoCinco,2) }} | Base 19% | $ {{ number_format($tneto19,2) }} | |||||||||||||||
| Imp 5% | $ {{ number_format($ValPrimImpu,2) }} | Imp 19% | $ {{ number_format($TotalSegunImpuet,2) }} | |||||||||||||||
| ------------------- | ------------------ | |||||||||||||||||