46 lines
1.5 KiB
HTML
Executable file
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
|