changes of the upload
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<select name="status">
|
||||
<option value="Zu prüfen">Zu prüfen</option>
|
||||
<option value="In Bearbeitung">In Bearbeitung</option>
|
||||
<option value="Geprüft">Geprüft</option>
|
||||
<option value="Geprüft">Vertrag verifiziert</option>
|
||||
<option value="Bezahlt">Bezahlt</option>
|
||||
<option value="Storniert">Storniert</option>
|
||||
</select>
|
||||
@@ -50,7 +50,6 @@
|
||||
|
||||
{% if item.source == 'booking_payment' %}
|
||||
<p><strong>Buchung:</strong> {{ item.booking_package_label or item.booking_package }} | <strong>Flow:</strong> {{ item.booking_flow }}</p>
|
||||
<p><strong>Zugewiesener Admin:</strong> {{ item.assigned_admin_display_name or item.assigned_admin_username or 'Nicht gesetzt' }}{% if item.assigned_admin_email %} | <strong>E-Mail:</strong> {{ item.assigned_admin_email }}{% endif %}</p>
|
||||
<p><strong>Unterlagen:</strong> {{ item.paperwork_status or 'Offen' }}{% if item.consent_accepted %} | Einwilligung bestätigt{% endif %}</p>
|
||||
<p><strong>Kontaktdaten:</strong> {{ item.booking_data.get('contact_person', '-') }} | {{ item.booking_data.get('contact_email', '-') }} | {{ item.booking_data.get('billing_city', '-') }}</p>
|
||||
{% endif %}
|
||||
@@ -63,13 +62,13 @@
|
||||
{% endif %}
|
||||
|
||||
{% if item.hauptvertrag_data is defined or item.get('hauptvertrag_filename') %}
|
||||
<p style="margin:0.2rem 0;"><strong>Hauptvertrag (aus MongoDB):</strong>
|
||||
<p style="margin:0.2rem 0;"><strong>Hauptvertrag:</strong>
|
||||
<a href="{{ url_for('view_hauptvertrag', invoice_id=item.id) }}" target="_blank" rel="noopener">
|
||||
{{ item.hauptvertrag_filename or 'Hauptvertrag öffnen' }}
|
||||
</a>
|
||||
</p>
|
||||
{% else %}
|
||||
<p style="margin:0.2rem 0; color: #777;"><strong>Hauptvertrag:</strong> Noch nicht in MongoDB hochgeladen</p>
|
||||
<p style="margin:0.2rem 0; color: #777;"><strong>Hauptvertrag:</strong> Noch nicht hochgeladen</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user