diff options
Diffstat (limited to 'templates/German-invoice.html')
-rwxr-xr-x | templates/German-invoice.html | 148 |
1 files changed, 74 insertions, 74 deletions
diff --git a/templates/German-invoice.html b/templates/German-invoice.html index d181bdae..62862efd 100755 --- a/templates/German-invoice.html +++ b/templates/German-invoice.html @@ -1,24 +1,24 @@ <body bgcolor=ffffff> -<table width=100%> +<table width=100 ?> <tr valign=bottom> <td width=10> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <td> <h4> - <%company%> - <br><%address%> + <?lsmb company ?> + <br><?lsmb address ?> </h4> </td> <td align=right> <h4> - Telefon <%tel%> - <br>Telefax <%fax%> + Telefon <?lsmb tel ?> + <br>Telefax <?lsmb fax ?> </h4> </td> </tr> @@ -38,20 +38,20 @@ <td align=right> <table> <tr> - <th align=right>Ausgestellt am</th><td width=10> </td><td><%invdate%></td> + <th align=right>Ausgestellt am</th><td width=10> </td><td><?lsmb invdate ?></td> </tr> <tr> - <th align=right>Bezahlbar bis</th><td width=10> </td><td><%duedate%></td> + <th align=right>Bezahlbar bis</th><td width=10> </td><td><?lsmb duedate ?></td> </tr> <tr> - <th align=right>Nummer</th><td> </td><td><%invnumber%></td></tr> + <th align=right>Nummer</th><td> </td><td><?lsmb invnumber ?></td></tr> </tr> <!-- <tr> - <th align=right>Clerk:</th><td> </td><td><%username%></td> + <th align=right>Clerk:</th><td> </td><td><?lsmb username ?></td> </tr> --> @@ -64,7 +64,7 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <th align=left><font color=ffffff>An:</th> <th align=left><font color=ffffff>Lieferaddresse:</th> @@ -76,26 +76,26 @@ --> <tr> - <td><%name%> - <br><%address1%> - <%if address2%> -<br><%address2%> -<%end address2%> - <br><%city%> <%state%> <%zipcode%> - <%if country%> -<%country%> -<%end country%> + <td><?lsmb name ?> + <br><?lsmb address1 ?> + <?lsmb if address2 ?> +<br><?lsmb address2 ?> +<?lsmb end address2 ?> + <br><?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?> + <?lsmb if country ?> +<?lsmb country ?> +<?lsmb end country ?> </td> - <td><%shiptoname%> - <br><%shiptoaddress1%> - <%if shiptoaddress2%> -<br><%shiptoaddress2%> -<%end shiptoaddress2%> - <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%> - <%if shiptocountry%> -<%shiptocountry%> -<%end shiptocountry%> + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> +<br><?lsmb shiptoaddress2 ?> +<?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> +<?lsmb shiptocountry ?> +<?lsmb end shiptocountry ?> </td> </tr> </table> @@ -108,7 +108,7 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <!-- <th align=right><font color=ffffff>No.</th> --> <th align=left><font color=ffffff>Nummer</th> @@ -120,58 +120,58 @@ <th><font color=ffffff>Total</th> </tr> -<%foreach number%> +<?lsmb foreach number ?> <tr valign=top> -<!-- <td align=right><%runningnumber%>.</td> +<!-- <td align=right><?lsmb 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> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td align=right><?lsmb qty ?></td> + <td><?lsmb unit ?></td> + <td align=right><?lsmb sellprice ?></td> + <td align=right><?lsmb discount ?></td> + <td align=right><?lsmb linetotal ?></td> </tr> -<%end number%> +<?lsmb end number ?> <!-- you can also use netprice instead of sellprice if you don't want to show the discount netprice = sellprice - discount -to show the percentage for a discount use <%discountrate%> +to show the percentage for a discount use <?lsmb discountrate ?> --> <tr> <td colspan=7><hr noshade></td> </tr> -<%if taxincluded%> +<?lsmb if taxincluded ?> <tr> <th colspan=5 align=right>Total</th> - <td colspan=2 align=right><%invtotal%></td> + <td colspan=2 align=right><?lsmb invtotal ?></td> </tr> -<%end taxincluded%> -<%if not taxincluded%> +<?lsmb end taxincluded ?> +<?lsmb if not taxincluded ?> <tr> <th colspan=5 align=right>Zwischensumme</th> - <td colspan=2 align=right><%subtotal%></td> + <td colspan=2 align=right><?lsmb subtotal ?></td> </tr> -<%end taxincluded%> +<?lsmb end taxincluded ?> -<%foreach tax%> +<?lsmb foreach tax ?> <tr> - <th colspan=5 align=right><%taxdescription%> auf <%taxbase%></th> - <td colspan=2 align=right><%tax%></td> + <th colspan=5 align=right><?lsmb taxdescription ?> auf <?lsmb taxbase ?></th> + <td colspan=2 align=right><?lsmb tax ?></td> </tr> -<%end tax%> +<?lsmb end tax ?> -<%if paid%> +<?lsmb if paid ?> <tr> <th colspan=5 align=right>Bezahlt</th> - <td colspan=2 align=right>- <%paid%></td> + <td colspan=2 align=right>- <?lsmb paid ?></td> </tr> -<%end paid%> +<?lsmb end paid ?> <tr> <td colspan=3> </td> @@ -179,11 +179,11 @@ to show the percentage for a discount use <%discountrate%> </tr> <tr> - <td colspan=3>Bezahlbar innerhalb von <b><%terms%></b> Tagen</td> -<%if total%> + <td colspan=3>Bezahlbar innerhalb von <b><?lsmb terms ?></b> Tagen</td> +<?lsmb if total ?> <th colspan=2 align=right>Total</th> - <th colspan=2 align=right><%total%></th> -<%end total%> + <th colspan=2 align=right><?lsmb total ?></th> +<?lsmb end total ?> </tr> <tr> @@ -196,15 +196,15 @@ to show the percentage for a discount use <%discountrate%> <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> -<%if notes%> +<?lsmb if notes ?> <td>Bemerkungen:</td> - <td><%notes%></td> -<%end notes%> + <td><?lsmb notes ?></td> +<?lsmb end notes ?> <td align=right> - Alle Preise in <b><%currency%></b> - <br><%shippingpoint%> + Alle Preise in <b><?lsmb currency ?></b> + <br><?lsmb shippingpoint ?> </td> </tr> @@ -216,13 +216,13 @@ to show the percentage for a discount use <%discountrate%> <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> <td><font size=-3> - Rechnung ist bezahlbar innerhalb von <%terms%> Tagen. - Nach dem <%duedate%> werden Zinsen zu einem + Rechnung ist bezahlbar innerhalb von <?lsmb terms ?> Tagen. + Nach dem <?lsmb duedate ?> werden Zinsen zu einem monatlichen Satz von 1.5% verrechnet. - Waren bleiben im Besitz von <%company%> bis die Rechnung voll bezahlt ist. + Waren bleiben im Besitz von <?lsmb 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> @@ -235,21 +235,21 @@ to show the percentage for a discount use <%discountrate%> </td> </tr> -<%foreach tax%> +<?lsmb foreach tax ?> <tr> - <th colspan=7 align=left><font size=-2><%taxdescription%> Registration <%taxnumber%></th> + <th colspan=7 align=left><font size=-2><?lsmb taxdescription ?> Registration <?lsmb taxnumber ?></th> </tr> -<%end tax%> +<?lsmb end tax ?> -<%if taxincluded%> +<?lsmb if taxincluded ?> <tr> <th colspan=7 align=left><font size=-2>Steuern sind im Preis inbegriffen.</th> </tr> -<%end taxincluded%> +<?lsmb end taxincluded ?> <!-- business number <tr> - <th colspan=7 align=left><font size=-2>Business Number: <%businessnumber%></font></th> + <th colspan=7 align=left><font size=-2>Business Number: <?lsmb businessnumber ?></font></th> </tr> --> |