|
|
@@ -1,8 +1,10 @@
|
|
|
<form class="row g-3">
|
|
|
+ <input type="hidden" name="source" value="details" />
|
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#VersicherungCollapse"
|
|
|
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 }}>
|
|
|
+ <input class="form-check-input" type="checkbox" name="Versicherung" id="Versicherung" {{
|
|
|
+ forderung_kopf[0].Versicherung|checked }}>
|
|
|
<label class="form-check-label" for="Versicherung">
|
|
|
<strong>Versicherungsfall</strong>
|
|
|
</label>
|
|
|
@@ -42,7 +44,8 @@
|
|
|
<div class="row mb-3">
|
|
|
<label for="Versicherung_Schadennummer" class="col-sm-3 col-form-label">Schadennummer</label>
|
|
|
<div class="col-sm-5">
|
|
|
- <input type="text" class="form-control" id="Versicherung_Schadennummer" name="Versicherung_Schadennummer" value="{{ forderung_kopf[0].Versicherung_Schadennummer }}">
|
|
|
+ <input type="text" class="form-control" id="Versicherung_Schadennummer" name="Versicherung_Schadennummer"
|
|
|
+ value="{{ forderung_kopf[0].Versicherung_Schadennummer }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
|
@@ -56,7 +59,8 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
|
- <input type="text" class="form-control" id="Selbstbeteiligung_Betrag" name="Selbstbeteiligung_Betrag" placeholder="Betrag" value="{{ forderung_kopf[0].Selbstbeteiligung_Betrag }}">
|
|
|
+ <input type="text" class="form-control" id="Selbstbeteiligung_Betrag" name="Selbstbeteiligung_Betrag"
|
|
|
+ placeholder="Betrag" value="{{ forderung_kopf[0].Selbstbeteiligung_Betrag }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
|
@@ -70,7 +74,8 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
|
- <input type="text" class="form-control" id="Mwst_Betrag" name="Mwst_Betrag" placeholder="Betrag" value="{{ forderung_kopf[0].Mwst_Betrag|number_format }}">
|
|
|
+ <input type="text" class="form-control" id="Mwst_Betrag" name="Mwst_Betrag" placeholder="Betrag"
|
|
|
+ value="{{ forderung_kopf[0].Mwst_Betrag|number_format }}">
|
|
|
</div>
|
|
|
<div class="col-sm-3">
|
|
|
<a class="btn btn-primary" hx-disable="true"
|
|
|
@@ -91,7 +96,8 @@
|
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#ReklamationCollapse"
|
|
|
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 }}>
|
|
|
+ <input class="form-check-input" type="checkbox" id="Reklamation" name="Reklamation" {{
|
|
|
+ forderung_kopf[0].Reklamation|checked }}>
|
|
|
<label class="form-check-label" for="Reklamation">
|
|
|
<strong>Reklamation</strong>
|
|
|
</label>
|
|
|
@@ -103,7 +109,8 @@
|
|
|
<div class="row mb-3">
|
|
|
<label for="Reklamation_Begruendung" class="col-sm-3 col-form-label">Begründung</label>
|
|
|
<div class="col-sm-5">
|
|
|
- <input type="text" class="form-control" id="Reklamation_Begruendung" name="Reklamation_Begruendung" value="{{ forderung_kopf[0].Reklamation_Begruendung }}">
|
|
|
+ <input type="text" class="form-control" id="Reklamation_Begruendung" name="Reklamation_Begruendung"
|
|
|
+ value="{{ forderung_kopf[0].Reklamation_Begruendung }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -112,7 +119,8 @@
|
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#RechtsanwaltCollapse"
|
|
|
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 }}>
|
|
|
+ <input class="form-check-input" type="checkbox" id="Rechtsanwalt" name="Rechtsanwalt" {{
|
|
|
+ forderung_kopf[0].Rechtsanwalt|checked }}>
|
|
|
<label class="form-check-label" for="Rechtsanwalt">
|
|
|
<strong>Rechtsanwalt</strong>
|
|
|
</label>
|
|
|
@@ -126,19 +134,22 @@
|
|
|
<div class="row mb-3">
|
|
|
<label for="Rechtsanwalt_Begruendung" class="col-sm-3 col-form-label">Begründung</label>
|
|
|
<div class="col-sm-5">
|
|
|
- <input type="text" class="form-control" id="Rechtsanwalt_Begruendung" name="Rechtsanwalt_Begruendung" value="{{ forderung_kopf[0].Rechtsanwalt_Begruendung }}">
|
|
|
+ <input type="text" class="form-control" id="Rechtsanwalt_Begruendung" name="Rechtsanwalt_Begruendung"
|
|
|
+ value="{{ forderung_kopf[0].Rechtsanwalt_Begruendung }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
|
<label for="Rechtsanwalt_Aktenzeichen" class="col-sm-3 col-form-label">Aktenzeichen</label>
|
|
|
<div class="col-sm-5">
|
|
|
- <input type="text" class="form-control" id="Rechtsanwalt_Aktenzeichen" name="Rechtsanwalt_Aktenzeichen" value="{{ forderung_kopf[0].Rechtsanwalt_Aktenzeichen }}">
|
|
|
+ <input type="text" class="form-control" id="Rechtsanwalt_Aktenzeichen" name="Rechtsanwalt_Aktenzeichen"
|
|
|
+ value="{{ forderung_kopf[0].Rechtsanwalt_Aktenzeichen }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row mb-3">
|
|
|
<label for="Rechtsanwalt_Stand" class="col-sm-3 col-form-label">Aktueller Stand</label>
|
|
|
<div class="col-sm-5">
|
|
|
- <input type="text" class="form-control" id="Rechtsanwalt_Stand" name="Rechtsanwalt_Stand" value="{{ forderung_kopf[0].Rechtsanwalt_Stand }}">
|
|
|
+ <input type="text" class="form-control" id="Rechtsanwalt_Stand" name="Rechtsanwalt_Stand"
|
|
|
+ value="{{ forderung_kopf[0].Rechtsanwalt_Stand }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col-3">
|
|
|
@@ -152,7 +163,8 @@
|
|
|
<div class="col-12">
|
|
|
<div class="form-check" data-coreui-toggle="collapse" data-coreui-target="#MahnenCollapse"
|
|
|
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 }}>
|
|
|
+ <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">
|
|
|
<strong>Mahnlauf aussetzen</strong>
|
|
|
</label>
|
|
|
@@ -169,7 +181,8 @@
|
|
|
<label for="Mahnen_Begründung" class="col-sm-3 col-form-label">Begründung</label>
|
|
|
<div class="col-sm-5">
|
|
|
|
|
|
- <input type="text" class="form-control" id="Mahnen_Begruendung" name="Mahnen_Begruendung" value="{{ forderung_kopf[0].Mahnen_Begruendung }}">
|
|
|
+ <input type="text" class="form-control" id="Mahnen_Begruendung" name="Mahnen_Begruendung"
|
|
|
+ value="{{ forderung_kopf[0].Mahnen_Begruendung }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -179,23 +192,22 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="col-12">
|
|
|
- <div class="row mb-3">
|
|
|
- <label for="Wiedervorlage" class="col-sm-3 col-form-label">Wiedervorlage</label>
|
|
|
- <div class="col-sm-5">
|
|
|
+ <div class="row mb-3">
|
|
|
+ <label for="Wiedervorlage" class="col-sm-3 col-form-label">Wiedervorlage</label>
|
|
|
+ <div class="col-sm-5">
|
|
|
<input type="date" class="form-control" id="Wiedervorlage" name="Wiedervorlage"
|
|
|
- value="{{ forderung_kopf[0].Wiedervorlage.strftime("%Y-%m-%d") }}">
|
|
|
+ value="{{ forderung_kopf[0].Wiedervorlage.strftime(" %Y-%m-%d") }}">
|
|
|
</div>
|
|
|
<div class="col-3">
|
|
|
- <a class="btn btn-primary"
|
|
|
- onclick="document.getElementById('Wiedervorlage').value='{{ add7days.strftime("%Y-%m-%d") }}';" hx-disable="true">
|
|
|
- +7 Tage
|
|
|
- </a>
|
|
|
+ <a class="btn btn-primary" onclick="document.getElementById('Wiedervorlage').value='{{ add7days }}';" hx-disable="true">
|
|
|
+ +7 Tage
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
<div class="col-12">
|
|
|
- <button class="btn btn-primary" hx-post="" hx-trigger="click" hx-swap="none" hx-push-url="false" >Speichern</button>
|
|
|
+ <button class="btn btn-primary" hx-post="" hx-trigger="click" hx-swap="none" hx-push-url="false">Speichern</button>
|
|
|
</div>
|
|
|
|
|
|
|