Initial Validation Suite V2 report engine
This commit is contained in:
commit
2b5c765e41
79 changed files with 2072 additions and 0 deletions
1
app/templates/dashboard.html
Normal file
1
app/templates/dashboard.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{% extends "base.html" %}{% block content %}<header><div><small>V2 ARBEITSSTAND</small><h1>Validierungsberichte</h1><p>Die Demo-Validierung erzeugt bereits den vollständigen mehrseitigen Strukturbericht.</p></div></header><section class="grid">{% for v in validations %}<article class="card"><span class="badge">{{ v.status }}</span><h2>{{ v.report_number }}</h2><p><b>{{ v.customer.practice_name }}</b><br>{{ v.device.manufacturer }} {{ v.device.model }}<br>{{ v.test_date.strftime('%d.%m.%Y') }}</p><a class="primary button" href="{{ url_for('report', item_id=v.id) }}">V2-Prüfbericht herunterladen</a></article>{% endfor %}</section>{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue