mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
24 lines
519 B
Smarty
24 lines
519 B
Smarty
<!--
|
|
SPDX-FileCopyrightText: 2022 Andreas Palm
|
|
SPDX-FileCopyrightText: 2019 Xentral ERP Sorftware GmbH, Fuggerstrasse 11, D-86150 Augsburg
|
|
SPDX-License-Identifier: LicenseRef-EGPL-3.1
|
|
-->
|
|
<fieldset>
|
|
<legend>[SUBHEADING]</legend>
|
|
|
|
</fieldset>
|
|
<table class="mkTable">
|
|
<tr>
|
|
<th>{|Bescheibung|}</th>
|
|
<th>{|Menge|}</th>
|
|
<th>{|Einzelpreis (netto)|}</th>
|
|
<th>{|Rabatt|}</th>
|
|
<th>{|Zyklen|}</th>
|
|
<th>{|Gesamtpreis (netto)|}</th>
|
|
<th>{|Währung|}</th>
|
|
</tr>
|
|
[INHALT]
|
|
</table>
|
|
<p>
|
|
<strong>[TOTAL]</strong>
|
|
</p> |