Tesorería

Informes @can('tesoreria.editar') @endcan
@if ($movimientoParaInventario)
"{{ $movimientoParaInventario->concepto }}" es un gasto de patrimonio. ¿Añadirlo al inventario?
Añadir
@endif

Ingresos

{{ number_format($totalIngresos, 2, ',', '.') }} €

Gastos

{{ number_format($totalGastos, 2, ',', '.') }} €

Balance

{{ number_format($totalIngresos - $totalGastos, 2, ',', '.') }} €

@forelse ($movimientos as $movimiento) @empty @endforelse
Fecha Concepto Categoría Paso Importe
{{ $movimiento->fecha->format('d/m/Y') }}

{{ $movimiento->concepto }}

@if ($movimiento->esAutomatico()) Origen: {{ $movimiento->origen }} @endif
{{ $movimiento->categoria->nombre }} {{ $movimiento->paso->nombre ?? 'General' }} $movimiento->tipo === 'ingreso', 'text-red-500' => $movimiento->tipo === 'gasto'])> {{ $movimiento->tipo === 'ingreso' ? '+' : '-' }}{{ number_format($movimiento->importe, 2, ',', '.') }} €
No hay movimientos con esos filtros.
{{ $movimientos->links() }}

Nuevo movimiento

Guardar