Build overview and handling for unpaid incoming.

This commit is contained in:
2025-02-13 11:28:30 +01:00
parent c5a58436e1
commit 447a7d59d5
12 changed files with 284 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ return [
'Sent menually' => 'Manuell versendet',
'Payment' => 'Zahlung',
'Payment for invoice' => 'Zahlung zur Rechnung',
'Payments' => 'Zahlungen',
'Payments' => 'Zahlungseingang',
'Existing payments' => 'Bestehende Zahlungseingänge',
'Add new payment' => 'Neuen Zahlungseingang erstellen',
'Add new payment by clicking add' => 'Durch Klick auf "Anlegen" neuen Zahlungseingang erstellen',
@@ -105,5 +105,6 @@ return [
'Cash discount sum' => 'Skonto-Summe',
'Cash discount until' => 'Skonto bis',
'Cash discount terms in days' => 'Skontogültigkeit in Tagen',
'No invoices' => 'Keine Rechnungen vorhanden',
];