dolibarr.deliveryinvoiceadd.../about.html
data 67b9384a98 v1.2: Fix name-Substitution, neuer fullname-Platzhalter, Code-Refactoring
- Fix: {*_contact_name} liefert jetzt Nachname statt Vorname
- Neu: {*_contact_fullname} (Vorname + Nachname, MAIN_FIRSTNAME_NAME_POSITION)
- Refactoring: eine JOIN-Query statt N+1, Mapping-Array, Elementtyp-Check
- Dokumentation aktualisiert

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 18:20:32 +01:00

46 lines
1.5 KiB
HTML
Executable file

<h1>Delivery Invoice Address Module</h1>
<h2>Beschreibung</h2>
<p>Dieses Modul erweitert Dolibarr um zusätzliche ODT-Substitutions-Tags für Rechnungs-, Liefer- und Serviceadressen in Rechnungsvorlagen.</p>
<h2>Verfügbare Tags</h2>
<h3>Rechnungsadresse (BILLING)</h3>
<ul>
<li><code>{billing_contact_name}</code> - Name</li>
<li><code>{billing_contact_address}</code> - Straße</li>
<li><code>{billing_contact_zip}</code> - PLZ</li>
<li><code>{billing_contact_town}</code> - Ort</li>
<li><code>{billing_contact_country}</code> - Land</li>
</ul>
<h3>Lieferadresse (SHIPPING)</h3>
<ul>
<li><code>{delivery_contact_name}</code> - Name</li>
<li><code>{delivery_contact_address}</code> - Straße</li>
<li><code>{delivery_contact_zip}</code> - PLZ</li>
<li><code>{delivery_contact_town}</code> - Ort</li>
<li><code>{delivery_contact_country}</code> - Land</li>
</ul>
<h3>Serviceadresse (SERVICE)</h3>
<ul>
<li><code>{service_contact_name}</code> - Name</li>
<li><code>{service_contact_address}</code> - Straße</li>
<li><code>{service_contact_zip}</code> - PLZ</li>
<li><code>{service_contact_town}</code> - Ort</li>
<li><code>{service_contact_country}</code> - Land</li>
</ul>
<h2>Verwendung</h2>
<ol>
<li>Kontakte zur Rechnung mit den entsprechenden Rollen hinzufügen</li>
<li>Tags in ODT-Vorlage einfügen</li>
<li>PDF generieren</li>
</ol>
<h2>Version</h2>
<p>Version: 1.0</p>
<p>Autor: Custom Development</p>
<p>Lizenz: GPL v3+</p>
EOF