|
Verificado |
{{$params['empresas_nombre']}} Nit {{$params['nit']}} |
|
|
Cierre Contable {{$headers[0]->documento_contable}} |
||
Fecha Documento: |
{{$headers[0]->fecha_cierre}} |
||
Elaborado por: |
{{$params['creador']}} | ||
Por el concepto de: |
{{$headers[0]->concepto}} | ||
| CODIGO CUENTA | NOMBRE CUENTA | DOCUMENTO | NOMBRE TERCERO | DÉBITO | CRÉDITO |
| {{$value->codigo_cuenta}} | {{$value->nombre_cuenta}} | {{str_limit(trim(htmlspecialchars_decode(explode('-', $value->tercero)[0])), 81)}} | {{explode('-', $value->tercero)[1]}} | {{number_format((float) $value->valor_debito, 2, ',', '.')}} | {{number_format((float) $value->valor_credito, 2, ',', '.')}} |
| MOVIMIENTOS RESUMEN | |||
|---|---|---|---|
| CÓDIGO | NOMBRE | DÉBITOS | CRÉDITOS |
| 3 | PATRIMONIO | {{number_format((float) $total['patrimonio']['debito'], 2, ',', '.')}} | {{number_format((float) $total['patrimonio']['credito'], 2, ',', '.')}} |
| 4 | INGRESOS | {{number_format((float) $total['ingresos']['debito'], 2, ',', '.')}} | {{number_format((float) $total['ingresos']['credito'], 2, ',', '.')}} |
| 5 | GASTOS | {{number_format((float) $total['gastos']['debito'], 2, ',', '.')}} | {{number_format((float) $total['gastos']['credito'], 2, ',', '.')}} |
| TOTALES | {{number_format( (float) $total_d, 2, ',', '.')}} | {{number_format( (float) $total_c, 2, ',', '.')}} | |
| MOVIMIENTOS EXCEDENTE/PÉRDIDA {{date('Y', strtotime($headers[0]->fecha_cierre))}} | |||
|---|---|---|---|
| {{$final[0]->codigo_cuenta}} | {{$final[0]->nombre_cuenta}} | {{number_format((float) $final[0]->valor_debito, 2, ',', '.')}} | {{number_format((float) $final[0]->valor_credito, 2, ',', '.')}} |
| {{$final[1]->codigo_cuenta}} | {{$final[1]->nombre_cuenta}} | {{number_format((float) $final[1]->valor_debito, 2, ',', '.')}} | {{number_format((float) $final[1]->valor_credito, 2, ',', '.')}} |
| MOVIMIENTOS EXCEDENTE/PÉRDIDA {{(date('Y', strtotime($headers[0]->fecha_cierre)) + 1)}} | |||
|---|---|---|---|
| {{$final[2]->codigo_cuenta}} | {{$final[2]->nombre_cuenta}} | {{number_format((float) $final[2]->valor_debito, 2, ',', '.')}} | {{number_format((float) $final[2]->valor_credito, 2, ',', '.')}} |
| {{$final[3]->codigo_cuenta}} | {{$final[3]->nombre_cuenta}} | {{number_format((float) $final[3]->valor_debito, 2, ',', '.')}} | {{number_format((float) $final[3]->valor_credito, 2, ',', '.')}} |