@foreach ($empresa as $e)
|
{{$e->name}} Nit: {{$e->nit}} {{$e->direction}} {{$e->telephone}} {{$e->email}} |
|---|
REPORTE DE VENTAS ENTRE RANGO DE FECHAS:
| Fecha | Fac | Nit | Nombre | Caja | T/Iva | Neto | F/Pago | Total | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ${{$det->fechaInicio }} | {{$det->num_sale }} | {{$det->number }} | {{$det->name }} | {{$det->caja }} | ${{$det->total_iva }} | ${{$det->total_neto }} | {{$det->forma_pago }} | ${{$det->total }} | ||||||||||
| SUBTOTAL | $ {{number_format($ne->neto,2) }} | |||||||||||||||||
| + IVA | $ {{number_format($iv->iva,2) }} | |||||||||||||||||
| = TOTAL | $ {{number_format($sub->subtotal,2) }} | |||||||||||||||||
| Ventas a Contado | $ {{number_format($tc->total,2) }} | |||||||||||||||||
| Ventas a Crédito | $ {{number_format($vc->total,2) }} | |||||||||||||||||
| Ventas Transferencia | $ {{ number_format($vtransf->total,2) }} | |||||||||||||||||