|
@@ -1,7 +1,324 @@
|
|
|
{% extends "base/base.html" %}
|
|
{% extends "base/base.html" %}
|
|
|
{% block content %}
|
|
{% block content %}
|
|
|
|
|
|
|
|
|
|
+<br>
|
|
|
|
|
+<h2>{{forderung_kopf[0].Beleg }}</h2>
|
|
|
|
|
+<br>
|
|
|
|
|
+<div class="row mb-3">
|
|
|
|
|
+ <div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Grunddaten</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Hauptbetrieb:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Hauptbetrieb_Name }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Standort:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Standort_Name }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Benutzer:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].User_ID }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Verursacher:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Verursacher }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Bereich:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Bereich }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Beleg</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Belegart:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Rechnung_Gutschrift }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Beleg-Nr:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Document_No }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Betrag:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].offen|number_format }} €</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Rechnungsdatum:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Invoice_Date|date_format }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Lieferdatum:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Invoice_Date|date_format }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Fälligkeitsdatum:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Invoice_Date|date_format }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Forderung</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>offen:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].offen|number_format }} €</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>offen (Kunde gesamt):</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].offen_Kunde_gesamt|number_format }} €</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Tage:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Tage }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Staffel:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Staffel }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Mahnstufe:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Mahnstufe }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Kunde</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Kunden-Nr:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Kunde_Nr }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Name:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Kunde_Name }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Adresse:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Kunde_Adresse }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>PLZ / Ort:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Kunde_PLZ }} {{forderung_kopf[0].Kunde_Ort }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Land:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Kunde_Land }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Telefon:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Kunde_Telefon }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>E-Mail:</strong></td>
|
|
|
|
|
+ <td><a href="mailto:{{forderung_kopf[0].Kunde_Email }}?subject={{forderung_kopf[0].Document_No }}" hx-disable="true">{{forderung_kopf[0].Kunde_Email }}</a></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Payment_Terms_Code:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Payment_Terms_Code }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Kundengruppe:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Customer_Group_Description }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+{% if forderung_kopf[0].Fahrzeug_Leasing == 'J' %}
|
|
|
|
|
+<div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Leasing-Kunde</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Kunden-Nr:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Leasing_Kunde_Nr }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Name:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Leasing_Kunde_Name }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Adresse:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Leasing_Kunde_Adresse }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>PLZ / Ort:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Leasing_Kunde_PLZ }} {{forderung_kopf[0].Leasing_Kunde_Ort }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Land:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Leasing_Kunde_Land }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Telefon:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Leasing_Kunde_Telefon }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>E-Mail:</strong></td>
|
|
|
|
|
+ <td><a href="mailto:{{forderung_kopf[0].Leasing_Kunde_Email }}?subject={{forderung_kopf[0].Document_No }}" hx-disable="true">{{forderung_kopf[0].Leasing_Kunde_Email }}</a></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+{% endif %}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+{% if forderung_kopf[0].Versicherung == 'J' and forderung_kopf[0].Vers_Adresse_ID != '' %}
|
|
|
|
|
+ <div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Versicherung</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Name:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Vers_Name }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Adresse:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Vers_Adresse }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>PLZ / Ort:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Vers_PLZ }} {{forderung_kopf[0].Vers_Ort }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Telefon:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Vers_Telefon }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Telefax:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Vers_Telefax }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Webseite:</strong></td>
|
|
|
|
|
+ <td><a href="{{forderung_kopf[0].Vers_Web }}" hx-disable="true" target="_blank">{{forderung_kopf[0].Vers_Web }}</a></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Vers_Email:</strong></td>
|
|
|
|
|
+ <td><a href="mailto:{{forderung_kopf[0].Vers_Email }}?subject={{forderung_kopf[0].Document_No }}" hx-disable="true">{{forderung_kopf[0].Vers_Email }}</a></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+{% endif %}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div class="col-4">
|
|
|
|
|
+ <table class="table table-sm">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th colspan="2">Fahrzeug</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>VIN:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_VIN }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Marke:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Marke_Nr }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Modell:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Modell_Nr }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Modell Name:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Modell_Name }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Kategoriecode:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Kategoriecode }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Halter:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Kunde_Nr }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Kennzeichen:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Kennzeichen }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>KM-Stand:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Kmstand }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Antriebsart:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Antriebsart }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Erstzulassung:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Erstzulassung|date_format }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Kaufdatum:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Kaufdatum|date_format }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Fahrzeug_Vorbesitzer_Anzahl:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Vorbesitzer_Anzahl }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>Vorbesitzer:</strong></td>
|
|
|
|
|
+ <td>{{forderung_kopf[0].Fahrzeug_Vorbesitzer_Kunde_Nr }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
|
|
+</div>
|
|
|
<!--
|
|
<!--
|
|
|
|
|
|
|
|
<h3>Kommentare</h3>
|
|
<h3>Kommentare</h3>
|
|
@@ -12,8 +329,6 @@
|
|
|
<th>Timestamp</th>
|
|
<th>Timestamp</th>
|
|
|
<th>Name</th>
|
|
<th>Name</th>
|
|
|
<th>Rolle</th>
|
|
<th>Rolle</th>
|
|
|
- <th>Begründung</th>
|
|
|
|
|
- <th>Wiedervorlage</th>
|
|
|
|
|
<th>Kommentar</th>
|
|
<th>Kommentar</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
@@ -23,8 +338,6 @@
|
|
|
<td>{{ row.Timestamp|date_format }}</td>
|
|
<td>{{ row.Timestamp|date_format }}</td>
|
|
|
<td>{{ row.Name }}</td>
|
|
<td>{{ row.Name }}</td>
|
|
|
<td>{{ row.Rolle }}</td>
|
|
<td>{{ row.Rolle }}</td>
|
|
|
- <td>{{ row.Begründung or '' }}</td>
|
|
|
|
|
- <td>{{ row.Wiedervorlage|date_format }}</td>
|
|
|
|
|
<td>{{ row.Kommentar or '' }}</td>
|
|
<td>{{ row.Kommentar or '' }}</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
{% endfor %}
|
|
{% endfor %}
|
|
@@ -36,166 +349,90 @@
|
|
|
<br>
|
|
<br>
|
|
|
<br>
|
|
<br>
|
|
|
|
|
|
|
|
-{%include 'base/chat_container.html' %}
|
|
|
|
|
|
|
+<div class="row g-3">
|
|
|
|
|
+<div class="col-5">
|
|
|
|
|
|
|
|
-<br>
|
|
|
|
|
-<br>
|
|
|
|
|
|
|
+ {%include 'base/chat_container.html' %}
|
|
|
|
|
|
|
|
-<h3>Eingabemaske</h3>
|
|
|
|
|
-<br>
|
|
|
|
|
-<br>
|
|
|
|
|
|
|
+</div>
|
|
|
|
|
+<div class="col-1">
|
|
|
|
|
+
|
|
|
|
|
+</div>
|
|
|
|
|
|
|
|
|
|
+<div class="col-6">
|
|
|
<form class="row g-3">
|
|
<form class="row g-3">
|
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#VersicherungCollapse"
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#VersicherungCollapse"
|
|
|
- aria-expanded="false" aria-controls="VersicherungCollapse">
|
|
|
|
|
- <input class="form-check-input" type="checkbox" id="Versicherung">
|
|
|
|
|
|
|
+ aria-expanded="{{ forderung_kopf[0].Versicherung|truefalse }}" aria-controls="VersicherungCollapse">
|
|
|
|
|
+ <input class="form-check-input" type="checkbox" name="Versicherung" id="Versicherung" {{ forderung_kopf[0].Versicherung|checked }}>
|
|
|
<label class="form-check-label" for="Versicherung">
|
|
<label class="form-check-label" for="Versicherung">
|
|
|
<strong>Versicherungsfall</strong>
|
|
<strong>Versicherungsfall</strong>
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="collapse" id="VersicherungCollapse">
|
|
|
|
|
|
|
+ <div class="collapse {{ forderung_kopf[0].Versicherung|show }}" id="VersicherungCollapse">
|
|
|
<div class="card card-body">
|
|
<div class="card card-body">
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
<label for="Versicherung_Name" class="col-sm-2 col-form-label">Versicherung</label>
|
|
<label for="Versicherung_Name" class="col-sm-2 col-form-label">Versicherung</label>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
- <select id="Versicherung_Name" name="Versicherung_Name" class="form-select">
|
|
|
|
|
|
|
+ <select id="Versicherung_Name" name="Vers_Adresse_ID" class="form-select">
|
|
|
<option value="" selected>-</option>
|
|
<option value="" selected>-</option>
|
|
|
-<option>ADAC Autoversicherung AG</option>
|
|
|
|
|
-<option>ADLER Versicherung AG</option>
|
|
|
|
|
-<option>Allianz Versicherungs-Aktiengesellschaft</option>
|
|
|
|
|
-<option>AllSecur Deutschland AG</option>
|
|
|
|
|
-<option>ALTE LEIPZIGER Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>ARAG Allgemeine Versicherungs-AG</option>
|
|
|
|
|
-<option>AXA Versicherung AG</option>
|
|
|
|
|
-<option>Badische Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>Barmenia Allgemeine Versicherungs-AG</option>
|
|
|
|
|
-<option>Badischer Gemeinde-Versicherungs-Verband</option>
|
|
|
|
|
-<option>Basler Securitas Versicherungs-AG</option>
|
|
|
|
|
-<option>Basler Versicherungs-Gesellschaft, Basel, Direktion für Deutschland</option>
|
|
|
|
|
-<option>BAYERISCHE BEAMTEN VERSICHERUNG AKTIENGESELLSCHAFT</option>
|
|
|
|
|
-<option>Bayerischer VersicherungsverbandVersicherungsaktiengesellschaft</option>
|
|
|
|
|
-<option>BRUDERHILFE Sachversicherung Aktiengesellschaft im Raum der Kirchen</option>
|
|
|
|
|
-<option>Chartis Europe S.A.</option>
|
|
|
|
|
-<option>Concordia Versicherungs-Gesellschaft auf Gegenseitigkeit</option>
|
|
|
|
|
-<option>Condor Allgemeine Versicherungs-Aktiengesellschaft</option>
|
|
|
|
|
-<option>Continentale</option>
|
|
|
|
|
-<option>COSMOS Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>DA - Deutsche Allgemeine Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>DBV Deutsche Beamten-Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>Debeka Allgemeine Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>deutsche internet versicherung aktiengesellschaft</option>
|
|
|
|
|
-<option>DEVK Fast Lane</option>
|
|
|
|
|
-<option>Direct Line Versicherung AG</option>
|
|
|
|
|
-<option>ERGO Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>EUROPA Sachversicherung AG</option>
|
|
|
|
|
-<option>Fahrlehrerversicherung Verein auf Gegenseitigkeit</option>
|
|
|
|
|
-<option>Feuersozietät Berlin Brandenburg</option>
|
|
|
|
|
-<option>GARANTA Versicherungs-AG</option>
|
|
|
|
|
-<option>GEGENSEITIGKEIT Versicherung Oldenburg</option>
|
|
|
|
|
-<option>Generali Deutschland Versicherung AG</option>
|
|
|
|
|
-<option>Gothaer Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>GVV-Kommunalversicherung VVaG</option>
|
|
|
|
|
-<option>GVV-Privatversicherung AG</option>
|
|
|
|
|
-<option>Haftpflichtgemeinschaft Dt. Nahverkehrs- u. Versorgungsuntern. Allg. VVaG</option>
|
|
|
|
|
-<option>Hannoversche Direktversicherung AG</option>
|
|
|
|
|
-<option>HanseMerkur Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>HDI Global SE</option>
|
|
|
|
|
-<option>HDI Versicherung AG</option>
|
|
|
|
|
-<option>HDI-Gerling Firmen und Privat Versicherung AG</option>
|
|
|
|
|
-<option>HDI Haftpflichtverband der Deutschen Industrie VVaG</option>
|
|
|
|
|
-<option>Helvetia Schweizerische Versicherungsgesellschaft</option>
|
|
|
|
|
-<option>HUK 24 Aktiengesellschaft</option>
|
|
|
|
|
-<option>HUK-COBURG-Allgemeine Versicherungs AG</option>
|
|
|
|
|
-<option>HUK-COBURG Haftpflicht-Unterstützungs-Kasse kraftfahrender Beamter a.G.</option>
|
|
|
|
|
-<option>Itzehoer Versicherung/ Brandgilde von 1691 VVaG</option>
|
|
|
|
|
-<option>KRAVAG-ALLGEMEINE Versicherungs-Aktiengesellschaft</option>
|
|
|
|
|
-<option>KRAVAG-LOGISTIC Versicherungs-Aktiengesellschaft</option>
|
|
|
|
|
-<option>KRAVAG-SACH Versicherung des Deutschen Kraftverkehrs VaG</option>
|
|
|
|
|
-<option>Landesschadenhilfe Versicherung VaG</option>
|
|
|
|
|
-<option>Lippische Landesbrandversicherung AG</option>
|
|
|
|
|
-<option>LVM Landwirtschaftlicher Versicherungsverein Münster a.G.</option>
|
|
|
|
|
-<option>Mannheimer Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>Mecklenburgische Versicherungs-Gesellschaft a.G.</option>
|
|
|
|
|
-<option>MÜNCHENER VEREIN Allgemeine Versicherungs-AG</option>
|
|
|
|
|
-<option>NÜRNBERGER Allgemeine Versicherungs-AG</option>
|
|
|
|
|
-<option>NÜRNBERGER Beamten Allgemeine Versicherungs-AG</option>
|
|
|
|
|
-<option>Oldenburgische Landesbrandkasse</option>
|
|
|
|
|
-<option>Optima Versicherungs-Aktiengesellschaft</option>
|
|
|
|
|
-<option>OVAG - Ostdeutsche Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>Öffentliche Feuerversicherung Sachsen-Anhalt</option>
|
|
|
|
|
-<option>Öffentliche Versicherung Braunschweig</option>
|
|
|
|
|
-<option>Provinzial Nord Brandkasse Aktiengesellschaft</option>
|
|
|
|
|
-<option>Provinzial Rheinland Versicherung AG</option>
|
|
|
|
|
-<option>R+V Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>R+V Direktversicherung AG</option>
|
|
|
|
|
-<option>S direkt Versicherung AG</option>
|
|
|
|
|
-<option>SAARLAND Feuerversicherung AG</option>
|
|
|
|
|
-<option>SCHWARZMEER UND OSTSEE Versicherungs-AktiengesellschaftSOVAG</option>
|
|
|
|
|
-<option>Signal Iduna Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>SIGNAL Unfallversicherung a.G.</option>
|
|
|
|
|
-<option>SV Sparkassen-Versicherung Holding AG</option>
|
|
|
|
|
-<option>United Services Automobile Association Direktion für Deutschland</option>
|
|
|
|
|
-<option>UniVersa Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>Versicherungskammer Bayern Versicherungsanstalt des öffentlichen Rechts</option>
|
|
|
|
|
-<option>Verti Versicherung</option>
|
|
|
|
|
-<option>VGH Landschaftliche Brandkasse Hannover</option>
|
|
|
|
|
-<option>VHV Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>VHV Vereinigte Hannoversche Versicherung a.G.</option>
|
|
|
|
|
-<option>VOLKSWOHL-BUND Sachversicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>Westfälische Provinzial Versicherung Aktiengesellschaft</option>
|
|
|
|
|
-<option>WGV-Versicherung AG</option>
|
|
|
|
|
-<option>Württembergische Gemeinde-Versicherung a.G.</option>
|
|
|
|
|
-<option>Württembergische Versicherung AG</option>
|
|
|
|
|
-<option>WWK Allgemeine Versicherung AG</option>
|
|
|
|
|
-<option>Zurich Insurance plc</option>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ {% for v in versicherungen %}
|
|
|
|
|
+ {% if v.Vers_Adresse_ID == forderung_kopf[0].Vers_Adresse_ID %}
|
|
|
|
|
+ <option value="{{ v.Vers_Adresse_ID }}" selected>{{ v.Vers_Name }}</option>
|
|
|
|
|
+ {% else %}
|
|
|
|
|
+ <option value="{{ v.Vers_Adresse_ID }}">{{ v.Vers_Name }}</option>
|
|
|
|
|
+ {% endif %}
|
|
|
|
|
+ {% endfor %}
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
<select id="Versicherung_Typ" name="Versicherung_Typ" class="form-select">
|
|
<select id="Versicherung_Typ" name="Versicherung_Typ" class="form-select">
|
|
|
<option value="" selected>-</option>
|
|
<option value="" selected>-</option>
|
|
|
- <option>Haftpflicht</option>
|
|
|
|
|
- <option>Teilkasko</option>
|
|
|
|
|
- <option>Vollkasko</option>
|
|
|
|
|
- <option>Ausländisch</option>
|
|
|
|
|
- </select>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ {% for v in ('Haftpflicht', 'Teilkasko', 'Vollkasko', 'Ausländisch') %}
|
|
|
|
|
+ {% if v == forderung_kopf[0].Versicherung_Typ %}
|
|
|
|
|
+ <option value="{{ v }}" selected>{{ v }}</option>
|
|
|
|
|
+ {% else %}
|
|
|
|
|
+ <option value="{{ v }}">{{ v }}</option>
|
|
|
|
|
+ {% endif %}
|
|
|
|
|
+ {% endfor %}
|
|
|
|
|
+
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
<label for="Selbstbeteiligung" class="col-sm-2 col-form-label">Selbstbeteiligung</label>
|
|
<label for="Selbstbeteiligung" class="col-sm-2 col-form-label">Selbstbeteiligung</label>
|
|
|
<div class="col-sm-2">
|
|
<div class="col-sm-2">
|
|
|
<select id="Selbstbeteiligung" name="Selbstbeteiligung" class="form-select">
|
|
<select id="Selbstbeteiligung" name="Selbstbeteiligung" class="form-select">
|
|
|
- <option value="" selected>-</option>
|
|
|
|
|
- <option>Versicherung</option>
|
|
|
|
|
- <option>Kunde</option>
|
|
|
|
|
- <option>Autohaus</option>
|
|
|
|
|
|
|
+ <option value="" {{ (forderung_kopf[0].Selbstbeteiligung=="" )|selected }}>-</option>
|
|
|
|
|
+ <option {{ (forderung_kopf[0].Selbstbeteiligung=="Versicherung" )|selected }}>Versicherung</option>
|
|
|
|
|
+ <option {{ (forderung_kopf[0].Selbstbeteiligung=="Kunde" )|selected }}>Kunde</option>
|
|
|
|
|
+ <option {{ (forderung_kopf[0].Selbstbeteiligung=="Autohaus" )|selected }}>Autohaus</option>
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-2">
|
|
<div class="col-sm-2">
|
|
|
- <input type="text" class="form-control" id="Selbstbeteiligung_Betrag" placeholder="Betrag">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" id="Selbstbeteiligung_Betrag" name="Selbstbeteiligung_Betrag" placeholder="Betrag" value="{{ forderung_kopf[0].Selbstbeteiligung_Betrag }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
<label for="MwSt" class="col-sm-2 col-form-label">MwSt</label>
|
|
<label for="MwSt" class="col-sm-2 col-form-label">MwSt</label>
|
|
|
<div class="col-sm-2">
|
|
<div class="col-sm-2">
|
|
|
- <select id="MwSt" name="MwSt" class="form-select">
|
|
|
|
|
- <option value="" selected>-</option>
|
|
|
|
|
- <option>Versicherung</option>
|
|
|
|
|
- <option>Kunde</option>
|
|
|
|
|
- <option>Autohaus</option>
|
|
|
|
|
|
|
+ <select id="MwSt" name="Mwst" class="form-select">
|
|
|
|
|
+ <option value="" {{ (forderung_kopf[0].MwSt=="" )|selected }}>-</option>
|
|
|
|
|
+ <option {{ (forderung_kopf[0].Mwst=="Versicherung" )|selected }}>Versicherung</option>
|
|
|
|
|
+ <option {{ (forderung_kopf[0].Mwst=="Kunde" )|selected }}>Kunde</option>
|
|
|
|
|
+ <option {{ (forderung_kopf[0].Mwst=="Autohaus" )|selected }}>Autohaus</option>
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-2">
|
|
<div class="col-sm-2">
|
|
|
- <input type="text" class="form-control" id="MwSt_Betrag" placeholder="Betrag">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" id="Mwst_Betrag" name="Mwst_Betrag" placeholder="Betrag" value="{{ forderung_kopf[0].Mwst_Betrag|number_format }}">
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-sm-2">
|
|
<div class="col-sm-2">
|
|
|
- <span
|
|
|
|
|
- onclick="document.getElementById('MwSt_Betrag').value='{{ forderung_kopf[0].MwSt_Betrag|number_format }}';">{{
|
|
|
|
|
- forderung_kopf[0].MwSt_Betrag|number_format }}</span>
|
|
|
|
|
|
|
+ <a class="btn btn-primary" hx-disable="true"
|
|
|
|
|
+ onclick="document.getElementById('Mwst_Betrag').value='{{ forderung_kopf[0].Mwst_Betrag_berechnet|number_format }}';">
|
|
|
|
|
+ <i class="cil-arrow-thick-left"></i>
|
|
|
|
|
+ {{ forderung_kopf[0].Mwst_Betrag_berechnet|number_format }}</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-3">
|
|
<div class="col-3">
|
|
@@ -209,20 +446,20 @@
|
|
|
|
|
|
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#ReklamationCollapse"
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#ReklamationCollapse"
|
|
|
- aria-expanded="false" aria-controls="ReklamationCollapse">
|
|
|
|
|
- <input class="form-check-input" type="checkbox" id="Reklamation">
|
|
|
|
|
|
|
+ aria-expanded="{{ forderung_kopf[0].Reklamation|truefalse }}" aria-controls="ReklamationCollapse">
|
|
|
|
|
+ <input class="form-check-input" type="checkbox" id="Reklamation" name="Reklamation" {{ forderung_kopf[0].Reklamation|checked }}>
|
|
|
<label class="form-check-label" for="Reklamation">
|
|
<label class="form-check-label" for="Reklamation">
|
|
|
<strong>Reklamation</strong>
|
|
<strong>Reklamation</strong>
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="collapse" id="ReklamationCollapse">
|
|
|
|
|
|
|
+ <div class="collapse {{ forderung_kopf[0].Reklamation|show }}" id="ReklamationCollapse">
|
|
|
<div class="card card-body">
|
|
<div class="card card-body">
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
- <label for="Reklamation_Begründung" class="col-sm-2 col-form-label">Begründung</label>
|
|
|
|
|
|
|
+ <label for="Reklamation_Begruendung" class="col-sm-2 col-form-label">Begründung</label>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
- <input type="text" class="form-control" id="Reklamation_Begründung">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" id="Reklamation_Begruendung" name="Reklamation_Begruendung" value="{{ forderung_kopf[0].Reklamation_Begruendung }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -230,8 +467,8 @@
|
|
|
|
|
|
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#RechtsanwaltCollapse"
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#RechtsanwaltCollapse"
|
|
|
- aria-expanded="false" aria-controls="RechtsanwaltCollapse">
|
|
|
|
|
- <input class="form-check-input" type="checkbox" id="Rechtsanwalt">
|
|
|
|
|
|
|
+ aria-expanded="{{ forderung_kopf[0].Rechtsanwalt|truefalse }}" aria-controls="RechtsanwaltCollapse">
|
|
|
|
|
+ <input class="form-check-input" type="checkbox" id="Rechtsanwalt" name="Rechtsanwalt" {{ forderung_kopf[0].Rechtsanwalt|checked }}>
|
|
|
<label class="form-check-label" for="Rechtsanwalt">
|
|
<label class="form-check-label" for="Rechtsanwalt">
|
|
|
<strong>Rechtsanwalt</strong>
|
|
<strong>Rechtsanwalt</strong>
|
|
|
</label>
|
|
</label>
|
|
@@ -239,25 +476,25 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- <div class="collapse" id="RechtsanwaltCollapse">
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <div class="collapse {{ forderung_kopf[0].Rechtsanwalt|show }}" id="RechtsanwaltCollapse">
|
|
|
<div class="card card-body">
|
|
<div class="card card-body">
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
- <label for="Rechtsanwalt_Begründung" class="col-sm-2 col-form-label">Begründung</label>
|
|
|
|
|
|
|
+ <label for="Rechtsanwalt_Begruendung" class="col-sm-2 col-form-label">Begründung</label>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
- <input type="text" class="form-control" id="Rechtsanwalt_Begründung">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" id="Rechtsanwalt_Begruendung" name="Rechtsanwalt_Begruendung" value="{{ forderung_kopf[0].Rechtsanwalt_Begruendung }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
<label for="Rechtsanwalt_Aktenzeichen" class="col-sm-2 col-form-label">Aktenzeichen</label>
|
|
<label for="Rechtsanwalt_Aktenzeichen" class="col-sm-2 col-form-label">Aktenzeichen</label>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
- <input type="text" class="form-control" id="Rechtsanwalt_Aktenzeichen">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" id="Rechtsanwalt_Aktenzeichen" name="Rechtsanwalt_Aktenzeichen" value="{{ forderung_kopf[0].Rechtsanwalt_Aktenzeichen }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
<label for="Rechtsanwalt_Stand" class="col-sm-2 col-form-label">Aktueller Stand</label>
|
|
<label for="Rechtsanwalt_Stand" class="col-sm-2 col-form-label">Aktueller Stand</label>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
- <input type="text" class="form-control" id="Rechtsanwalt_Stand">
|
|
|
|
|
|
|
+ <input type="text" class="form-control" id="Rechtsanwalt_Stand" name="Rechtsanwalt_Stand" value="{{ forderung_kopf[0].Rechtsanwalt_Stand }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-3">
|
|
<div class="col-3">
|
|
@@ -270,21 +507,21 @@
|
|
|
|
|
|
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#MahnenCollapse"
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#MahnenCollapse"
|
|
|
- aria-expanded="false" aria-controls="MahnenCollapse">
|
|
|
|
|
- <input class="form-check-input" type="checkbox" id="Mahnen">
|
|
|
|
|
|
|
+ aria-expanded="{{ forderung_kopf[0].Mahnen_aussetzen|truefalse }}" aria-controls="MahnenCollapse">
|
|
|
|
|
+ <input class="form-check-input" type="checkbox" id="Mahnen" name="Mahnen_aussetzen" {{ forderung_kopf[0].Mahnen_aussetzen|checked }}>
|
|
|
<label class="form-check-label" for="Mahnen">
|
|
<label class="form-check-label" for="Mahnen">
|
|
|
<strong>Mahnlauf aussetzen</strong>
|
|
<strong>Mahnlauf aussetzen</strong>
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="collapse" id="MahnenCollapse">
|
|
|
|
|
|
|
+ <div class="collapse {{ forderung_kopf[0].Mahnen_aussetzen|show }}" id="MahnenCollapse">
|
|
|
<div class="card card-body">
|
|
<div class="card card-body">
|
|
|
<div class="row mb-3">
|
|
<div class="row mb-3">
|
|
|
<label for="Mahnen_Begründung" class="col-sm-2 col-form-label">Begründung</label>
|
|
<label for="Mahnen_Begründung" class="col-sm-2 col-form-label">Begründung</label>
|
|
|
<div class="col-sm-3">
|
|
<div class="col-sm-3">
|
|
|
-
|
|
|
|
|
- <input type="text" class="form-control" id="Mahnen_Begründung">
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <input type="text" class="form-control" id="Mahnen_Begruendung" name="Mahnen_Begruendung" value="{{ forderung_kopf[0].Mahnen_Begruendung }}">
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -292,18 +529,24 @@
|
|
|
|
|
|
|
|
<div class="col-3">
|
|
<div class="col-3">
|
|
|
<label for="Wiedervorlage" class="form-label">Wiedervorlage</label>
|
|
<label for="Wiedervorlage" class="form-label">Wiedervorlage</label>
|
|
|
- <input type="date" class="form-control" id="Wiedervorlage" name="Wiedervorlage" value="{{ forderung_kopf[0].Invoice_Date.strftime("%Y-%m-%d") }}">
|
|
|
|
|
|
|
+ <input type="date" class="form-control" id="Wiedervorlage" name="Wiedervorlage"
|
|
|
|
|
+ value="{{ forderung_kopf[0].Wiedervorlage.strftime("%Y-%m-%d") }}">
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-2">
|
|
|
|
|
+ <a class="btn btn-primary"
|
|
|
|
|
+ onclick="document.getElementById('Wiedervorlage').value='{{ add7days.strftime("%Y-%m-%d") }}';" hx-disable="true">
|
|
|
|
|
+ +7 Tage
|
|
|
|
|
+ </a>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-12">
|
|
<div class="col-12">
|
|
|
- <a class="btn btn-primary" hx-disable="true"
|
|
|
|
|
- href="#">Speichern
|
|
|
|
|
- </a>
|
|
|
|
|
|
|
+ <button class="btn btn-primary" hx-post="" hx-trigger="click" hx-swap="none" hx-push-url="false" >Speichern</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
</form>
|
|
</form>
|
|
|
-
|
|
|
|
|
|
|
+</div>
|
|
|
|
|
+</div>
|
|
|
<br>
|
|
<br>
|
|
|
<br>
|
|
<br>
|
|
|
|
|
|
|
@@ -351,6 +594,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<table class="table table-striped table-bordered">
|
|
<table class="table table-striped table-bordered">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <!--
|
|
|
|
|
+ {% for row in forderung_kopf %}
|
|
|
|
|
+
|
|
|
|
|
+ {% for key, value in row._asdict().items() %}
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td><strong>{{ key }}:</strong></td>
|
|
|
|
|
+ <td>{{ '{{' }}forderung_kopf[0].{{ key }} {{ '}}' }}</td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ {% endfor %}
|
|
|
|
|
+ {% endfor %}
|
|
|
|
|
+ -->
|
|
|
|
|
+ </div>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
{% for row in forderung_kopf %}
|
|
{% for row in forderung_kopf %}
|
|
|
|
|
|