| Libro Diario - {{ $person_current->field_name1 }} - CUIT: {{ $person_current->document }} | ||||
|---|---|---|---|---|
| CUENTA | DEBE | HABER | ||
| Nro Asiento: {{ $siguiente_asiento }} - Periodo: {{ $cuenta->code }} - Fecha: {{ date("d/m/Y", strtotime($cuenta->fecha_registracion)) }} - Tipo Asiento: {{ $cuenta->tipo_asiento }} - Leyenda: {{ $cuenta->comentario ?: '---' }} | ||||
| - {{ $cuenta->nombre }} | {{ ($cuenta->DEBE > 0) ? '$ '.number_format($cuenta->DEBE, 2, ',', '.') : '' }} | {{ ($cuenta->HABER > 0) ? '$ '.number_format($cuenta->HABER, 2, ',', '.') : '' }} | ||
| TOTALES | $ {{ number_format($totalDebeGlobal, 2, ',', '.') }} | $ {{ number_format($totalHaberGlobal, 2, ',', '.') }} | ||