@foreach ($empresa as $e)
|
{{$e->name}} Nit: {{$e->nit}} {{$e->direction}} {{$e->telephone}} {{$e->email}} |
|---|
| ----------- VENTAS ------------- | |||||||||||||||||||||
| Subtotal | $ {{ number_format($ne->neto,2) }} | ||||||||||||||||||||
| + Iva | $ {{ number_format($iv->iva,2) }} | ||||||||||||||||||||
| Total | $ {{ number_format($to->total_value,2) }} | @endforeach @foreach ($detailValue as $ent) | |||||||||||||||||||
| -------------- COMPRAS -------------- | |||||||||||||||||||||
| Subtotal | $ {{ number_format($ent->total_value,2) }} | ||||||||||||||||||||
| + Iva | $ {{ number_format($ivent->iva,2) }} | ||||||||||||||||||||
| Total | $ {{ number_format($totent->total,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) }} | ||||||||||||||||||||
| + Abono CXC | $ {{ number_format($ab->abono,2) }} | ||||||||||||||||||||
| - Abono CXP | $ {{ number_format( $pa->pagos,2) }} | ||||||||||||||||||||
| - Gastos | $ {{ number_format( $ga->gasto,2) }} | ||||||||||||||||||||
| = TOTAL EN EFECTIVO | $ {{ number_format( $ga->total,2) }} | ||||||||||||||||||||