feat(recurring-transaction): when explicitly finishing, delete any upcoming unpaid transactions

This commit is contained in:
Herculino Trotta
2025-01-11 13:40:10 -03:00
parent afbbf7b25d
commit 2cb8100129
2 changed files with 5 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
hx-swap="innerHTML"
data-bypass-on-ctrl="true"
data-title="{% translate "Are you sure?" %}"
data-text="{% translate "This will stop the creation of new transactions" %}"
data-text="{% translate "This will stop the creation of new transactions and delete any unpaid transactions after today" %}"
data-confirm-text="{% translate "Yes, finish it!" %}"
_="install prompt_swal">
<i class="fa-solid fa-flag-checkered fa-fw"></i></a>