feat: Rechnungsfilter (offen/gesendet), Rabatt-Dialog, Adress-Labels mit voller Adresse und Duplikatsschutz im Adressbuch
- Rechnungen erstellen: Filter Alle/Offene/Gesendete pro Abrechnungsmonat; Versand wird in system_invoice_dispatch protokolliert - Rabatt pro Kunde jetzt über Icon-Dialog mit Prozentwert und Grund; Grund erscheint auf der Rechnungsposition - MessageController: stille catch-Blöcke durch Logging ersetzt, offene Pflicht-Tasks werden bei station_completed geloggt - Auftragserstellung: Abhol- und Lieferadresslisten zeigen die komplette Adresse, Auftraggeber nur den Firmennamen; (2)-Zähler entfernt - Adressbuch: komplett identische Einträge werden beim Anlegen übersprungen bzw. mit Hinweis abgelehnt - App: Versionsanzeige liest zur Laufzeit aus dem Build (package_info_plus), pubspec auf 0.9.20+1; Versionspflege dokumentiert (pom.xml fürs Web, pubspec.yaml für die App) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -352,6 +352,7 @@ addcustomer.title=Создать новый адрес
|
||||
addcustomer.button.submit=Создать адрес
|
||||
addcustomer.notification.validation=Пожалуйста, заполните все обязательные поля
|
||||
addcustomer.notification.success=Клиент успешно создан
|
||||
addcustomer.notification.duplicate=Идентичная запись в адресной книге уже существует
|
||||
addcustomer.notification.check=Пожалуйста, проверьте ваши данные
|
||||
addcustomer.notification.error=Ошибка: {0}
|
||||
addcustomer.validation.required=Это поле обязательно для заполнения
|
||||
@@ -1062,6 +1063,10 @@ admincreateinvoices.notification.notemplate=Шаблон счета отсутс
|
||||
admincreateinvoices.notification.error=Ошибка при создании счета: {0}
|
||||
admincreateinvoices.button.createselected=Создать счета ({0})
|
||||
admincreateinvoices.field.month=Расчетный месяц
|
||||
admincreateinvoices.filter.label=Показать
|
||||
admincreateinvoices.filter.all=Все счета
|
||||
admincreateinvoices.filter.open=Только открытые
|
||||
admincreateinvoices.filter.sent=Только отправленные
|
||||
admincreateinvoices.dialog.title=Проверка счетов
|
||||
admincreateinvoices.dialog.position=Счет {0} из {1}
|
||||
admincreateinvoices.dialog.button.previous=Назад
|
||||
|
||||
Reference in New Issue
Block a user