report pdf + export options + work

This commit is contained in:
JMARyA 2024-12-06 15:07:03 +01:00
parent 3caecf63f6
commit 696e603476
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 2579 additions and 12 deletions

View file

@ -1,7 +1,8 @@
{{ title|safe }}
<main class="flex-grow w-full max-w-4xl mx-auto p-6 bg-white shadow-lg rounded-lg mt-6">
<div class="mb-4">
<div class="mb-4 flex justify-between">
<div>
<p class="text-lg font-medium text-gray-700">
Berichtsheft <span class="font-semibold">{{ report.year }}</span> / <span class="font-semibold">{{ report.week }}</span>
</p>
@ -12,6 +13,12 @@
</span>
</p>
</div>
<div class="mt-3">
<a href="/report/{{ report.id }}/pdf" class="{{ STYLE.red_btn }}">
Download
</a>
</div>
</div>
<div class="border-t border-gray-200 mt-4 pt-4">
<h2 class="text-lg font-medium text-gray-800 mb-2">Content:</h2>