{% extends "base.html" %} {% block title %}Audit-Log (GoBD){% endblock %} {% block heading %}Audit-Log · GoBD-Nachweis{% endblock %} {% block content %}

Audit-Log

GoBD-Tz. 30 ff. — vollständige, nachvollziehbare Aufzeichnung aller sicherheits- und buchungs-relevanten Aktionen. Aufbewahrung: 10 Jahre.

Zurücksetzen CSV-Export
{% for r in rows %} {% else %} {% endfor %}
Zeit Beleg-Typ Beleg-ID Aktion User Notiz Vorher → Nachher
{{ r.created_at }} {{ r.entity_type }} {{ r.entity_id }} {{ r.action }} {{ r.user_name or '—' }} {{ r.note or '' }} {% if r.old_value or r.new_value %} {{ (r.new_value or r.old_value or '')[:80] }} {% endif %}
Keine Audit-Einträge gefunden
{% endblock %}