feat: additional receipts as attachments to teamer invoices

addresses #869dv97u9
This commit is contained in:
2026-09-09 11:10:57 +02:00
parent 16d847137d
commit 52926ec6cc
29 changed files with 682 additions and 23 deletions
@@ -122,6 +122,11 @@
<twig:MessageBox message="{{ blocker.message }}"/>
{% endfor %}
{% endif %}
{# Outside the invoice form above - the receipt triggers are their own forms. #}
{% if is_granted('MANAGE_RECEIPTS', disposition) %}
{% include '_partials/_receipts.html.twig' %}
{% endif %}
{% endif %}
{# Contract uploaded #}
@@ -189,6 +194,10 @@
</div>
{% endif %}
{% endif %}
{% if is_granted('MANAGE_RECEIPTS', disposition) %}
{% include '_partials/_receipts.html.twig' %}
{% endif %}
{% endif %}
{# Invoice paid #}