feat: send accepted teamer invoices to configurable email inbox

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 3cb5b065f4
commit 3b99757a08
13 changed files with 648 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends 'email/layout.html.twig' %}
{% block body %}
<h1>
Honorarnote
</h1>
<p>
Die angehangene Honorarnote von {{ disposition.teamer }} zum Einsatz {{ disposition.assignment.destination }}
wurde freigegeben.
</p>
{% endblock %}