Revision c66469ff
Von Bernd Blessmann vor etwa 13 Jahren hinzugefügt
templates/print/RB/bin_list.html | ||
---|---|---|
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td width=10> </td>
|
||
|
||
<td>
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<th><img src=http://localhost/lx-erp/lx-office-erp.png border=0 width=64 height=58></th>
|
||
|
||
<th align=right>
|
||
<h4>
|
||
Tel: <%tel%>
|
||
<br>Fax: <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>L A G E R L I S T E</h4>
|
||
</th>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td>
|
||
<table width=100% cellspacing=0 cellpadding=0>
|
||
<tr bgcolor=000000>
|
||
<th align=left width=50%><font color=ffffff>Absender</th>
|
||
<th align=left width=50%><font color=ffffff>Lieferanschrift</th>
|
||
</tr>
|
||
|
||
<tr valign=top>
|
||
<td><%name%>
|
||
<br><%street%>
|
||
<br><%zipcode%>
|
||
<br><%city%>
|
||
<br><%country%>
|
||
<br>
|
||
|
||
<%if contact%>
|
||
<br>Kontakt: <%contact%>
|
||
<%end contact%>
|
||
|
||
<%if vendorphone%>
|
||
<br>Tel: <%vendorphone%>
|
||
<%end vendorphone%>
|
||
|
||
<%if vendorfax%>
|
||
<br>Fax: <%vendorfax%>
|
||
<%end vendorfax%>
|
||
|
||
<%if email%>
|
||
<br><%email%>
|
||
<%end email%>
|
||
|
||
</td>
|
||
|
||
<td><%shiptoname%>
|
||
<br><%shiptostreet%>
|
||
<br><%shiptozipcode%>
|
||
<br><%shiptocity%>
|
||
<br><%shiptocountry%>
|
||
|
||
<br>
|
||
<%if shiptocontact%>
|
||
<br>Kontakt: <%shiptocontact%>
|
||
<%end shiptocontact%>
|
||
|
||
<%if shiptophone%>
|
||
<br>Tel: <%shiptophone%>
|
||
<%end shiptophone%>
|
||
|
||
<%if shiptofax%>
|
||
<br>Fax: <%shiptofax%>
|
||
<%end shiptofax%>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr height=5></tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td>
|
||
<table width=100% border=1>
|
||
<tr>
|
||
<th width=17% align=left nowrap>BestellNr. #</th>
|
||
<th width=17% align=left nowrap>Datum</th>
|
||
<th width=17% align=left nowrap>Kontakt</th>
|
||
<%if warehouse%>
|
||
<th width=17% align=left nowrap>Lager</th>
|
||
<%end warehouse%>
|
||
<th width=17% align=left>Versandort</th>
|
||
<th width=15% align=left>Lieferung durch</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><%ordnumber%> </td>
|
||
|
||
<%if shippingdate%>
|
||
<td><%shippingdate%></td>
|
||
<%end shippingdate%>
|
||
|
||
<%if not shippingdate%>
|
||
<td><%orddate%></td>
|
||
<%end shippingdate%>
|
||
|
||
<td><%employee%> </td>
|
||
|
||
<%if warehouse%>
|
||
<td><%warehouse%></td>
|
||
<%end warehouse%>
|
||
|
||
<td><%shippingpoint%> </td>
|
||
<td><%shipvia%> </td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left><font color=ffffff>Pos</th>
|
||
<th align=left><font color=ffffff>ArtNr.</th>
|
||
<th align=left><font color=ffffff>Beschreibung</th>
|
||
<th><font color=ffffff>Seriennummer</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Menge</th>
|
||
<th><font color=ffffff>Erh</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Lagerplatz</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<td><%runningnumber%></td>
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td><%serialnumber%></td>
|
||
<td><%deliverydate%></td>
|
||
<td align=right><%qty%></td>
|
||
<td align=right><%ship%></td>
|
||
<td><%unit%></td>
|
||
<td><%bin%></td>
|
||
</tr>
|
||
<%end number%>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td><hr noshade></td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
templates/print/RB/invoice.html | ||
---|---|---|
|
||
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr valign=bottom>
|
||
<td width=10> </td>
|
||
<td>
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<td align=right>
|
||
<h4>
|
||
Telefon <%tel%>
|
||
<br>Telefax <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>R E C H N U N G</h4>
|
||
</th>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
|
||
<table width=100% callspacing=0 cellpadding=0>
|
||
|
||
<tr>
|
||
<td align=right>
|
||
<table>
|
||
<tr>
|
||
<th align=right>Ausgestellt am</th><td width=10> </td><td><%invdate%></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Bezahlbar bis</th><td width=10> </td><td><%duedate%></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Nummer</th><td> </td><td><%invnumber%></td></tr>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Lieferdatum</th><td> </td><td><%deliverydate%></td></tr>
|
||
</tr>
|
||
<!--
|
||
<tr>
|
||
<th align=right>Clerk:</th><td> </td><td><%username%></td>
|
||
</tr>
|
||
-->
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
</td>
|
||
</table>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left><font color=ffffff>An:</th>
|
||
<th align=left><font color=ffffff>Lieferaddresse:</th>
|
||
</tr>
|
||
|
||
<!--
|
||
other variables which can be use:
|
||
contact, shiptocontact, shiptophone, shiptofax
|
||
-->
|
||
|
||
<tr>
|
||
<td><%name%>
|
||
<br><%street%>
|
||
<br><%zipcode%>
|
||
<br><%city%>
|
||
<br><%country%>
|
||
</td>
|
||
|
||
<td><%shiptoname%>
|
||
<br><%shiptostreet%>
|
||
<br><%shiptozipcode%>
|
||
<br><%shiptocity%>
|
||
<br><%shiptocountry%>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<!-- <th align=right><font color=ffffff>No.</th> -->
|
||
<th align=left><font color=ffffff>Nummer</th>
|
||
<th align=left><font color=ffffff>Beschreibung</th>
|
||
<th><font color=ffffff>Anz.</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Preis</th>
|
||
<th><font color=ffffff>Rab</th>
|
||
<th><font color=ffffff>Total</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<!-- <td align=right><%runningnumber%>.</td>
|
||
adjust the colspan if you include this to shift subtotal one to the right
|
||
-->
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td align=right><%qty%></td>
|
||
<td><%unit%></td>
|
||
<td align=right><%sellprice%></td>
|
||
<td align=right><%discount%></td>
|
||
<td align=right><%linetotal%></td>
|
||
</tr>
|
||
<%end number%>
|
||
|
||
<!--
|
||
you can also use netprice instead of sellprice if you
|
||
don't want to show the discount
|
||
netprice = sellprice - discount
|
||
-->
|
||
|
||
<tr>
|
||
<td colspan=7><hr noshade></td>
|
||
</tr>
|
||
|
||
<%if taxincluded%>
|
||
<tr>
|
||
<th colspan=5 align=right>Total</th>
|
||
<td colspan=2 align=right><%invtotal%></td>
|
||
</tr>
|
||
<%end taxincluded%>
|
||
<%if not taxincluded%>
|
||
<tr>
|
||
<th colspan=5 align=right>Zwischensumme</th>
|
||
<td colspan=2 align=right><%subtotal%></td>
|
||
</tr>
|
||
<%end taxincluded%>
|
||
|
||
<%foreach tax%>
|
||
<tr>
|
||
<th colspan=5 align=right><%taxdescription%> auf <%taxbase%></th>
|
||
<td colspan=2 align=right><%tax%></td>
|
||
</tr>
|
||
<%end tax%>
|
||
|
||
<%if paid%>
|
||
<tr>
|
||
<th colspan=5 align=right>Bezahlt</th>
|
||
<td colspan=2 align=right>- <%paid%></td>
|
||
</tr>
|
||
<%end paid%>
|
||
|
||
<tr>
|
||
<td colspan=3> </td>
|
||
<td colspan=4><hr noshade></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan=3>Bezahlbar innerhalb von <b><%terms%></b> Tagen</td>
|
||
<%if total%>
|
||
<th colspan=2 align=right>Total</th>
|
||
<th colspan=2 align=right><%total%></th>
|
||
<%end total%>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<%if notes%>
|
||
<td>Bemerkungen:</td>
|
||
<td><%notes%></td>
|
||
<%end notes%>
|
||
<td align=right>
|
||
Alle Preise in <b><%currency%></b>
|
||
<br><%shippingpoint%>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<td><font size=-3>
|
||
Rechnung ist bezahlbar innerhalb von <%terms%> Tagen.
|
||
Nach dem <%duedate%> werden Zinsen zu einem
|
||
monatlichen Satz von 1.5% verrechnet.
|
||
Waren bleiben im Besitz von <%company%> bis die Rechnung voll bezahlt ist.
|
||
R?ckgaben werden mit 10% Lagergeb?hren belastet. Besch?digte Waren
|
||
und Waren ohne eine R?ckgabenummer werden nicht entgegengenommen.
|
||
</font>
|
||
</td>
|
||
<td width=150>
|
||
X <hr noshade>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<%foreach tax%>
|
||
<tr>
|
||
<th colspan=7 align=left><font size=-2><%taxdescription%> Registration <%taxnumber%></th>
|
||
</tr>
|
||
<%end tax%>
|
||
|
||
<%if taxincluded%>
|
||
<tr>
|
||
<th colspan=7 align=left><font size=-2>Steuern sind im Preis inbegriffen.</th>
|
||
</tr>
|
||
<%end taxincluded%>
|
||
|
||
<!-- business number
|
||
<tr>
|
||
<th colspan=7 align=left><font size=-2>Business Number: <%businessnumber%></font></th>
|
||
</tr>
|
||
-->
|
||
|
||
<tr>
|
||
<th colspan=7 align=left>
|
||
<hr>
|
||
<br>Bankverbindung
|
||
<br>Bank
|
||
<br>Bankleitzahl
|
||
<br>Konto No.
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|
||
|
templates/print/RB/pick_list.html | ||
---|---|---|
|
||
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td width=10> </td>
|
||
|
||
<td>
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<th><img src=http://localhost/lx-erp/lx-office-erp.png border=0 width=64 height=58></th>
|
||
|
||
<td align=right>
|
||
<h4>
|
||
Tel: <%tel%>
|
||
<br>Fax: <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>S A M M E L L I S T E</h4>
|
||
</th>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td>
|
||
<table width=100% callspacing=0 cellpadding=0>
|
||
<tr bgcolor=000000>
|
||
<th width=50% align=left><font color=ffffff>Lieferanschrift:</th>
|
||
<th width=50%> </th>
|
||
</tr>
|
||
|
||
<tr valign=top>
|
||
<td><%shiptoname%>
|
||
<br><%shiptostreet%>
|
||
<br><%shiptozipcode%>
|
||
<br><%shiptocity%>
|
||
<br><%shiptocountry%>
|
||
</td>
|
||
|
||
<td>
|
||
<%if shiptocontact%>
|
||
<br>Kontakt: <%shiptocontact%>
|
||
<%end shiptocontact%>
|
||
|
||
<%if shiptophone%>
|
||
<br>Tel: <%shiptophone%>
|
||
<%end shiptophone%>
|
||
|
||
<%if shiptofax%>
|
||
<br>Fax: <%shiptofax%>
|
||
<%end shiptofax%>
|
||
|
||
<%shiptoemail%>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr height=5></tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td>
|
||
<table width=100% border=1>
|
||
<tr>
|
||
<th width=17% align=left>BestellNr. #</th>
|
||
<th width=17% align=left>Datum</th>
|
||
<th width=17% align=left nowrap>Kontakt</th>
|
||
<%if warehouse%>
|
||
<th width=17% align=left>Lager</th>
|
||
<%end warehouse%>
|
||
<th width=17% align=left>Versandort</th>
|
||
<th width=15% align=left>Transportmittel</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><%ordnumber%> </td>
|
||
|
||
<%if shippingdate%>
|
||
<td><%shippingdate%></td>
|
||
<%end shippingdate%>
|
||
|
||
<%if not shippingdate%>
|
||
<td><%orddate%></td>
|
||
<%end shippingdate%>
|
||
|
||
<td><%employee%> </td>
|
||
|
||
<%if warehouse%>
|
||
<td><%warehouse%> </td>
|
||
<%end warehouse%>
|
||
|
||
<td><%shippingpoint%> </td>
|
||
<td><%shipvia%> </td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left><font color=ffffff>Pos</th>
|
||
<th align=left><font color=ffffff>Nummer</th>
|
||
<th align=left><font color=ffffff>Beschreibung</th>
|
||
<th><font color=ffffff>Menge</th>
|
||
<th><font color=ffffff>geliefert</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Lagerplatz</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<td><%runningnumber%>
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td align=right><%qty%></td>
|
||
<td align=right>[ ]</td>
|
||
<td><%unit%></td>
|
||
<td align=right><%bin%></td>
|
||
</tr>
|
||
<%end number%>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
|
||
<td><hr noshade></td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
templates/print/RB/purchase_order.html | ||
---|---|---|
|
||
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr valign=bottom>
|
||
<td width=10> </td>
|
||
<td>
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<td align=right>
|
||
<h4>
|
||
Telefon <%tel%>
|
||
<br>Telefax <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>B E S T E L L U N G</h4>
|
||
</th>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
|
||
<table width=100% callspacing=0 cellpadding=0>
|
||
|
||
<tr>
|
||
<td align=right>
|
||
<table>
|
||
<tr>
|
||
<th align=right>Bestellungsdatum</th><td width=10> </td><td><%orddate%></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Lieferbar bis</th><td width=10> </td><td><%reqdate%></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Bestellnummer</th><td> </td><td><%ordnumber%></td></tr>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
</td>
|
||
</table>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left><font color=ffffff>An:</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><%name%>
|
||
<br><%street%>
|
||
<br><%zipcode%>
|
||
<br><%city%>
|
||
<br><%country%>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<!-- <th align=right><font color=ffffff>No.</th> -->
|
||
<th align=left><font color=ffffff>Nummer</th>
|
||
<th align=left><font color=ffffff>Artikel</th>
|
||
<th><font color=ffffff>Anz</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Preis</th>
|
||
<th><font color=ffffff>Total</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<!-- <td align=right><%runningnumber%>.</td>
|
||
adjust the colspan if you include this to shift subtotal one to the right
|
||
-->
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td align=right><%qty%></td>
|
||
<td><%unit%></td>
|
||
<td align=right><%sellprice%></td>
|
||
<td align=right><%linetotal%></td>
|
||
</tr>
|
||
<%end number%>
|
||
|
||
<tr>
|
||
<td colspan=6><hr noshade></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=4 align=right>Zwischensumme</th>
|
||
<td colspan=2 align=right><%subtotal%></td>
|
||
</tr>
|
||
|
||
<%foreach tax%>
|
||
<tr>
|
||
<th colspan=4 align=right><%taxdescription%> @ <%taxrate%> %</th>
|
||
<td colspan=2 align=right><%tax%></td>
|
||
</tr>
|
||
<%end tax%>
|
||
|
||
<tr>
|
||
<td colspan=2> </td>
|
||
<td colspan=4><hr noshade></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan=2>Netto <b><%terms%></b> Tage</td>
|
||
<th colspan=2 align=right>Total</th>
|
||
<th colspan=2 align=right><%total%></th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<%if notes%>
|
||
<td>Bemerkungen</td>
|
||
<td><%notes%></td>
|
||
<%end notes%>
|
||
<td align=right>
|
||
Alle Preise in <b><%currency%></b>
|
||
<br><%shippingpoint%>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<td><font size=-3>
|
||
|
||
</font>
|
||
</td>
|
||
<td width=150>
|
||
X <hr noshade>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|
||
|
templates/print/RB/request_quotation.html | ||
---|---|---|
|
||
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr valign=bottom>
|
||
<td width=10> </td>
|
||
<td>
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<td><img src=http://localhost/lx-erp/lx-office-erp.png border=0 width=64 height=58>
|
||
</td>
|
||
|
||
<td align=right>
|
||
<h4>
|
||
Tel: <%tel%>
|
||
<br>Fax: <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>A N F R A G E</h4>
|
||
</th>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
|
||
<table width=100% callspacing=0 cellpadding=0>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left width=50%><font color=ffffff>Rechnungsanschrift:</th>
|
||
<th align=left width=50%><font color=ffffff>Lieferanschrift:</th>
|
||
</tr>
|
||
|
||
<tr valign=top>
|
||
<td><%name%>
|
||
<br><%street%>
|
||
<br><%zipcode%>
|
||
<br><%city%>
|
||
<br><%country%>
|
||
<br>
|
||
<%if contact%>
|
||
<br>Kontakt: <%contact%>
|
||
<%end contact%>
|
||
<%if vendorphone%>
|
||
<br>Tel: <%vendorphone%>
|
||
<%end vendorphone%>
|
||
<%if vendorfax%>
|
||
<br>Fax: <%vendorfax%>
|
||
<%end vendorfax%>
|
||
</td>
|
||
|
||
<td><%shiptoname%>
|
||
<br><%shiptostreet%>
|
||
<br><%shiptozipcode%>
|
||
<br><%shiptocity%>
|
||
<br><%shiptocountry%>
|
||
<br>
|
||
<%if shiptocontact%>
|
||
<br>Kontakt: <%shiptocontact%>
|
||
<%end shiptocontact%>
|
||
<%if shiptophone%>
|
||
<br>Tel: <%shiptophone%>
|
||
<%end shiptophone%>
|
||
<%if shiptofax%>
|
||
<br>Fax: <%shiptofax%>
|
||
<%end shiptofax%>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td colspan=2>
|
||
<table width=100% border=1>
|
||
<tr>
|
||
<th width=17% align=left>AnfrageNr. #</th>
|
||
<th width=17% align=left>Datum</th>
|
||
<th width=17% align=left>Erforderlich am</th>
|
||
<th width=17% align=left>Kontakt</th>
|
||
<th width=17% align=left>Lagerplatz</th>
|
||
<th width=15% align=left>Versand mit:</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><%quonumber%></td>
|
||
<td><%quodate%></td>
|
||
<td><%reqdate%></td>
|
||
<td><%employee%></td>
|
||
<td><%shippingpoint%></td>
|
||
<td><%shipvia%></td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr height="10"></tr>
|
||
|
||
<tr>
|
||
<td>Bitte teilen Sie uns Preise und Lieferzeit f?r folgende Artikel mit:</td>
|
||
</tr>
|
||
|
||
<tr height="10"></tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr>
|
||
<!-- <th align=right>No.</th> -->
|
||
<th align=left>ArtNr.</th>
|
||
<th align=left>Beschreibung</th>
|
||
<th>Menge</th>
|
||
<th> </th>
|
||
<th>Lieferung</th>
|
||
<th>St?ckpreis</th>
|
||
<th>Gesamtpreis</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<!-- <td align=right><%runningnumber%>.</td>
|
||
other per line item variables available <%reqdate%>
|
||
adjust the colspan if you include this to shift subtotal one to the right
|
||
-->
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td align=right><%qty%></td>
|
||
<td><%unit%></td>
|
||
|
||
</tr>
|
||
<%end number%>
|
||
|
||
<tr>
|
||
<td colspan=7><hr noshade></td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<%if notes%>
|
||
<tr valign=top>
|
||
<td>Bemerkungen</td>
|
||
<td><%notes%></td>
|
||
</tr>
|
||
<%end notes%>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<td width=70%> </td>
|
||
|
||
<td width=30%>
|
||
X <hr noshade>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|
||
|
templates/print/RB/sales_order.html | ||
---|---|---|
|
||
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr valign=bottom>
|
||
<td width=10> </td>
|
||
<td>
|
||
|
||
<table width=100%>
|
||
<tr>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<td align=right>
|
||
<h4>
|
||
Telefon <%tel%>
|
||
<br>Telefax <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>B E S T E L L U N G</h4>
|
||
</th>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
|
||
<table width=100% callspacing=0 cellpadding=0>
|
||
|
||
<tr>
|
||
<td align=right>
|
||
<table>
|
||
<tr>
|
||
<th align=right>Bestelldatum</th><td width=10> </td><td><%orddate%></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Lieferbar bei</th><td width=10> </td><td><%reqdate%></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Bestellnummer</th><td> </td><td><%ordnumber%></td></tr>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
</td>
|
||
</table>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left><font color=ffffff>Verrechnet An:</th>
|
||
<th align=left><font color=ffffff>Lieferaddresse:</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><%name%>
|
||
<br><%street%>
|
||
<br><%zipcode%>
|
||
<br><%city%>
|
||
<br><%country%>
|
||
</td>
|
||
|
||
<td><%shiptoname%>
|
||
<br><%shiptostreet%>
|
||
<br><%shiptozipcode%>
|
||
<br><%shiptocity%>
|
||
<br><%shiptocountry%>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<!-- <th align=right><font color=ffffff>No.</th> -->
|
||
<th align=left><font color=ffffff>Nummer</th>
|
||
<th align=left><font color=ffffff>Artikel</th>
|
||
<th><font color=ffffff>Anz</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Preis</th>
|
||
<th><font color=ffffff>Rab</th>
|
||
<th><font color=ffffff>Total</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<!-- <td align=right><%runningnumber%>.</td>
|
||
adjust the colspan if you include this to shift subtotal one to the right
|
||
-->
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td align=right><%qty%></td>
|
||
<td><%unit%></td>
|
||
<td align=right><%sellprice%></td>
|
||
<td align=right><%discount%></td>
|
||
<td align=right><%linetotal%></td>
|
||
</tr>
|
||
<%end number%>
|
||
|
||
<tr>
|
||
<td colspan=7><hr noshade></td>
|
||
</tr>
|
||
|
||
<%if taxincluded%>
|
||
<tr>
|
||
<th colspan=5 align=right>Total</th>
|
||
<td colspan=2 align=right><%ordtotal%></td>
|
||
</tr>
|
||
<%end taxincluded%>
|
||
|
||
<%if not taxincluded%>
|
||
<tr>
|
||
<th colspan=5 align=right>Zwischensumme</th>
|
||
<td colspan=2 align=right><%subtotal%></td>
|
||
</tr>
|
||
<%end taxincluded%>
|
||
|
||
<%foreach tax%>
|
||
<tr>
|
||
<th colspan=5 align=right><%taxdescription%> auf <%taxbase%> @ <%taxrate%> %</th>
|
||
<td colspan=2 align=right><%tax%></td>
|
||
</tr>
|
||
<%end tax%>
|
||
|
||
<tr>
|
||
<td colspan=2> </td>
|
||
<td colspan=5><hr noshade></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan=3>Netto <b><%terms%></b> Tage</td>
|
||
<th colspan=2 align=right>Total</th>
|
||
<th colspan=2 align=right><%ordtotal%></th>
|
||
</tr>
|
||
<%if taxincluded%>
|
||
<tr>
|
||
<td colspan=3>Steuern sind im Preis inbegriffen</td>
|
||
</tr>
|
||
<%end taxincluded%>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<%if notes%>
|
||
<td>Bemerkungen</td>
|
||
<td><%notes%></td>
|
||
<%end notes%>
|
||
<td align=right>
|
||
Alle Preise in <b><%currency%></b>
|
||
<br><%shippingpoint%>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<td><font size=-3>
|
||
Spezialprodukte werden nicht zur?ckgenommen. F?r alle anderen Waren
|
||
wird eine 10% Stornogeb?hr verrechnet.
|
||
</font>
|
||
</td>
|
||
<td width=150>
|
||
X <hr noshade>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|
||
|
templates/print/RB/sales_quotation.html | ||
---|---|---|
|
||
<body bgcolor=ffffff>
|
||
|
||
<table width=100%>
|
||
<tr valign=bottom>
|
||
<td width=10> </td>
|
||
<td>
|
||
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<td>
|
||
<h4>
|
||
<%company%>
|
||
<br><%address%>
|
||
</h4>
|
||
</td>
|
||
|
||
<th><img src=http://localhost/lx-erp/lx-office-erp.png border=0 width=64 height=58></th>
|
||
|
||
<td align=right>
|
||
<h4>
|
||
Tel: <%tel%>
|
||
<br>Fax: <%fax%>
|
||
</h4>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td colspan=3> </td></tr>
|
||
|
||
<tr>
|
||
<th colspan=3>
|
||
<h4>A N G E B O T</h4>
|
||
</th>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
<table width=100% callspacing=0 cellpadding=0>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
|
||
<tr valign=top>
|
||
<td><%name%>
|
||
<br><%street%>
|
||
<br><%zipcode%>
|
||
<br><%city%>
|
||
<br><%country%>
|
||
<br>
|
||
<%if contact%>
|
||
<br>Kontakt: <%contact%>
|
||
<%end contact%>
|
||
|
||
<%if customerphone%>
|
||
<br>Tel: <%customerphone%>
|
||
<%end customerphone%>
|
||
|
||
<%if customerfax%>
|
||
<br>Fax: <%customerfax%>
|
||
<%end customerfax%>
|
||
|
||
<%if email%>
|
||
<br><%email%>
|
||
<%end email%>
|
||
</td>
|
||
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td colspan=2>
|
||
<table width=100% border=1>
|
||
<tr>
|
||
<th width=17% align=left nowrap>Nummer</th>
|
||
<th width=17% align=left>Datum</th>
|
||
<th width=17% align=left>G?ltig bis</th>
|
||
<th width=17% align=left nowrap>Kontakt</th>
|
||
<th width=17% align=left nowrap>Lagerplatz</th>
|
||
<th width=15% align=left nowrap>Lieferung mit</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td><%quonumber%></td>
|
||
<td><%quodate%></td>
|
||
<td><%reqdate%></td>
|
||
<td><%employee%></td>
|
||
<td><%shippingpoint%></td>
|
||
<td><%shipvia%></td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=right><font color=ffffff>Nr.</th>
|
||
<th align=left><font color=ffffff>Artikelnummer</th>
|
||
<th align=left><font color=ffffff>Beschreibung</th>
|
||
<th><font color=ffffff>Menge</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Preis</th>
|
||
<th><font color=ffffff>Rabatt</th>
|
||
<th><font color=ffffff>Gesamtpreis</th>
|
||
</tr>
|
||
|
||
<%foreach number%>
|
||
<tr valign=top>
|
||
<td align=right><%runningnumber%></td>
|
||
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
<td align=right><%qty%></td>
|
||
<td><%unit%></td>
|
||
<td align=right><%sellprice%></td>
|
||
<td align=right><%discount%></td>
|
||
<td align=right><%linetotal%></td>
|
||
</tr>
|
||
<%end number%>
|
||
|
||
<tr>
|
||
<td colspan=8><hr noshade></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<%if taxincluded%>
|
||
<th colspan=6 align=right>Gesamtbetrag netto</th>
|
||
<td colspan=2 align=right><%invtotal%></td>
|
||
<%end taxincluded%>
|
||
|
||
<%if not taxincluded%>
|
||
<th colspan=6 align=right>Zwischensumme</th>
|
||
<td colspan=2 align=right><%subtotal%></td>
|
||
<%end taxincluded%>
|
||
</tr>
|
||
|
||
<%foreach tax%>
|
||
<tr>
|
||
<th colspan=6 align=right><%taxdescription%> von <%taxbase%> @ <%taxrate%> %</th>
|
||
<td colspan=2 align=right><%tax%></td>
|
||
</tr>
|
||
<%end tax%>
|
||
|
||
<tr>
|
||
<td colspan=4> </td>
|
||
<td colspan=4><hr noshade></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td colspan=4>
|
||
<%if terms%>
|
||
Zahlungsziel <b><%terms%></b> Tage
|
||
<%end terms%>
|
||
</td>
|
||
<th colspan=2 align=right>Gesamtbetrag brutto</th>
|
||
<th colspan=2 align=right><%quototal%></th>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td> </td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<%if notes%>
|
||
<td>Bemerkungen</td>
|
||
<td><%notes%></td>
|
||
<%end notes%>
|
||
<td align=right>
|
||
Alle Preise in <b><%currency%></b> Euro
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr><td> </td></tr>
|
||
|
||
<tr>
|
||
<td>
|
||
<table width=100%>
|
||
<tr valign=top>
|
||
<td width=60%><font size=-3>
|
||
Spezialanfertigungen k?nnen nicht zur?ckgenommen werden.
|
||
</font>
|
||
</td>
|
||
<td width=40%>
|
||
X <hr noshade>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|
||
|
||
|
Auch abrufbar als: Unified diff
RB Druckvorlagen
fehlende html und odt Vorlagen aus German hinzukopiert.