diff options
Diffstat (limited to 'templates/Dutch-invoice.html')
-rwxr-xr-x | templates/Dutch-invoice.html | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/templates/Dutch-invoice.html b/templates/Dutch-invoice.html index 1ebb63a4..ce2cdd40 100755 --- a/templates/Dutch-invoice.html +++ b/templates/Dutch-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> - Tel: <%tel%> - <br>Fax: <%fax%> + Tel: <?lsmb tel ?> + <br>Fax: <?lsmb fax ?> </h4> </td> </tr> @@ -38,15 +38,15 @@ <td align=right> <table> <tr> - <th align=right>Factuurdatum</th><td width=10> </td><td><%invdate%></td> + <th align=right>Factuurdatum</th><td width=10> </td><td><?lsmb invdate ?></td> </tr> <tr> - <th align=right>Vervaldatum</th><td width=10> </td><td><%duedate%></td> + <th align=right>Vervaldatum</th><td width=10> </td><td><?lsmb duedate ?></td> </tr> <tr> - <th align=right>Factuurnummer</th><td> </td><td><%invnumber%></td></tr> + <th align=right>Factuurnummer</th><td> </td><td><?lsmb invnumber ?></td></tr> </tr> <tr> @@ -58,33 +58,33 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <th align=left><font color=ffffff>Factuuradres:</th> <th align=left><font color=ffffff>Verzendadres:</th> </tr> <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> @@ -97,7 +97,7 @@ <tr> <td> - <table width=100%> + <table width=100 ?> <tr bgcolor=000000> <!-- <th align=right><font color=ffffff>Regel</th> --> <th align=left><font color=ffffff>Artikelnummer</th> @@ -109,26 +109,26 @@ <th><font color=ffffff>Totaal</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> @@ -137,22 +137,22 @@ to show the percentage for a discount use <%discountrate%> <tr> <th colspan=5 align=right>Subtotaal</th> - <td colspan=2 align=right><%subtotal%></td> + <td colspan=2 align=right><?lsmb subtotal ?></td> </tr> -<%foreach tax%> +<?lsmb foreach tax ?> <tr> - <th colspan=5 align=right>BTW <%taxrate%>%</th> - <td colspan=2 align=right><%tax%></td> + <th colspan=5 align=right>BTW <?lsmb taxrate ?>%</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>Betaald</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> @@ -160,9 +160,9 @@ to show the percentage for a discount use <%discountrate%> </tr> <tr> - <td colspan=3>Betalen binnen <b><%terms%></b> dagen</td> + <td colspan=3>Betalen binnen <b><?lsmb terms ?></b> dagen</td> <th colspan=2 align=right>Openstaand</th> - <th colspan=2 align=right><%total%></th> + <th colspan=2 align=right><?lsmb total ?></th> </tr> <tr> @@ -175,15 +175,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>Opmerkingen</td> - <td><pre><%notes%></pre></td> -<%end notes%> + <td><pre><?lsmb notes ?></pre></td> +<?lsmb end notes ?> <td align=right> - Alle prijzen in <b><%currency%></b> - <br><%shippingpoint%> + Alle prijzen in <b><?lsmb currency ?></b> + <br><?lsmb shippingpoint ?> </td> </tr> @@ -196,7 +196,7 @@ to show the percentage for a discount use <%discountrate%> <tr> <th colspan=7> Gaarne u betaling overmaken op onderstaande giro- of bankrekening - <br>ten name van <%company%> + <br>ten name van <?lsmb company ?> <br>onder vermelding van het factuurnummer. </th> </tr> @@ -205,11 +205,11 @@ to show the percentage for a discount use <%discountrate%> <tr> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> <td><font size=-3> Op al onze aanbiedingen/leveringen zijn, met uitsluiting van eventuele inkoop- of andere voorwaarden van de opdrachtgever, -<br>de Algemene Voorwaarden van <%company%> van toepassing. +<br>de Algemene Voorwaarden van <?lsmb company ?> van toepassing. <br>Deze Algemene Voorwaarden zijn gedeponeerd bij de Kamer van Koophandel te ........ </font> </td> @@ -222,11 +222,11 @@ to show the percentage for a discount use <%discountrate%> </tr> <tr> - <th colspan=7 align=left><font size=-2>BTW nummer:<%taxnumber%></th> + <th colspan=7 align=left><font size=-2>BTW nummer:<?lsmb taxnumber ?></th> </tr> <tr> - <th colspan=7 align=left><font size=-2>Kamer van Koophandel te ...... nummer:<%businessnumber%></th> + <th colspan=7 align=left><font size=-2>Kamer van Koophandel te ...... nummer:<?lsmb businessnumber ?></th> </tr> <tr> |