implemented deletion of new documents

This commit is contained in:
2025-07-10 16:44:29 +02:00
parent 90c27382a1
commit 5fa9e12035
4 changed files with 76 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
{
"contacts": {
"loading": "lade…"
},
"document": {
"actions": "Aktionen",
"add_new": "{0} anlegen",
@@ -6,8 +9,10 @@
"court": "Amtsgericht: {0}",
"create_new": "neues Dokument",
"customer": "Kunde",
"customer_number": "Kundennummer: {0}",
"customer_address": "Adresse",
"customer_id": "Kundennummer",
"date": "Datum",
"delete": "löschen",
"email": "E-Mail: {0}",
"gross_sum": "Brutto-Summe",
"list": "Dokumente",
@@ -16,6 +21,10 @@
"select_company" : "Wählen Sie eine ihrer Firmen:",
"select_customer": "Kunde auswählen",
"sender": "Absender",
"sender_bank_account": "Bankverbindung",
"sender_local_court": "Amtsgericht",
"sender_name": "Name",
"sender_tax_id": "Steuernummer",
"state": "Status",
"state_declined": "abgelehnt",
"state_new":"neu",
@@ -47,6 +56,7 @@
"company": "Firma",
"contact": "Kontakte",
"document": "Dokumente",
"documents": "Dokumente",
"files": "Dateien",
"items": "Items",
"logout": "Abmelden",