summaryrefslogtreecommitdiff
path: root/templates/Service-invoice.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Service-invoice.html
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Service-invoice.html')
-rwxr-xr-xtemplates/Service-invoice.html104
1 files changed, 52 insertions, 52 deletions
diff --git a/templates/Service-invoice.html b/templates/Service-invoice.html
index 193dd1f4..964ee538 100755
--- a/templates/Service-invoice.html
+++ b/templates/Service-invoice.html
@@ -1,19 +1,19 @@
<body bgcolor=ffffff>
-<table width=100%>
+<table width=100 ?>
<tr>
<td width=10>
</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr>
<td>
<h4>
- <%company%>
- <br><%address%>
- <br>Tel/Fax <%tel%> / <%fax%>
+ <?lsmb company ?>
+ <br><?lsmb address ?>
+ <br>Tel/Fax <?lsmb tel ?> / <?lsmb fax ?>
</h4>
</td>
@@ -31,14 +31,14 @@
<td align=right>
<table>
<tr>
- <th align=right>Date</th><td width=10> </td><td><%invdate%></td>
+ <th align=right>Date</th><td width=10> </td><td><?lsmb invdate ?></td>
</tr>
<tr>
- <th align=right>Number</th><td></td><td><%invnumber%></td></tr>
+ <th align=right>Number</th><td></td><td><?lsmb invnumber ?></td></tr>
</tr>
-<!-- prepared by: <%username%>
+<!-- prepared by: <?lsmb username ?>
-->
</table>
@@ -47,21 +47,21 @@
<tr>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr bgcolor=000000>
<th align=left><font color=ffffff>To:</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>
</tr>
@@ -76,57 +76,57 @@
<tr>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr bgcolor=000000>
<th align=left><font color=ffffff>Description</th>
<th>&nbsp;</th>
<th><font color=ffffff>Amount</th>
</tr>
-<%foreach number%>
+<?lsmb foreach number ?>
<tr valign=top>
- <td><%description%></td>
+ <td><?lsmb description ?></td>
<td>&nbsp;</td>
- <td align=right><%linetotal%></td>
+ <td align=right><?lsmb linetotal ?></td>
</tr>
-<%end number%>
+<?lsmb end number ?>
<tr>
<td colspan=3><hr noshade></td>
</tr>
<tr>
-<%if taxincluded%>
+<?lsmb if taxincluded ?>
<td>&nbsp;</td>
<th align=right>Total</th>
- <td align=right><%invtotal%></td>
-<%end taxincluded%>
-<%if not taxincluded%>
+ <td align=right><?lsmb invtotal ?></td>
+<?lsmb end taxincluded ?>
+<?lsmb if not taxincluded ?>
<td>&nbsp;</td>
<th align=right>Subtotal</th>
- <td align=right><%subtotal%></td>
-<%end taxincluded%>
+ <td align=right><?lsmb subtotal ?></td>
+<?lsmb end taxincluded ?>
</tr>
-<%foreach tax%>
+<?lsmb foreach tax ?>
<tr>
- <th colspan=2 align=right><%taxdescription%></th>
- <td align=right><%tax%></td>
+ <th colspan=2 align=right><?lsmb taxdescription ?></th>
+ <td align=right><?lsmb tax ?></td>
</tr>
-<%end tax%>
+<?lsmb end tax ?>
<!--
- <%taxbase%> = total netamount for each tax bracket
- <%taxrate%> = taxrate in percent
+ <?lsmb taxbase ?> = total netamount for each tax bracket
+ <?lsmb taxrate ?> = taxrate in percent
-->
-<%if paid%>
+<?lsmb if paid ?>
<tr>
<td>&nbsp;</td>
<th align=right>Paid</th>
- <td align=right><%paid%></td>
+ <td align=right><?lsmb paid ?></td>
</tr>
-<%end paid%>
+<?lsmb end paid ?>
<tr>
<td>&nbsp;</td>
@@ -135,12 +135,12 @@
<tr>
<td>
-<%if terms%>
-Terms &nbsp;Net <b><%terms%></b> days
-<%end terms%>
+<?lsmb if terms ?>
+Terms &nbsp;Net <b><?lsmb terms ?></b> days
+<?lsmb end terms ?>
</td>
<th align=right>Total</th>
- <th align=right><%total%></th>
+ <th align=right><?lsmb total ?></th>
</tr>
<tr>
@@ -151,13 +151,13 @@ Terms &nbsp;Net <b><%terms%></b> days
</td>
</tr>
-<%if notes%>
+<?lsmb if notes ?>
<tr>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr valign=top>
<td>Notes</td>
- <td><pre><%notes%></pre></td>
+ <td><pre><?lsmb notes ?></pre></td>
<td align=right>
&nbsp;
</td>
@@ -166,13 +166,13 @@ Terms &nbsp;Net <b><%terms%></b> days
</table>
</td>
</tr>
-<%end notes%>
+<?lsmb end notes ?>
<tr><td>&nbsp;</td></tr>
<tr>
<th colspan=3>
- Please make check payable to <%company%>
+ Please make check payable to <?lsmb company ?>
<br>Thank you for your valued business!
</th>
</tr>
@@ -182,10 +182,10 @@ Terms &nbsp;Net <b><%terms%></b> days
<tr>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr valign=top>
<td><font size=-3>
- Payment due NET <%terms%> Days from date of Invoice.
+ Payment due NET <?lsmb terms ?> Days from date of Invoice.
Interest on overdue amounts will acrue at the rate of 1.5% per month
from due date until paid in full.
</font>
@@ -198,11 +198,11 @@ Terms &nbsp;Net <b><%terms%></b> days
</td>
</tr>
-<%foreach tax%>
+<?lsmb foreach tax ?>
<tr>
- <th colspan=3 align=left><font size=-2><%taxdescription%> Registration <%taxnumber%></th>
+ <th colspan=3 align=left><font size=-2><?lsmb taxdescription ?> Registration <?lsmb taxnumber ?></th>
</tr>
-<%end tax%>
+<?lsmb end tax ?>
<!--
%username% = user name