use text instead of creditor id in qr code, more clear that fee is for full family
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m9s
CI/CD Pipeline / deploy-staging (push) Successful in 4m5s
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-01-19 10:22:13 +01:00
parent 3a8650028d
commit 578e3df9e9

View File

@ -24,13 +24,13 @@
benefBIC: 'BKAUATWWXXX', benefBIC: 'BKAUATWWXXX',
benefAccNr: 'AT131200080413001200', benefAccNr: 'AT131200080413001200',
amountEuro: {{ fee.sum_in_cents/100 }}, amountEuro: {{ fee.sum_in_cents/100 }},
creditorRef: 'Vereinsgebühren {{ loggedin_user.name }}' remittanceInf: 'Vereinsgebühren {{ fee.name }}',
}); });
var code = sepaqr.makeCodeInto("qrcode"); var code = sepaqr.makeCodeInto("qrcode");
</script> </script>
<b>Dein Vereinsbeitrag: {{ fee.sum_in_cents / 100 }}€ {% if fee.parts | length == 1 %} ({{ fee.parts[0].0 }}) {% endif %}</b><br /> <b>Dein Vereinsbeitrag ({{ fee.name }}): {{ fee.sum_in_cents / 100 }}€ {% if fee.parts | length == 1 %} ({{ fee.parts[0].0 }}) {% endif %}</b><br />
{% if fee.parts | length > 1 %} {% if fee.parts | length > 1 %}
<small> <small>
Setzt sich zusammen aus: Setzt sich zusammen aus: