first re-commit.
This commit is contained in:
39
miniCashConnect/templates/tplReceipt.html
Normal file
39
miniCashConnect/templates/tplReceipt.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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ü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>
|
Reference in New Issue
Block a user