Files
miniCashAll/miniCashConnect/templates/tplReceipt.html
2025-08-05 22:37:51 +02:00

40 lines
1.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Quittungsdruck</title>
</head>
<body>
<div style="font-family: Helvetica,Arial,sans-serif;">
<center>
<h1>Kleidermarkt Kindergarten Kist</h1>
<h2>Datum: %0</h2>
</center>
<h2><u>Quittungsliste f&uuml;r Kennziffer %1 bis %2:</u></h2>
<small><br>
</small>
<big>
<table valign="bottom" align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<th align="left" width="09%">Verk.Nr.</th>
<th align="left" width="17%">Verkaufspreis</th>
<th align="left" width="21%">Auszahlungspreis</th>
<th align="left" width="16%">Datum</th>
<th align="left" width="37%">Unterschrift</th>
</tr>
<tr>
<td colspan="5">
-------------------------------------------------------------------------------------------------------------------------------------------------------
</td>
</tr>
%3
</tbody>
</table>
</big>
</div>
</body></html>