add bulk bill deletion across subsequent months

Implement ability to delete bills from all subsequent months
with toggle option and warning message similar to location deletion.
Includes centered warning box and efficient bulk operations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-11 12:11:10 +02:00
parent 71895229ec
commit 3ce158825e
4 changed files with 113 additions and 21 deletions

View File

@@ -62,9 +62,12 @@
}
},
"bill-delete-form": {
"text": "Please confirm deletion of bill <strong>{bill_name}</strong> at <strong>{location_name}</strong>.",
"text": "Please confirm deletion of bill \"<strong>{bill_name}</strong>\" at \"<strong>{location_name}</strong>\".",
"cancel-button": "Cancel",
"confirm-button": "Confirm"
"confirm-button": "Confirm",
"delete-in-subsequent-months": "Also delete in all subsequent months",
"warning-title": "Warning",
"warning-message": "This operation cannot be undone and will delete the bill in all future months!"
},
"bill-edit-form": {
"bill-name-placeholder": "Bill name",

View File

@@ -62,9 +62,12 @@
}
},
"bill-delete-form": {
"text": "Molim potvrdi brisanje računa <strong>{bill_name}</strong> koji pripada nekretnini <strong>{location_name}</strong>.",
"text": "Molim potvrdi brisanje računa \"<strong>{bill_name}</strong>\" koji pripada nekretnini \"<strong>{location_name}</strong>\".",
"cancel-button": "Odustani",
"confirm-button": "Potvrdi"
"confirm-button": "Potvrdi",
"delete-in-subsequent-months": "Također obriši i u svim mjesecima koji slijede",
"warning-title": "Upozorenje",
"warning-message": "Ova operacija je nepovratna i obrisat će račun u svim mjesecima koji slijede!"
},
"bill-edit-form": {
"bill-name-placeholder": "Ime računa",