- Alle Platzhalter auch als __KEY__-Format für E-Mail-Vorlagen - billing_or_thirdparty_firstname/name mit Kundenname-Fallback - Dokumentation aktualisiert Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
705 B
Markdown
Executable file
18 lines
705 B
Markdown
Executable file
# CHANGELOG MODULE DELIVERYINVOICEADDRESS FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
|
|
|
|
## 1.3
|
|
|
|
- Neu: Alle Platzhalter auch als `__KEY__`-Format für E-Mail-Vorlagen
|
|
- Neu: `billing_or_thirdparty` Fallback-Platzhalter (Rechnungskontakt oder Kundenname)
|
|
- Neu: `billing_or_thirdparty_firstname` und `billing_or_thirdparty_name` mit Fallback
|
|
|
|
## 1.2
|
|
|
|
- Fix: `{*_contact_name}` liefert jetzt Nachname statt Vorname
|
|
- Neu: `{*_contact_fullname}` Platzhalter (Vorname + Nachname, berücksichtigt MAIN_FIRSTNAME_NAME_POSITION)
|
|
- Refactoring: Kontaktdaten per JOIN in einer Query statt N+1 Queries
|
|
- Code aufgeräumt: Mapping-Array statt if/elseif, Null-Coalescing, weniger Logging
|
|
|
|
## 1.1
|
|
|
|
Initial version
|