{% extends 'base.html' %} {% block title %}{{ title }} - van Hees-Theyssen-Vogel'sche Stiftung{% endblock %} {% block content %}

{{ title }}

Zurück zur Liste {% if verwaltungskosten %} Details ansehen {% endif %}
{% csrf_token %}
Grunddaten
{{ form.bezeichnung }} {% if form.bezeichnung.errors %}
{{ form.bezeichnung.errors.0 }}
{% endif %}
{{ form.kategorie }} {% if form.kategorie.errors %}
{{ form.kategorie.errors.0 }}
{% endif %}
{{ form.status }} {% if form.status.errors %}
{{ form.status.errors.0 }}
{% endif %}
{{ form.betrag }}
{% if form.betrag.errors %}
{{ form.betrag.errors.0 }}
{% endif %}
{{ form.datum }} {% if form.datum.errors %}
{{ form.datum.errors.0 }}
{% endif %}
Lieferant & Rechnung
{{ form.lieferant_firma }} {% if form.lieferant_firma.errors %}
{{ form.lieferant_firma.errors.0 }}
{% endif %}
{{ form.rechnungsnummer }} {% if form.rechnungsnummer.errors %}
{{ form.rechnungsnummer.errors.0 }}
{% endif %}
Zuständigkeit & Zahlung
{{ form.rentmeister }} {% if form.rentmeister.errors %}
{{ form.rentmeister.errors.0 }}
{% endif %}
Rentmeister der für diese Ausgabe verantwortlich ist
{{ form.zahlungskonto }} {% if form.zahlungskonto.errors %}
{{ form.zahlungskonto.errors.0 }}
{% endif %}
Konto über das die Zahlung abgewickelt wird
{{ form.quellkonto }} {% if form.quellkonto.errors %}
{{ form.quellkonto.errors.0 }}
{% endif %}
Konto von dem das Geld stammt (falls unterschiedlich)
Zusätzliche Informationen
{{ form.beschreibung }} {% if form.beschreibung.errors %}
{{ form.beschreibung.errors.0 }}
{% endif %}
{{ form.notizen }} {% if form.notizen.errors %}
{{ form.notizen.errors.0 }}
{% endif %}
{% if form.non_field_errors %}
Fehler: {{ form.non_field_errors }}
{% endif %}
Abbrechen
{% endblock %}