summaryrefslogtreecommitdiff
path: root/templates/macronald/statement.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/macronald/statement.html')
-rw-r--r--templates/macronald/statement.html137
1 files changed, 137 insertions, 0 deletions
diff --git a/templates/macronald/statement.html b/templates/macronald/statement.html
new file mode 100644
index 00000000..6635f605
--- /dev/null
+++ b/templates/macronald/statement.html
@@ -0,0 +1,137 @@
+
+<body bgcolor=ffffff>
+
+<table width="100%">
+
+ <?lsmb include letterhead.html ?>
+
+ <tr>
+ <td width=10>&nbsp;</td>
+
+ <th colspan=3><h4>S T A T E M E N T</h4></th>
+
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td colspan=3 align=right><?lsmb statementdate ?></td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <table width="100%">
+ <tr valign=top>
+ <td><?lsmb name ?>
+ <br><?lsmb address1 ?>
+ <?lsmb if address2 ?>
+ <br><?lsmb address2 ?>
+ <?lsmb end address2 ?>
+ <br><?lsmb city ?>
+ <?lsmb if state ?>
+ , <?lsmb state ?>
+ <?lsmb end state ?>
+ <?lsmb zipcode ?>
+ <?lsmb if country ?>
+ <br><?lsmb country ?>
+ <?lsmb end country ?>
+ <br>
+ <?lsmb if customerphone ?>
+ <br>Tel: <?lsmb customerphone ?>
+ <?lsmb end customerphone ?>
+ <?lsmb if customerfax ?>
+ <br>Fax: <?lsmb customerfax ?>
+ <?lsmb end customerfax ?>
+ <?lsmb if email ?>
+ <br><?lsmb email ?>
+ <?lsmb end email ?>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr height=10></tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td>
+ <table width="100%">
+ <tr>
+ <th align=left>Invoice #</th>
+ <th align=left>Order#</th>
+ <th width="10%">Date</th>
+ <th width="10%">Due</th>
+ <th width="10%">Current</th>
+ <th width="10%">30</th>
+ <th width="10%">60</th>
+ <th width="10%">90</th>
+ </tr>
+
+ <?lsmb foreach invnumber ?>
+ <tr>
+ <td><?lsmb invnumber ?></td>
+ <td><?lsmb ordnumber ?></td>
+ <td><?lsmb invdate ?></td>
+ <td><?lsmb duedate ?></td>
+ <td align=right><?lsmb c0 ?></td>
+ <td align=right><?lsmb c30 ?></td>
+ <td align=right><?lsmb c60 ?></td>
+ <td align=right><?lsmb c90 ?></td>
+ </tr>
+ <?lsmb end invnumber ?>
+
+ <tr>
+ <td colspan=8><hr size=1></td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
+ <th align=right><?lsmb c0total ?></td>
+ <th align=right><?lsmb c30total ?></td>
+ <th align=right><?lsmb c60total ?></td>
+ <th align=right><?lsmb c90total ?></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr height=10></tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td align=right>
+ <table width="50%">
+ <tr>
+ <th>Total Outstanding</th>
+ <th align=right><?lsmb total ?></th>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+
+ <td><hr noshade></td>
+ </tr>
+
+ <tr>
+ <td>&nbsp;</td>
+ <td>All amounts in <b><?lsmb currency ?></b> funds.
+ <br>Please make check payable to <b><?lsmb company ?></b>.
+ </td>
+ </tr>
+
+</table>
+
+</body>
+</html>
+