feat: download ZIP archive of invoices with status 'paid'

This commit is contained in:
Björn Fromme
2025-01-31 18:08:52 +01:00
parent d39f75d831
commit 3f839f9082
9 changed files with 274 additions and 3 deletions
@@ -8,6 +8,10 @@
Dokumentenübersicht
</h1>
<div class="flex flex-col items-end space-y-2 md:flex-row md:items-center md:space-x-2 md:space-y-0">
<a href="{{ path('app_administrative_document_batch_download') }}" class="btn btn--small btn--secondary">
{{ icon('download', 'w-4 h-4 shrink-0') }}
<span>best. Honorarnoten</span>
</a>
<button type="button"
class="{{ html_classes('btn btn--small', { 'btn--secondary': filterDto.active }) }}"
title="Filter"
@@ -22,7 +26,8 @@
{% endif %}
</button>
{% if filterDto.active %}
<a href="{{ path('app_common_document_filter_reset', { 'r': return_url() }) }}" class="btn btn--small btn--secondary">
<a href="{{ path('app_common_document_filter_reset', { 'r': return_url() }) }}"
class="btn btn--small btn--secondary">
Reset
</a>
{% endif %}