feat: Preistabelle auf App-Nutzer-Gebühr umgestellt, Rechnungsprüf-Dialog mit E-Mail-Versand und Rabatt-Erfassung
- Preistabelle: App-Nutzungslizenz und Umsatzbeteiligung durch Gebühr pro App-Nutzer ersetzt, Abrechnung pro konfiguriertem App-Nutzer (countByErstelltVon) - Rechnungen erstellen: Prüf-Dialog mit Vor/Zurück-Navigation, Entfernen einzelner Rechnungen und Versand als PDF-Anhang an die Kunden (EmailService mit Anhang-Unterstützung) - Rabatt pro Kunde über Icon-Dialog mit Prozentwert und Grund, als eigene Position auf der Rechnung berücksichtigt - E-Mail-Spalte entfernt, Rechnung-erstellen-Button durch Icon ersetzt, (0 App-Nutzer)-Zusatz entfällt - Version 0.9.20 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1051,8 +1051,8 @@ misc.retry=Retry
|
||||
# Admin Price Table
|
||||
adminpricetable.title=Price Table
|
||||
adminpricetable.field.monthly=Monthly Base Package
|
||||
adminpricetable.field.applicense=App Usage License
|
||||
adminpricetable.field.revenue=Revenue Share
|
||||
adminpricetable.field.appuserfee=Fee per App User
|
||||
adminpricetable.field.appuserfee.helper=Billed monthly per app user set up
|
||||
adminpricetable.notification.saved=Price table has been saved
|
||||
adminpricetable.notification.save.error=Error saving: {0}
|
||||
adminpricetable.notification.load.error=Error loading: {0}
|
||||
@@ -1112,7 +1112,12 @@ page.title.admin.createinvoices=Create invoices
|
||||
admincreateinvoices.title=Create invoices
|
||||
admincreateinvoices.hint=Invoices are due at the end of the month. If a customer starts mid-month, only the remaining days until the end of the month are billed.
|
||||
admincreateinvoices.column.customer=Customer
|
||||
admincreateinvoices.column.email=Email
|
||||
admincreateinvoices.column.discount=Discount
|
||||
admincreateinvoices.discount.position=Discount ({0}%)
|
||||
admincreateinvoices.discount.dialog.title=Enter discount
|
||||
admincreateinvoices.discount.dialog.percent=Discount in %
|
||||
admincreateinvoices.discount.dialog.reason=Reason for the discount
|
||||
admincreateinvoices.discount.dialog.apply=Apply
|
||||
admincreateinvoices.column.start=Customer since
|
||||
admincreateinvoices.column.days=Billed days
|
||||
admincreateinvoices.column.due=Due on
|
||||
@@ -1120,8 +1125,20 @@ admincreateinvoices.column.net=Net amount
|
||||
admincreateinvoices.days.full=Full month
|
||||
admincreateinvoices.days.partial={0} of {1} days
|
||||
admincreateinvoices.prorata.suffix=(pro rata {0}/{1} days)
|
||||
admincreateinvoices.appusers.suffix=({0} app users)
|
||||
admincreateinvoices.button.create=Create invoice
|
||||
admincreateinvoices.notification.notemplate=No invoice template available. Please save a template in the invoice generator first.
|
||||
admincreateinvoices.notification.error=Error creating the invoice: {0}
|
||||
admincreateinvoices.button.createselected=Create invoices ({0})
|
||||
admincreateinvoices.field.month=Billing month
|
||||
admincreateinvoices.dialog.title=Review invoices
|
||||
admincreateinvoices.dialog.position=Invoice {0} of {1}
|
||||
admincreateinvoices.dialog.button.previous=Back
|
||||
admincreateinvoices.dialog.button.next=Next
|
||||
admincreateinvoices.dialog.button.delete=Remove from list
|
||||
admincreateinvoices.dialog.button.send=Send invoices
|
||||
admincreateinvoices.dialog.notification.removed=Invoice removed from the list
|
||||
admincreateinvoices.mail.subject=Your invoice {0}
|
||||
admincreateinvoices.mail.body=Dear Sir or Madam,\n\nplease find attached your invoice {0} for the billing period {1}.\n\nKind regards\n{2}
|
||||
admincreateinvoices.notification.sent={0} invoice(s) sent by email
|
||||
admincreateinvoices.notification.sendfailed={0} invoice(s) could not be sent
|
||||
|
||||
Reference in New Issue
Block a user