@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,2) }} | @endforeach @foreach ($entrie as $ent) | |||||||||||||||||||
| -------------- COMPRAS -------------- | |||||||||||||||||||||
| Subtotal | $ {{ number_format( $ent->neto,2) }} | ||||||||||||||||||||
| + Iva | $ {{ number_format( $ivent->iva,2) }} | ||||||||||||||||||||
| Total | $ {{ number_format( $totent->total,2) }} | ||||||||||||||||||||
| Ventas a Contado | $ {{number_format( $contado,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 OPERACIONES | $ {{ number_format($ga->oparaciones ) }} | ||||||||||||||||||||
| = TOTAL EN EFECTIVO | $ {{ number_format($debe,2) }} | ||||||||||||||||||||
| ------- PARA ELCONTADOR -------- | |||||||||||||||||||||
| Base del 5% | $ {{ number_format($tnetoCinco, 2) }} | ||||||||||||||||||||
| Impuesto del 5% | $ {{ number_format($ValPrimImpu, 2) }} | ||||||||||||||||||||
| Base del 19% | $ {{ number_format($tneto19, 2) }} | ||||||||||||||||||||
| Impuesto del 19% | $ {{ number_format($TotalSegunImpuet, 2) }} | ||||||||||||||||||||
| Excluidas | $ {{ number_format( $tExcluido, 2) }} | ||||||||||||||||||||
| TOTAL | $ {{ number_format( $ttg) }} | ||||||||||||||||||||