diff options
Diffstat (limited to 'templates/macronald')
35 files changed, 5160 insertions, 0 deletions
diff --git a/templates/macronald/ap_transaction.html b/templates/macronald/ap_transaction.html new file mode 100644 index 00000000..153b208f --- /dev/null +++ b/templates/macronald/ap_transaction.html @@ -0,0 +1,228 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>A P - T R A N S A C T I O N</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <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 contact ?> + <br><?lsmb contact ?> + <br> + <?lsmb end contact ?> + + <?lsmb if vendorphone ?> + <br>Tel: <?lsmb vendorphone ?> + <?lsmb end vendorphone ?> + + <?lsmb if vendorfax ?> + <br>Fax: <?lsmb vendorfax ?> + <?lsmb end vendorfax ?> + + <?lsmb if email ?> + <br><?lsmb email ?> + <?lsmb end email ?> + + <?lsmb if vendortaxnumber ?> + <p>Taxnumber: <?lsmb vendortaxnumber ?> + <?lsmb end vendortaxnumber ?> + </td> + + <td align=right> + <table> + <tr> + <th align=left nowrap>Invoice #</th> + <td><?lsmb invnumber ?></td> + </tr> + <tr> + <th align=left nowrap>Date</th> + <td><?lsmb invdate ?></td> + </tr> + <tr> + <th align=left nowrap>Due</th> + <td><?lsmb duedate ?></td> + </tr> + <?lsmb if ponumber ?> + <tr> + <th align=left>PO #</th> + <td><?lsmb ponumber ?> </td> + </tr> + <?lsmb end ponumber ?> + <?lsmb if ordnumber ?> + <tr> + <th align=left>Order #</th> + <td><?lsmb ordnumber ?> </td> + </tr> + <?lsmb end ordnumber ?> + <tr> + <th align=left nowrap>Employee</th> + <td><?lsmb employee ?> </td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> + + <tr height=5></tr> + + <tr> + <td> </td> + + <td> + <table> + <?lsmb foreach account ?> + <tr valign=top> + <td><?lsmb accno ?></td> + <td><?lsmb account ?></td> + <td width=10> </td> + <td align=right><?lsmb amount ?></td> + <td width=10> </td> + <td><?lsmb description ?></td> + <td width=10> </td> + <td><?lsmb projectnumber ?></td> + </tr> + <?lsmb end account ?> + + <tr> + <?lsmb if taxincluded ?> + <th colspan=2 align=right>Total</th> + <td width=10> </td> + <td align=right><?lsmb invtotal ?></td> + <?lsmb end taxincluded ?> + + <?lsmb if not taxincluded ?> + <th colspan=2 align=right>Subtotal</th> + <td width=10> </td> + <td align=right><?lsmb subtotal ?></td> + <?lsmb end taxincluded ?> + </tr> + + <?lsmb foreach tax ?> + <tr> + <th colspan=2 align=right><?lsmb taxdescription ?> @ <?lsmb taxrate ?> %</th> + <td width=10> </td> + <td align=right><?lsmb tax ?></td> + </tr> + <?lsmb end tax ?> + + <?lsmb if not taxincluded ?> + <tr> + <th colspan=2 align=right>Total</th> + <td width=10> </td> + <td align=right><?lsmb invtotal ?></td> + </tr> + <?lsmb end taxincluded ?> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 <?lsmb currency ?> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <?lsmb notes ?> + </td> + </tr> + + <?lsmb if paid_1 ?> + <tr> + <td> </td> + + <td> + <table> + <tr> + <th>Payments</th> + </tr> + + <tr> + <td> + <hr noshade> + </td> + </tr> + + <tr> + <td> + <table> + <tr> + <th>Date</th> + <th> </th> + <th>Source</th> + <th>Memo</th> + <th>Amount</th> + </tr> + <?lsmb end paid_1 ?> + + <?lsmb foreach payment ?> + <tr> + <td><?lsmb paymentdate ?></td> + <td><?lsmb paymentaccount ?></td> + <td><?lsmb paymentsource ?></td> + <td><?lsmb paymentmemo ?></td> + <td align=right><?lsmb payment ?></td> + </tr> + <?lsmb end payment ?> + + <?lsmb if paid_1 ?> + </table> + </td> + </tr> + </table> + </td> + </tr> + <?lsmb end paid_1 ?> + + <tr height=10></tr> + + <?lsmb if taxincluded ?> + <tr> + <td> </td> + </tr> + + <tr> + <th colspan=3 align=left><font size=-2>Taxes shown are included in price.</th> + </tr> + <?lsmb end taxincluded ?> + +</table> + +</body> +</html> + diff --git a/templates/macronald/ap_transaction.tex b/templates/macronald/ap_transaction.tex new file mode 100644 index 00000000..7df57017 --- /dev/null +++ b/templates/macronald/ap_transaction.tex @@ -0,0 +1,111 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} +\setlength{\parindent}{0pt} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + +\centerline{\textbf{A P} \hspace{0.3cm} \textbf{T R A N S A C T I O N}} + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> <?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if vendorphone ?> +Tel: <?lsmb vendorphone ?> +<?lsmb end vendorphone ?> + +<?lsmb if vendorfax ?> +Fax: <?lsmb vendorfax ?> +<?lsmb end vendorfax ?> + +<?lsmb email ?> + +<?lsmb if vendortaxnumber ?> +Tax Number: <?lsmb vendortaxnumber ?> +<?lsmb end vendortaxnumber ?> +} +\hfill +\begin{tabular}[t]{ll} + \textbf{Invoice \#} & <?lsmb invnumber ?> \\ + \textbf{Date} & <?lsmb invdate ?> \\ + \textbf{Due} & <?lsmb duedate ?> \\ + <?lsmb if ponumber ?> + \textbf{PO \#} & <?lsmb ponumber ?> \\ + <?lsmb end ponumber ?> + <?lsmb if ordnumber ?> + \textbf{Order \#} & <?lsmb ordnumber ?> \\ + <?lsmb end ordnumber ?> + \textbf{Employee} & <?lsmb employee ?> \\ +\end{tabular} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}[t]{@{}llrX@{\hspace{1cm}}l@{}} +<?lsmb foreach amount ?> + <?lsmb accno ?> & <?lsmb account ?> & <?lsmb amount ?> & <?lsmb description ?> & <?lsmb projectnumber ?> \\ +<?lsmb end amount ?> + + \multicolumn{2}{r}{\textbf{Subtotal}} & <?lsmb subtotal ?> & \\ +<?lsmb foreach tax ?> + \multicolumn{2}{r}{\textbf{<?lsmb taxdescription ?> @ <?lsmb taxrate ?> \%}} & <?lsmb tax ?> & \\ +<?lsmb end tax ?> + + \multicolumn{2}{r}{\textbf{Total}} & <?lsmb invtotal ?> & \\ + +\end{tabularx} + +\vspace{0.3cm} + +<?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 <?lsmb currency ?> + +<?lsmb if notes ?> +\vspace{0.3cm} +<?lsmb notes ?> +<?lsmb end notes ?> + +\vspace{0.3cm} + +<?lsmb if paid_1 ?> +\begin{tabular}{@{}llllr@{}} + \multicolumn{5}{c}{\textbf{Payments}} \\ + \hline + \textbf{Date} & & \textbf{Source} & \textbf{Memo} & \textbf{Amount} \\ +<?lsmb end paid_1 ?> +<?lsmb foreach payment ?> + <?lsmb paymentdate ?> & <?lsmb paymentaccount ?> & <?lsmb paymentsource ?> & <?lsmb paymentmemo ?> & <?lsmb payment ?> \\ +<?lsmb end payment ?> +<?lsmb if paid_1 ?> +\end{tabular} +<?lsmb end paid_1 ?> + +\end{document} + diff --git a/templates/macronald/ar_transaction.html b/templates/macronald/ar_transaction.html new file mode 100644 index 00000000..b9ecd757 --- /dev/null +++ b/templates/macronald/ar_transaction.html @@ -0,0 +1,234 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>A R - T R A N S A C T I O N</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <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 contact ?> + <br><?lsmb contact ?> + <br> + <?lsmb end contact ?> + + <?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 ?> + + <?lsmb if customertaxnumber ?> + <br>Taxnumber: <?lsmb customertaxnumber ?> + <?lsmb end customertaxnumber ?> + </td> + + <td align=right> + <table> + <tr> + <th align=left nowrap>Invoice #</th> + <td><?lsmb invnumber ?></td> + </tr> + <tr> + <th align=left nowrap>Date</th> + <td><?lsmb invdate ?></td> + </tr> + <tr> + <th align=left nowrap>Due</th> + <td><?lsmb duedate ?></td> + </tr> + <?lsmb if ponumber ?> + <tr> + <th align=left>PO #</th> + <td><?lsmb ponumber ?> </td> + </tr> + <?lsmb end ponumber ?> + <?lsmb if ordnumber ?> + <tr> + <th align=left>Order #</th> + <td><?lsmb ordnumber ?> </td> + </tr> + <?lsmb end ordnumber ?> + <tr> + <th align=left nowrap>Salesperson</th> + <td><?lsmb employee ?> </td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> + + <tr height=5></tr> + + <tr> + <td> </td> + + <td> + <table> + <?lsmb foreach account ?> + <tr valign=top> + <td><?lsmb accno ?></td> + <td><?lsmb account ?></td> + <td width=10> </td> + <td align=right><?lsmb amount ?></td> + <td width=10> </td> + <td><?lsmb description ?></td> + <td width=10> </td> + <td><?lsmb projectnumber ?></td> + </tr> + <?lsmb end account ?> + + <tr> + <?lsmb if taxincluded ?> + <th colspan=2 align=right>Total</th> + <td width=10> </td> + <td align=right><?lsmb invtotal ?></td> + <?lsmb end taxincluded ?> + + <?lsmb if not taxincluded ?> + <th colspan=2 align=right>Subtotal</th> + <td width=10> </td> + <td align=right><?lsmb subtotal ?></td> + <?lsmb end taxincluded ?> + </tr> + + <?lsmb foreach tax ?> + <tr> + <th colspan=2 align=right><?lsmb taxdescription ?> @ <?lsmb taxrate ?> %</th> + <td width=10> </td> + <td align=right><?lsmb tax ?></td> + </tr> + <?lsmb end tax ?> + + <?lsmb if not taxincluded ?> + <tr> + <th colspan=2 align=right>Total</th> + <td width=10> </td> + <td align=right><?lsmb invtotal ?></td> + </tr> + <?lsmb end taxincluded ?> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 <?lsmb currency ?> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <?lsmb notes ?> + </td> + </tr> + + <?lsmb if paid_1 ?> + <tr> + <td> </td> + + <td> + <table> + <tr> + <th>Payments</th> + </tr> + + <tr> + <td> + <hr noshade> + </td> + </tr> + + <tr> + <td> + <table> + <tr> + <th>Date</th> + <th> </th> + <th>Source</th> + <th>Amount</th> + </tr> + <?lsmb end paid_1 ?> + + <?lsmb foreach payment ?> + <tr> + <td><?lsmb paymentdate ?></td> + <td><?lsmb paymentaccount ?></td> + <td><?lsmb paymentsource ?></td> + <td align=right><?lsmb payment ?></td> + </tr> + <?lsmb end payment ?> + + <?lsmb if paid_1 ?> + </table> + </td> + </tr> + </table> + </td> + </tr> + <?lsmb end paid_1 ?> + + <tr height=10></tr> + + <?lsmb foreach tax ?> + <tr> + <td> </td> + + <th colspan=9 align=left><font size=-2><?lsmb taxdescription ?> Registration <?lsmb taxnumber ?></th> + </tr> + <?lsmb end tax ?> + + <?lsmb if taxincluded ?> + <tr> + <td> </td> + </tr> + + <tr> + <th colspan=3 align=left><font size=-2>Taxes shown are included in price.</th> + </tr> + <?lsmb end taxincluded ?> + +</table> + +</body> +</html> + diff --git a/templates/macronald/ar_transaction.tex b/templates/macronald/ar_transaction.tex new file mode 100644 index 00000000..8be73537 --- /dev/null +++ b/templates/macronald/ar_transaction.tex @@ -0,0 +1,118 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} +\setlength{\parindent}{0pt} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + +\centerline{\textbf{A R} \hspace{0.3cm} \textbf{T R A N S A C T I O N}} + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> + +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> + +<?lsmb email ?> + +<?lsmb if customertaxnumber ?> +Tax Number: <?lsmb customertaxnumber ?> +<?lsmb end customertaxnumber ?> +} +\hfill +\begin{tabular}[t]{ll} + \textbf{Invoice \#} & <?lsmb invnumber ?> \\ + \textbf{Date} & <?lsmb invdate ?> \\ + \textbf{Due} & <?lsmb duedate ?> \\ + <?lsmb if ponumber ?> + \textbf{PO \#} & <?lsmb ponumber ?> \\ + <?lsmb end ponumber ?> + <?lsmb if ordnumber ?> + \textbf{Order \#} & <?lsmb ordnumber ?> \\ + <?lsmb end ordnumber ?> + \textbf{Employee} & <?lsmb employee ?> \\ +\end{tabular} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}[t]{@{}llrX@{\hspace{1cm}}l@{}} +<?lsmb foreach amount ?> + <?lsmb accno ?> & <?lsmb account ?> & <?lsmb amount ?> & <?lsmb description ?> & <?lsmb projectnumber ?> \\ +<?lsmb end amount ?> + + \multicolumn{2}{r}{\textbf{Subtotal}} & <?lsmb subtotal ?> & \\ +<?lsmb foreach tax ?> + \multicolumn{2}{r}{\textbf{<?lsmb taxdescription ?> @ <?lsmb taxrate ?> \%}} & <?lsmb tax ?> & \\ +<?lsmb end tax ?> + + \multicolumn{2}{r}{\textbf{Total}} & <?lsmb invtotal ?> & \\ + +\end{tabularx} + +\vspace{0.3cm} + +<?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 <?lsmb currency ?> + +<?lsmb if notes ?> +\vspace{0.3cm} +<?lsmb notes ?> +<?lsmb end notes ?> + +\vspace{0.3cm} + +<?lsmb if paid_1 ?> +\begin{tabular}{@{}lllr@{}} + \multicolumn{5}{c}{\textbf{Payments}} \\ + \hline + \textbf{Date} & & \textbf{Source} & \textbf{Amount} \\ +<?lsmb end paid_1 ?> +<?lsmb foreach payment ?> + <?lsmb paymentdate ?> & <?lsmb paymentaccount ?> & <?lsmb paymentsource ?> & <?lsmb payment ?> \\ +<?lsmb end payment ?> +<?lsmb if paid_1 ?> +\end{tabular} +<?lsmb end paid_1 ?> + +\vspace{0.5cm} + +<?lsmb foreach tax ?> +\textbf{\scriptsize <?lsmb taxdescription ?> Registration <?lsmb taxnumber ?>} \\ +<?lsmb end tax ?> + +\end{document} + diff --git a/templates/macronald/balance_sheet.html b/templates/macronald/balance_sheet.html new file mode 100644 index 00000000..2ce532f8 --- /dev/null +++ b/templates/macronald/balance_sheet.html @@ -0,0 +1,105 @@ + +<body> + +<h2 align=center> +<?lsmb company ?> +<br><?lsmb address ?> + +<p>BALANCE SHEET +<br>as at <?lsmb this_period ?> +</h2> + +<?lsmb if department ?> +<h4>Department: <?lsmb department ?></h4> +<?lsmb end department ?> + +<table border=0> +<tr> + <th align=left width=400 colspan=2>ASSETS<br><hr align=left width=250 size=5 noshade></th> + <th><?lsmb this_period ?></th> + <th><?lsmb last_period ?></th> +</tr> + +<?lsmb foreach asset_account ?> +<tr> + <td> </td> + <td><?lsmb asset_account ?></td> + <td align=right><?lsmb asset_this_period ?></td> + <td align=right><?lsmb asset_last_period ?></td> +</tr> +<?lsmb end asset_account ?> + +<tr> + <td colspan=2> </td> + <td><hr noshade size=1></td> + <td><hr noshade size=1></td> +</tr> + +<tr valign=top> + <th align=left colspan=2>TOTAL ASSETS</th> + <td align=right><?lsmb total_assets_this_period ?><hr noshade size=2></td> + <td align=right><?lsmb total_assets_last_period ?><hr noshade size=2></td> +</tr> + +<tr> + <th align=left colspan=4>LIABILITIES<b><hr align=left width=250 size=5 noshade></th> +</tr> + +<?lsmb foreach liability_account ?> +<tr> + <td></td> + <td><?lsmb liability_account ?></td> + <td align=right><?lsmb liability_this_period ?></td> + <td align=right><?lsmb liability_last_period ?></td> +</tr> +<?lsmb end liability_account ?> + +<tr> + <td colspan=2> </td> + <td><hr noshade size=1></td> + <td><hr noshade size=1></td> +</tr> + +<tr valign=top> + <td></td> + <th align=left>TOTAL LIABILITIES</th> + <td align=right><?lsmb total_liabilities_this_period ?><br><hr noshade size=2</td> + <td align=right><?lsmb total_liabilities_last_period ?><br><hr noshade size=2</td> +</tr> + +<tr> + <th align=left colspan=4>SHAREHOLDER'S EQUITY<br><hr align=left width=250 size=5 noshade></th> +</tr> + +<?lsmb foreach equity_account ?> +<tr> + <td></td> + <td><?lsmb equity_account ?></td> + <td align=right><?lsmb equity_this_period ?></td> + <td align=right><?lsmb equity_last_period ?></td> +</tr> +<?lsmb end equity_account ?> + +<tr> + <td colspan=2> </td> + <td><hr noshade size=1></td> + <td><hr noshade size=1></td> +</tr> + +<tr valign=top> + <td></td> + <th align=left>TOTAL EQUITY</th> + <td align=right><?lsmb total_equity_this_period ?><br><hr noshade size=2</td> + <td align=right><?lsmb total_equity_last_period ?><br><hr noshade size=2</td> +</tr> + +<tr valign=top> + <th align=left colspan=2>TOTAL LIABILITIES & EQUITY</th> + <td align=right><?lsmb total_this_period ?><br><hr noshade size=2></td> + <td align=right><?lsmb total_last_period ?><br><hr noshade size=2></td> +</tr> +</table> + +</body> +</html> + diff --git a/templates/macronald/bin_list.html b/templates/macronald/bin_list.html new file mode 100644 index 00000000..3a14e7d9 --- /dev/null +++ b/templates/macronald/bin_list.html @@ -0,0 +1,179 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>B I N L I S T</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% cellspacing=0 cellpadding=0> + <tr bgcolor=000000> + <th align=left width="50%"><font color=ffffff>From</th> + <th align=left width="50%"><font color=ffffff>Ship To</th> + </tr> + + <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 ?> + <?lsmb country ?> + <?lsmb end country ?> + <br> + + <?lsmb if contact ?> + <br>Attn: <?lsmb contact ?> + <?lsmb end contact ?> + + <?lsmb if vendorphone ?> + <br>Tel: <?lsmb vendorphone ?> + <?lsmb end vendorphone ?> + + <?lsmb if vendorfax ?> + <br>Fax: <?lsmb vendorfax ?> + <?lsmb end vendorfax ?> + + <?lsmb if email ?> + <br><?lsmb email ?> + <?lsmb end email ?> + + </td> + + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddress2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + + <br> + <?lsmb if shiptocontact ?> + <br>Attn: <?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb 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>Order #</th> + <th width=17% align=left nowrap>Date</th> + <th width=17% align=left nowrap>Contact</th> + <?lsmb if warehouse ?> + <th width=17% align=left nowrap>Warehouse</th> + <?lsmb end warehouse ?> + <th width=17% align=left>Shipping Point</th> + <th width=15% align=left>Ship via</th> + </tr> + + <tr> + <td><?lsmb ordnumber ?> </td> + + <?lsmb if shippingdate ?> + <td><?lsmb shippingdate ?></td> + <?lsmb end shippingdate ?> + + <?lsmb if not shippingdate ?> + <td><?lsmb orddate ?></td> + <?lsmb end shippingdate ?> + + <td><?lsmb employee ?> </td> + + <?lsmb if warehouse ?> + <td><?lsmb warehouse ?></td> + <?lsmb end warehouse ?> + + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=left><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th><font color=ffffff>Serialnumber</th> + <th> </th> + <th><font color=ffffff>Qty</th> + <th><font color=ffffff>Recd</th> + <th> </th> + <th><font color=ffffff>Bin</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td><?lsmb runningnumber ?></td> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td><?lsmb serialnumber ?></td> + <td><?lsmb deliverydate ?></td> + <td align=right><?lsmb qty ?></td> + <td align=right><?lsmb ship ?></td> + <td><?lsmb unit ?></td> + <td><?lsmb bin ?></td> + </tr> + <?lsmb end number ?> + + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td><hr noshade></td> + </tr> + +</table> + +</body> +</html> + diff --git a/templates/macronald/bin_list.tex b/templates/macronald/bin_list.tex new file mode 100644 index 00000000..88d4b3ce --- /dev/null +++ b/templates/macronald/bin_list.tex @@ -0,0 +1,114 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 37 ?> +\end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + +\begin{tabularx}{\textwidth}{@{}rlXllrrll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{From} +\vspace{0.3cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> +} +\parbox[t]{.5\textwidth}{ +\textbf{Ship To} +\vspace{0.3cm} + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> +} +\hfill + +\vspace{1cm} + +\textbf{B I N} \parbox{0.3cm}{\hfill} \textbf{L I S T} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{Order \#} & \textbf{Date} & \textbf{Contact} + <?lsmb if warehouse ?> + & \textbf{Warehouse} + <?lsmb end warehouse ?> + & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em] + \hline + + <?lsmb ordnumber ?> + <?lsmb if shippingdate ?> + & <?lsmb shippingdate ?> + <?lsmb end shippingdate ?> + <?lsmb if not shippingdate ?> + & <?lsmb orddate ?> + <?lsmb end shippingdate ?> + & <?lsmb employee ?> + <?lsmb if warehouse ?> + & <?lsmb warehouse ?> + <?lsmb end warehouse ?> + & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXllrrll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Recd} & & \textbf{Bin} \\ + +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> & + <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> & <?lsmb bin ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\rule{\textwidth}{2pt} + +\end{document} + diff --git a/templates/macronald/check.tex b/templates/macronald/check.tex new file mode 100644 index 00000000..3b8053ac --- /dev/null +++ b/templates/macronald/check.tex @@ -0,0 +1,77 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont + +\parbox[t]{12cm}{ + <?lsmb company ?> + + <?lsmb address ?>} +\hfill +\parbox[t]{6cm}{\hfill <?lsmb source ?>} + +\vspace*{0.6cm} + +<?lsmb text_amount ?> \dotfill <?lsmb decimal ?>/100 \makebox[0.5cm]{\hfill} + +\vspace{0.5cm} + +\hfill <?lsmb datepaid ?> \makebox[2cm]{\hfill} <?lsmb amount ?> + +% different date format for datepaid +% <?lsmb DD ?><?lsmb MM ?><?lsmb YYYY ?> + +\vspace{0.5cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{1.8cm} + +<?lsmb memo ?> + +\vspace{0.8cm} + +<?lsmb company ?> + +\vspace{0.5cm} + +<?lsmb name ?> \hfill <?lsmb datepaid ?> \hfill <?lsmb source ?> + +\vspace{0.5cm} +\begin{tabularx}{\textwidth}{lXrr@{}} +\textbf{Invoice \#} & \textbf{Invoice Date} + & \textbf{Amount Due} & \textbf{Applied} \\ +<?lsmb foreach invnumber ?> +<?lsmb invnumber ?> & <?lsmb invdate ?> \dotfill + & <?lsmb due ?> & <?lsmb paid ?> \\ +<?lsmb end invnumber ?> +\end{tabularx} + +\vspace{1cm} + +<?lsmb memo ?> + +\vfill +<?lsmb message ?> +\end{document} + diff --git a/templates/macronald/income_statement.html b/templates/macronald/income_statement.html new file mode 100644 index 00000000..14b01219 --- /dev/null +++ b/templates/macronald/income_statement.html @@ -0,0 +1,85 @@ + +<body> + +<h2 align=center> +<?lsmb company ?> +<br><?lsmb address ?> + +<p>INCOME STATEMENT +<br><?lsmb period ?> +</h2> + +<?lsmb if department ?> +<h4>Department: <?lsmb department ?></h4> +<?lsmb end department ?> + +<?lsmb if projectnumber ?> +<h4>Project Number: <?lsmb projectnumber ?></h4> +<?lsmb end projectnumber ?> + +<table width=100% border=0> +<tr> + <th width=400 align=left colspan=2>INCOME<br><hr width=300 size=5 align=left noshade></th> + <th><?lsmb this_period ?></th> + <th><?lsmb last_period ?></th> +</tr> + +<?lsmb foreach income_account ?> +<tr> + <td width=4> </td> + <td><?lsmb income_account ?></td> + <td align=right><?lsmb income_this_period ?></td> + <td align=right><?lsmb income_last_period ?></td> +</tr> +<?lsmb end income_account ?> + +<tr> + <td colspan=2> </td> + <td><hr noshade size=1></td> + <td><hr noshade size=1></td> +</tr> + +<tr valign=top> + <td> </td> + <th align=left>TOTAL INCOME</th> + <td align=right><?lsmb total_income_this_period ?><hr noshade size=2></td> + <td align=right><?lsmb total_income_last_period ?><hr noshade size=2></td> +</tr> + +<tr> + <th align=left colspan=2>EXPENSES<br><hr width=300 size=5 align=left noshade></th> +</tr> + +<?lsmb foreach expense_account ?> +<tr> + <td> </td> + <td><?lsmb expense_account ?></td> + <td align=right><?lsmb expenses_this_period ?></td> + <td align=right><?lsmb expenses_last_period ?></td> +</tr> +<?lsmb end expense_account ?> + +<tr> + <td colspan=2> </td> + <td><hr noshade size=1></td> + <td><hr noshade size=1></td> +</tr> + +<tr valign=top> + <td> </td> + <th align=left>TOTAL EXPENSES</th> + <td align=right><?lsmb total_expenses_this_period ?><br><hr noshade size=2</td> + <td align=right><?lsmb total_expenses_last_period ?><br><hr noshade size=2</td> +</tr> + +<tr valign=top> + <th align=left colspan=2>INCOME / (LOSS)</th> + <td align=right><?lsmb total_this_period ?><br><hr noshade size=2></td> + <td align=right><?lsmb total_last_period ?><br><hr noshade size=2></td> +</tr> + +</table> + +</body> +</html> + diff --git a/templates/macronald/invoice.html b/templates/macronald/invoice.html new file mode 100644 index 00000000..9cd7620c --- /dev/null +++ b/templates/macronald/invoice.html @@ -0,0 +1,160 @@ +<html> + +<head> + <title>Faktura</title> +</head> + +<body bgcolor=ffffff leftmargin="40" marginwidth="40"> + <br> + <br> + <br> + <br> + <br> + <table width="100%"> + <tr valign="top"> + <td width="80%" valign="top">Fakturaadresse:<br> + <?lsmb name ?><br> + <?lsmb address1 ?><br> + <?lsmb address2 ?><br> + <?lsmb zipcode ?><?lsmb city ?><br> + <?lsmb addr4 ?> </td> + <td> + <h2><b>FAKTURA</b></h2> + <p>Fakturanr: <?lsmb invnumber ?><br> + <nobr>Fakturadato: <?lsmb invdate ?></nobr><br> + <nobr>Forfaldsdato: <?lsmb duedate ?></nobr></p> + </td> + <?lsmb end company ?></tr> + </table> + <br> + <br> + <br> + <br> + <br> + <br> + <br> + <br> + <br> + <br> + <table width="100%"> + <tr bgcolor=000000> + <th align=left><font color=ffffff>Produkt</th> + <th align=left><font color=ffffff>Beskrivelse</th> + <th><font color=ffffff>Antal</th> + <th><font color="black">-</font></th> + <th><font color=ffffff>Pris</th> + <th><font color=ffffff>Rabat</th> + <th><font color=ffffff>Beløb</th> + </tr> + +<?lsmb foreach number ?> + <tr valign=top> + <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> +<?lsmb 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> + + <tr> + <th colspan=5 align=right>Subtotal</th> + <td colspan=2 align=right><?lsmb subtotal ?></td> + </tr> + +<?lsmb foreach tax ?> + <tr> + <th colspan=5 align=right><?lsmb taxrate ?>% moms udgør</th> + <td colspan=2 align=right><?lsmb tax ?></td> + </tr> +<?lsmb end tax ?> + + +<?lsmb if paid ?> + <tr> + <th colspan=5 align=right>Allerede betalt</th> + <td colspan=2 align=right>- <?lsmb paid ?></td> + </tr> +<?lsmb end paid ?> + + <tr> + <td colspan=3> </td> + <td colspan=4><hr noshade></td> + </tr> + + <tr> + <td colspan=3></td> + <th colspan=2 align=right>At betale</th> + <th colspan=2 align=right><?lsmb total ?></th> + </tr> + + <tr> + <td> + </td> + <td></td> + <td></td> + <td colspan="4"> + <hr noshade> + </td> + </tr> + + </table> + <br> + <br> + <table width="100%"> + <tr valign=top> + <td>Bemærkninger</td> + <td> + <p><?lsmb notes ?></p> + </td> + + <td align=right>Alle priser i <b><?lsmb currency ?></b><br> + <?lsmb shippingpoint ?></td> + </tr> + </table> + <br> + <br> + <br> + <table width="100%"> + <tr valign=top> + <td>Beløbet bedes indbetalt i merkur Andelskasse på konto nr. 8401 4204915<br> + <br> + <br> + M.v.h.<br> + <br> + <br> + Ronald Jensen<br> + <br> + <div align="center"> + <hr> + <p><b><?lsmb company ?> - <?lsmb address ?></b> - <b>CVR: 25010280</b></p> + </div> + </td> + </tr> + </table> + <p></p> + </body> +</html> + + + + + + + + + + + diff --git a/templates/macronald/invoice.tex b/templates/macronald/invoice.tex new file mode 100644 index 00000000..a34120fb --- /dev/null +++ b/templates/macronald/invoice.tex @@ -0,0 +1,207 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +\newsavebox{\ftr} +\sbox{\ftr}{ + \parbox{\textwidth}{ + \tiny + \rule[1.5em]{\textwidth}{0.5pt} +Payment due NET <?lsmb terms ?> Days from date of Invoice. Interest on overdue amounts will acrue at the rate of 12\% per annum starting from <?lsmb duedate ?> until paid in full. Items returned are subject to a 10\% restocking charge. +A return authorization must be obtained from <?lsmb company ?> before goods are returned. Returns must be shipped prepaid and properly insured. +<?lsmb company ?> will not be responsible for damages during transit. + } +} + +<?lsmb include letterhead.tex ?> + +<?lsmb pagebreak 65 27 37 ?> +\end{tabularx} + + \rule{\textwidth}{2pt} + + \vspace{0.2cm} + + \hfill + \begin{tabularx}{\textwidth}{Xr@{\hspace{1cm}}r@{}} + & Subtotal & <?lsmb sumcarriedforward ?> \\ + \end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb invnumber ?>}{<?lsmb company ?>\hfill <?lsmb invnumber ?>} + +\begin{tabularx}{\textwidth}{@{}rlXlrlrrr@{}} + \textbf{Pos} & \textbf{Number} & \textbf{Description} & & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ [0.5em] + & carried forward from page <?lsmb lastpage ?> & & & & & & & <?lsmb sumcarriedforward ?> \\ [0.5em] +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{To} +\vspace{0.3cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> + +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> + +<?lsmb email ?> +} +\parbox[t]{.5\textwidth}{ +\textbf{Ship To} +\vspace{0.3cm} + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> + +\vspace{0.3cm} + +<?lsmb if shiptocontact ?> +<?lsmb shiptocontact ?> +\vspace{0.2cm} +<?lsmb end shiptocontact ?> + +<?lsmb if shiptophone ?> +Tel: <?lsmb shiptophone ?> +<?lsmb end shiptophone ?> + +<?lsmb if shiptofax ?> +Fax: <?lsmb shiptofax ?> +<?lsmb end shiptofax ?> + +<?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{I N V O I C E} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{7}{|X}|} \hline + \textbf{Invoice \#} & \textbf{Date} & \textbf{Due} & \textbf{Order \#} + & \textbf{Salesperson} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em] + \hline + <?lsmb invnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> & <?lsmb ordnumber ?> & <?lsmb employee ?> + & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXlrlrrr@{}} + \textbf{Pos} & \textbf{Number} & \textbf{Description} & & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ [0.5em] +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb deliverydate ?> & + <?lsmb qty ?> & <?lsmb unit ?> & <?lsmb sellprice ?> & <?lsmb discountrate ?> & <?lsmb linetotal ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\vspace{0.2cm} + +\hfill +\begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & Subtotal & <?lsmb subtotal ?> \\ +<?lsmb foreach tax ?> + & <?lsmb taxdescription ?> on <?lsmb taxbase ?> & <?lsmb tax ?> \\ +<?lsmb end tax ?> +<?lsmb if paid ?> + & Paid & - <?lsmb paid ?> \\ +<?lsmb end paid ?> + \hline +<?lsmb if total ?> + & Balance Due & <?lsmb total ?> +<?lsmb end total ?> +\end{tabularx} + +\vspace{0.3cm} + +<?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 +\hfill +All prices in \textbf{<?lsmb currency ?>}. + +\vspace{12pt} + +<?lsmb notes ?> +} + +\vfill + +<?lsmb if paid_1 ?> +\begin{tabularx}{10cm}{@{}lXlr@{}} + \textbf{Payments} & & & \\ + \hline + \textbf{Date} & & \textbf{Source} & \textbf{Amount} \\ +<?lsmb end paid_1 ?> +<?lsmb foreach payment ?> + <?lsmb paymentdate ?> & <?lsmb paymentaccount ?> & <?lsmb paymentsource ?> & <?lsmb payment ?> \\ +<?lsmb end payment ?> +<?lsmb if paid_1 ?> +\end{tabularx} +<?lsmb end paid_1 ?> + +\vspace{1cm} + +\centerline{\textbf{Thank You for your valued business!}} + +\rule{\textwidth}{0.5pt} + +\usebox{\ftr} + +\end{document} + diff --git a/templates/macronald/letterhead.html b/templates/macronald/letterhead.html new file mode 100644 index 00000000..ad071986 --- /dev/null +++ b/templates/macronald/letterhead.html @@ -0,0 +1,32 @@ + <tr> + <td width=10> </td> + + <td> + <table width="100%"> + <tr> + <td> + <h4> + <?lsmb company ?><br> + <?lsmb address ?> + </h4> + </td> + + <th><img src=<?lsmb templates ?>/<?lsmb language_code ?>/logo.png border=0 height=58></th> + + <td align=right> + <h4> + Tel: <?lsmb tel ?><br> + Fax: <?lsmb fax ?> + </h4> + </td> + </tr> + + <tr> + <td colspan=3> + <hr noshade> + </td> + </tr> + </table> + </td> + </tr> + diff --git a/templates/macronald/letterhead.tex b/templates/macronald/letterhead.tex new file mode 100644 index 00000000..dbaa198b --- /dev/null +++ b/templates/macronald/letterhead.tex @@ -0,0 +1,17 @@ +\parbox{\textwidth}{% + \parbox[b]{.42\textwidth}{% + <?lsmb company ?> + + <?lsmb address ?> + } + \parbox[b]{.2\textwidth}{ + \includegraphics[scale=0.3]{logo} + }\hfill + \begin{tabular}[b]{rr@{}} + Tel: & <?lsmb tel ?>\\ + Fax: & <?lsmb fax ?> + \end{tabular} + + \rule[1.5em]{\textwidth}{0.5pt} +} + diff --git a/templates/macronald/logo.eps b/templates/macronald/logo.eps new file mode 100644 index 00000000..da3c13c6 --- /dev/null +++ b/templates/macronald/logo.eps @@ -0,0 +1,612 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: GIMP PostScript file plugin V 1.17 by Peter Kirchgessner +%%Title: ledger-smb.eps +%%CreationDate: Sun Sep 3 22:39:01 2006 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%Pages: 1 +%%BoundingBox: 14 14 215 115 +%%EndComments +%%BeginProlog +% Use own dictionary to avoid conflicts +10 dict begin +%%EndProlog +%%Page: 1 1 +% Translate for offset +14.173228346456694 14.173228346456694 translate +% Translate to begin of first scanline +0 99.999999999999986 translate +199.99999999999997 -99.999999999999986 scale +% Image geometry +200 100 8 +% Transformation matrix +[ 200 0 0 100 0 0 ] +% Strings to hold RGB-samples per scanline +/rstr 200 string def +/gstr 200 string def +/bstr 200 string def +{currentfile /ASCII85Decode filter /RunLengthDecode filter rstr readstring pop} +{currentfile /ASCII85Decode filter /RunLengthDecode filter gstr readstring pop} +{currentfile /ASCII85Decode filter /RunLengthDecode filter bstr readstring pop} +true 3 +%%BeginData: 31949 ASCII Bytes +colorimage +Q2^j`VZ2/~> +Q2^j`VZ2/~> +Q2^j`VZ2/~> +S,Wcno[U1(Am=9mW;hA~> +S,Wcno[U1(Am=9mW;hA~> +S,Wcno[U1(Am=9mW;hA~> +iVroWp&>$kbl7k)ITeZK#Q=]).C/KBs*t~> +iVroWp&>$kbl7k)ITeZK#Q=]).C/KBs*t~> +iVroWp&>$kbl7k)ITeZK#Q=]).C/KBs*t~> +ir9+F76a!47Kl(C6qG>pcMn$o;F`_Sr;ZmgZM:BuJ,~> +ir9+F76a!47Kl(C6qG>pcMn$o;F`_Sr;ZmgZM:BuJ,~> +ir9+F76a!47Kl(C6qG>pcMn$o;F`_Sr;ZmgZM:BuJ,~> +ir9,!L0Z,%!!O-(?>?S,c2S+Hh;!tj!!!+9bGYAj~> +ir9,!L0Z,%!!O-(?>?S,c2S+Hh;!tj!!!+9bGYAj~> +ir9,!L0Z,%!!O-(?>?S,c2S+Hh;!tj!!!+9bGYAj~> +iVs#Rldn)n!!YNA^"MK/prraDrr9S2!!!moihug,~> +iVs#Rldn)n!!YNA^"MK/prraDrr9S2!!!moihug,~> +iVs#Rldn)n!!YNA^"MK/prraDrr9S2!!!moihug,~> +hZ!Rqr;ZpDLWfM5rrAJd!!5*Xo;DV=~> +hZ!Rqr;ZpDLWfM5rrAJd!!5*Xo;DV=~> +hZ!Rqr;ZpDLWfM5rrAJd!!5*Xo;DV=~> +hZ!RYr;Zms[.hT?!W,.]!!6B@rMT[G~> +hZ!RYr;Zms[.hT?!W,.]!!6B@rMT[G~> +hZ!RYr;Zms[.hT?!W,.]!!6B@rMT[G~> +hu<`Q.fKDL%=?XErs%$W!!!IVfr"e"~> +hu<`Q.fKDL%=?XErs%$W!!!IVfr"e"~> +hu<`Q.fKDL%=?XErs%$W!!!IVfr"e"~> +hu<`,"o\K'/=c(GrrB/"!!4X?mABo6~> +hu<`,"o\K'/=c(GrrB/"!!4X?mABo6~> +hu<`,"o\K'/=c(GrrB/"!!4X?mABo6~> +hu<\>r;Zmo\bjAG!-%o;!_TruVZ2/~> +hu<\>r;Zmo\bjAG!-%o;!_TruVZ2/~> +hu<\>r;Zmo\bjAG!-%o;!_TruVZ2/~> +hu<[RrW!!(F4%u,#3lm&!!I5dV>l&~> +hu<[RrW!!(F4%u,#3lm&!!I5dV>l&~> +hu<[RrW!!(F4%u,#3lm&!!I5dV>l&~> +i;WiF(&e17*g,U(rrBh5!!4.#je`!-~> +i;WiF(&e17*g,U(rrBh5!!4.#je`!-~> +i;WiF(&e17*g,U(rrBh5!!4.#je`!-~> +i;Wear;Zm^Y4]d6!1*Ta!^!IUV>l&~> +i;Wear;Zm^Y4]d6!1*Ta!^!IUV>l&~> +i;Wear;Zm^Y4]d6!1*Ta!^!IUV>l&~> +i;We%r;Zn)_u7UT!W,Fe!!6BArMBOE~> +i;We%r;Zn)_u7UT!W,Fe!!6BArMBOE~> +i;We%r;Zn)_u7UT!W,Fe!!6BArMBOE~> +iVrrU0)bhP&VAg#rs7&7?U?tG@[l`Trt"FlAjJUXO6HVo!rr<4J_U##$KnC1:d7-1>(t0!mf*R[ +Y'!H&6;W!Jq>U]pkJNj6A)dFbrrg>P7u-[%s*t~> +iVrrU0)bhP&VAg#rs7&7?U?tG@[l`Trt"FlAjJUXO6HVo!rr<4J_U##$KnC1:d7-1>(t0!mf*R[ +Y'!H&6;W!Jq>U]pkJNj6A)dFbrrg>P7u-[%s*t~> +iVrrU0)bhP&VAg#rs7&7?U?tG@[l`Trt"FlAjJUXO6HVo!rr<4J_U##$KnC1:d7-1>(t0!mf*R[ +Y'!H&6;W!Jq>U]pkJNj6A)dFbrrg>P7u-[%s*t~> +iVrr,"o\K'/tqe!rs/Fu5QUp'.N\Qh!A;=`rsRt9(]Y'p-3XAt`M`\8!\U/6qu7,TC)?pN'.5+6 +!!!3q[f+VUdEq:Uru]m6(]Xgf.1#tS#BoY;s8&$q74/QH!!".GnGiOcH3jKM!Kcm>s*t~> +iVrr,"o\K'/tqe!rs/Fu5QUp'.N\Qh!A;=`rsRt9(]Y'p-3XAt`M`\8!\U/6qu7,TC)?pN'.5+6 +!!!3q[f+VUdEq:Uru]m6(]Xgf.1#tS#BoY;s8&$q74/QH!!".GnGiOcH3jKM!Kcm>s*t~> +iVrr,"o\K'/tqe!rs/Fu5QUp'.N\Qh!A;=`rsRt9(]Y'p-3XAt`M`\8!\U/6qu7,TC)?pN'.5+6 +!!!3q[f+VUdEq:Uru]m6(]Xgf.1#tS#BoY;s8&$q74/QH!!".GnGiOcH3jKM!Kcm>s*t~> +iVrn>r;Zmq])1dm&&^X3!'GV']uQ!9!!"UtrqQL%SKInPA!XOA\PrPM3;rmZ:V-H%rs\dX&c_nQ +BUQBL]4qBG!<!-)"p^Rcqu7#sJ.M]!?BMP4]0?2o#DMdLqIr2Y&H)S45HXVYnP]8b!F+1Cs*t~> +iVrn>r;Zmq])1dm&&^X3!'GV']uQ!9!!"UtrqQL%SKInPA!XOA\PrPM3;rmZ:V-H%rs\dX&c_nQ +BUQBL]4qBG!<!-)"p^Rcqu7#sJ.M]!?BMP4]0?2o#DMdLqIr2Y&H)S45HXVYnP]8b!F+1Cs*t~> +iVrn>r;Zmq])1dm&&^X3!'GV']uQ!9!!"UtrqQL%SKInPA!XOA\PrPM3;rmZ:V-H%rs\dX&c_nQ +BUQBL]4qBG!<!-)"p^Rcqu7#sJ.M]!?BMP4]0?2o#DMdLqIr2Y&H)S45HXVYnP]8b!F+1Cs*t~> +iVrmQrW!!)FOTOT$]>;k(M'5bmem+`7K*8fL[P$=%-LXk!'#\Bj7rWRnNd$Q!X<_orVlol=8i1* ++F:Z`qu6WmEqo\:"bYV.ru]fT!!#0:\`!5]s0Vk-!&Vgss8Cg-V?R##!Fs1MnjrWX!FsRFs*t~> +iVrmQrW!!)FOTOT$]>;k(M'5bmem+`7K*8fL[P$=%-LXk!'#\Bj7rWRnNd$Q!X<_orVlol=8i1* ++F:Z`qu6WmEqo\:"bYV.ru]fT!!#0:\`!5]s0Vk-!&Vgss8Cg-V?R##!Fs1MnjrWX!FsRFs*t~> +iVrmQrW!!)FOTOT$]>;k(M'5bmem+`7K*8fL[P$=%-LXk!'#\Bj7rWRnNd$Q!X<_orVlol=8i1* ++F:Z`qu6WmEqo\:"bYV.ru]fT!!#0:\`!5]s0Vk-!&Vgss8Cg-V?R##!Fs1MnjrWX!FsRFs*t~> +ir9&E'E.t5+HksTrs/F8!!"-`Z02&b!*9(!!H-`jrs-n'!!#3CanGZ4!1Nid!Z-p]rVlk)rW!$1 +CV0<<rrM6prW!-@-n$E-RHshO#K%P^"A>!(p\k*r`rZ5@.^/XGrsR<\!!!Xaiqu[S5;iE?!XsM3 +mJh\~> +ir9&E'E.t5+HksTrs/F8!!"-`Z02&b!*9(!!H-`jrs-n'!!#3CanGZ4!1Nid!Z-p]rVlk)rW!$1 +CV0<<rrM6prW!-@-n$E-RHshO#K%P^"A>!(p\k*r`rZ5@.^/XGrsR<\!!!Xaiqu[S5;iE?!XsM3 +mJh\~> +ir9&E'E.t5+HksTrs/F8!!"-`Z02&b!*9(!!H-`jrs-n'!!#3CanGZ4!1Nid!Z-p]rVlk)rW!$1 +CV0<<rrM6prW!-@-n$E-RHshO#K%P^"A>!(p\k*r`rZ5@.^/XGrsR<\!!!Xaiqu[S5;iE?!XsM3 +mJh\~> +ir9"^r;Zm`YP7D`#&!u:)0ECXr;Quo,6.]KHeeQ!#Ke"d!&KPYqtpBnXSi,#/$AXGrrAPe!!5`f +m/-e`r\j`U#",/u]Y2klrr35I'`\8)R+VB8rrA8^!!50dq#13mW;Zc+0;JGf!*c2'#QOiaTC)%G +J,~> +ir9"^r;Zm`YP7D`#&!u:)0ECXr;Quo,6.]KHeeQ!#Ke"d!&KPYqtpBnXSi,#/$AXGrrAPe!!5`f +m/-e`r\j`U#",/u]Y2klrr35I'`\8)R+VB8rrA8^!!50dq#13mW;Zc+0;JGf!*c2'#QOiaTC)%G +J,~> +ir9"^r;Zm`YP7D`#&!u:)0ECXr;Quo,6.]KHeeQ!#Ke"d!&KPYqtpBnXSi,#/$AXGrrAPe!!5`f +m/-e`r\j`U#",/u]Y2klrr35I'`\8)R+VB8rrA8^!!50dq#13mW;Zc+0;JGf!*c2'#QOiaTC)%G +J,~> +ir9!rrW!$$AB4]:rs"5Y!"!2?nb`=dS,NBh.$j,rrs.$n!!"-k`r#W4!2'5j#6@lIrr<#f+T;?B +(Ojg/rrN'XrW!*U]_h^,rr2p&j<O^*0TFT]r;R#p/H>bP@Di'Brr@*=!"DfKScD]\f):FO0R_+B +mJh\~> +ir9!rrW!$$AB4]:rs"5Y!"!2?nb`=dS,NBh.$j,rrs.$n!!"-k`r#W4!2'5j#6@lIrr<#f+T;?B +(Ojg/rrN'XrW!*U]_h^,rr2p&j<O^*0TFT]r;R#p/H>bP@Di'Brr@*=!"DfKScD]\f):FO0R_+B +mJh\~> +ir9!rrW!$$AB4]:rs"5Y!"!2?nb`=dS,NBh.$j,rrs.$n!!"-k`r#W4!2'5j#6@lIrr<#f+T;?B +(Ojg/rrN'XrW!*U]_h^,rr2p&j<O^*0TFT]r;R#p/H>bP@Di'Brr@*=!"DfKScD]\f):FO0R_+B +mJh\~> +j8T/V/H,VN'8><1rs$4A!!#6Rk55/`hAZFp#\CUDrr35j0)tt\C:Em3rr@?D!!3XZhZ!NTV#:8p +7&fbRrrM^1rW!!KYPS1s#Q7Bt!"a4gqtpBnH2[dF0TtDnrt5/a!!!7QXUIC\cMdeCd'h-im/MS~> +j8T/V/H,VN'8><1rs$4A!!#6Rk55/`hAZFp#\CUDrr35j0)tt\C:Em3rr@?D!!3XZhZ!NTV#:8p +7&fbRrrM^1rW!!KYPS1s#Q7Bt!"a4gqtpBnH2[dF0TtDnrt5/a!!!7QXUIC\cMdeCd'h-im/MS~> +j8T/V/H,VN'8><1rs$4A!!#6Rk55/`hAZFp#\CUDrr35j0)tt\C:Em3rr@?D!!3XZhZ!NTV#:8p +7&fbRrrM^1rW!!KYPS1s#Q7Bt!"a4gqtpBnH2[dF0TtDnrt5/a!!!7QXUIC\cMdeCd'h-im/MS~> +j8T/*"TAB&0V\+)rrtgj!#'\&rqud$j"p`9"AbZQrVlk&rW!!kU?_OR!'U;]![3m!rr2t5rW!$$ +@*&?DrrL1CrW!!QY4qko!1a#g!_&sRqu6na!<<*BHH#d[rsI9\!!"7./K^(kq>L<or;Q$^J,~> +j8T/*"TAB&0V\+)rrtgj!#'\&rqud$j"p`9"AbZQrVlk&rW!!kU?_OR!'U;]![3m!rr2t5rW!$$ +@*&?DrrL1CrW!!QY4qko!1a#g!_&sRqu6na!<<*BHH#d[rsI9\!!"7./K^(kq>L<or;Q$^J,~> +j8T/*"TAB&0V\+)rrtgj!#'\&rqud$j"p`9"AbZQrVlk&rW!!kU?_OR!'U;]![3m!rr2t5rW!$$ +@*&?DrrL1CrW!!QY4qko!1a#g!_&sRqu6na!<<*BHH#d[rsI9\!!"7./K^(kq>L<or;Q$^J,~> +j8T+<r;Zms]_q3t#/C<@!'mFNr;R#?/-#YW:n$2<rrB,!!!4<ueG0%EeHc'R!^<perr2ssrW!!% +HJ\Jt!0-pW!_9furVm)e*<6'MGg?6e!VL^:!!=Tn](Gq#!0dB^"\V\tI^AS*s*t~> +j8T+<r;Zms]_q3t#/C<@!'mFNr;R#?/-#YW:n$2<rrB,!!!4<ueG0%EeHc'R!^<perr2ssrW!!% +HJ\Jt!0-pW!_9furVm)e*<6'MGg?6e!VL^:!!=Tn](Gq#!0dB^"\V\tI^AS*s*t~> +j8T+<r;Zms]_q3t#/C<@!'mFNr;R#?/-#YW:n$2<rrB,!!!4<ueG0%EeHc'R!^<perr2ssrW!!% +HJ\Jt!0-pW!_9furVm)e*<6'MGg?6e!VL^:!!=Tn](Gq#!0dB^"\V\tI^AS*s*t~> +j8T*OrW!!*G1>s[#6%*m!!mMcrVm2aF9hjH+D.J,rr2p&n0J&7"'i8.q#:>9rW!!)Dp&%Y!*0!u +!X4GFq>UFZrW!!'DpA4[!.t1M!]?Y=rVm/02ZNga6&3;Jqu6q!!!!3t#$e(dj8XW~> +j8T*OrW!!*G1>s[#6%*m!!mMcrVm2aF9hjH+D.J,rr2p&n0J&7"'i8.q#:>9rW!!)Dp&%Y!*0!u +!X4GFq>UFZrW!!'DpA4[!.t1M!]?Y=rVm/02ZNga6&3;Jqu6q!!!!3t#$e(dj8XW~> +j8T*OrW!!*G1>s[#6%*m!!mMcrVm2aF9hjH+D.J,rr2p&n0J&7"'i8.q#:>9rW!!)Dp&%Y!*0!u +!X4GFq>UFZrW!!'DpA4[!.t1M!]?Y=rVm/02ZNga6&3;Jqu6q!!!!3t#$e(dj8XW~> +jSo8F')hk4,*hE\rt<HV!!"F=q#C*.EtnZT)c;R-lMUY^O8]+\,ECXUrrM0prW!!;MW+O6!-eDB +!X+DIqYpT5"9&9%.[oZ$rtFoE!!!%2ci=%+Sj<>V#W$CqebT+B$1/H-!#HG'Ra:uns*t~> +jSo8F')hk4,*hE\rt<HV!!"F=q#C*.EtnZT)c;R-lMUY^O8]+\,ECXUrrM0prW!!;MW+O6!-eDB +!X+DIqYpT5"9&9%.[oZ$rtFoE!!!%2ci=%+Sj<>V#W$CqebT+B$1/H-!#HG'Ra:uns*t~> +jSo8F')hk4,*hE\rt<HV!!"F=q#C*.EtnZT)c;R-lMUY^O8]+\,ECXUrrM0prW!!;MW+O6!-eDB +!X+DIqYpT5"9&9%.[oZ$rtFoE!!!%2ci=%+Sj<>V#W$CqebT+B$1/H-!#HG'Ra:uns*t~> +jSo4]r;ZmbZ1m\d!*oL'%6&Wi?6oRO$8>eH\DI&ZrrM^9rW!!t[J9Os!-8#<!\UAArVm)B!WW3$ +G3So(!VebU!!<sYb5M;=!3?)!%1Zg&G!ZT;!$+OPUW`*$rrBD)!!EW;H+EY.s*t~> +jSo4]r;ZmbZ1m\d!*oL'%6&Wi?6oRO$8>eH\DI&ZrrM^9rW!!t[J9Os!-8#<!\UAArVm)B!WW3$ +G3So(!VebU!!<sYb5M;=!3?)!%1Zg&G!ZT;!$+OPUW`*$rrBD)!!EW;H+EY.s*t~> +jSo4]r;ZmbZ1m\d!*oL'%6&Wi?6oRO$8>eH\DI&ZrrM^9rW!!t[J9Os!-8#<!\UAArVm)B!WW3$ +G3So(!VebU!!<sYb5M;=!3?)!%1Zg&G!ZT;!$+OPUW`*$rrBD)!!EW;H+EY.s*t~> +jSo4*r;Zn+`W#K/!;c]p!TFC]!!`o\:O\bBg%>.@!4r.0!XX%tq#:BT&H)S1;nMr*rrN*jrVusg +g\_!NM#IAV$!O1or;Qb8q#CX;2en;OaQWQsrr@HF!!5*IhVnKb~> +jSo4*r;Zn+`W#K/!;c]p!TFC]!!`o\:O\bBg%>.@!4r.0!XX%tq#:BT&H)S1;nMr*rrN*jrVusg +g\_!NM#IAV$!O1or;Qb8q#CX;2en;OaQWQsrr@HF!!5*IhVnKb~> +jSo4*r;Zn+`W#K/!;c]p!TFC]!!`o\:O\bBg%>.@!4r.0!XX%tq#:BT&H)S1;nMr*rrN*jrVusg +g\_!NM#IAV$!O1or;Qb8q#CX;2en;OaQWQsrr@HF!!5*IhVnKb~> +jSo3OrW!!5K\c8""e\rUqZ!Gl!"&m"BnD\P^X:p*q=ssi@f??/-^j;rrrMmar;Zm0IF\5p'&YtS +!!-'Ks8W&>=9&='0P[`Pr;Qfp2?!R_,[>JOTsVtpk4JWHrrN!QrW!$6G/sL=s*t~> +jSo3OrW!!5K\c8""e\rUqZ!Gl!"&m"BnD\P^X:p*q=ssi@f??/-^j;rrrMmar;Zm0IF\5p'&YtS +!!-'Ks8W&>=9&='0P[`Pr;Qfp2?!R_,[>JOTsVtpk4JWHrrN!QrW!$6G/sL=s*t~> +jSo3OrW!!5K\c8""e\rUqZ!Gl!"&m"BnD\P^X:p*q=ssi@f??/-^j;rrrMmar;Zm0IF\5p'&YtS +!!-'Ks8W&>=9&='0P[`Pr;Qfp2?!R_,[>JOTsVtpk4JWHrrN!QrW!$6G/sL=s*t~> +jo5AQ)u]g=18OI4rs%a&8%eKoIf9<N%u8^)p&+I^!VRZ8!!5Hoq>($lI/j`U!!4F7m/$_nlt$S* +!#JL91B7C^04^Qmo)&Ffm1B6s"\,rboD&=UrrLONrW!!jWU\pHJ,~> +jo5AQ)u]g=18OI4rs%a&8%eKoIf9<N%u8^)p&+I^!VRZ8!!5Hoq>($lI/j`U!!4F7m/$_nlt$S* +!#JL91B7C^04^Qmo)&Ffm1B6s"\,rboD&=UrrLONrW!!jWU\pHJ,~> +jo5AQ)u]g=18OI4rs%a&8%eKoIf9<N%u8^)p&+I^!VRZ8!!5Hoq>($lI/j`U!!4F7m/$_nlt$S* +!#JL91B7C^04^Qmo)&Ffm1B6s"\,rboD&=UrrLONrW!!jWU\pHJ,~> +jo5A$!r`0$<5&5%rs!9>Fi41XE;fh=&Wc;KrrLgZrW!!u`W#`6"18+U,Q7ZE7CDsdrsd.Z"onWD +1JDG:W6+9$qYpTT$N:#+9#pB"!0@*Z!Y0J%huA3~> +jo5A$!r`0$<5&5%rs!9>Fi41XE;fh=&Wc;KrrLgZrW!!u`W#`6"18+U,Q7ZE7CDsdrsd.Z"onWD +1JDG:W6+9$qYpTT$N:#+9#pB"!0@*Z!Y0J%huA3~> +jo5A$!r`0$<5&5%rs!9>Fi41XE;fh=&Wc;KrrLgZrW!!u`W#`6"18+U,Q7ZE7CDsdrsd.Z"onWD +1JDG:W6+9$qYpTT$N:#+9#pB"!0@*Z!Y0J%huA3~> +jo5='rW!!+Gh)Hd#JgN]No'g9E;fh=$'"9Drrqfes8U">rVut'd/*bKeJ/a0#ljr6FO0a^%.&iu ++A7'[`6[)to`"Xc!T=@a!!,F-p&>'lmJQta9`>"n1S='ls*t~> +jo5='rW!!+Gh)Hd#JgN]No'g9E;fh=$'"9Drrqfes8U">rVut'd/*bKeJ/a0#ljr6FO0a^%.&iu ++A7'[`6[)to`"Xc!T=@a!!,F-p&>'lmJQta9`>"n1S='ls*t~> +jo5='rW!!+Gh)Hd#JgN]No'g9E;fh=$'"9Drrqfes8U">rVut'd/*bKeJ/a0#ljr6FO0a^%.&iu ++A7'[`6[)to`"Xc!T=@a!!,F-p&>'lmJQta9`>"n1S='ls*t~> +k5PJC')hk4-C=#jrs8-H!'mRUs8R`M!!-ispAY>m-+EXK_uou=!EmkJrrhC4!cVKF!!=X5h<Ok: +#dkuZ4cQf#oDS:\!Upj'!!4:Or:g4$j\/qDrVuo_'*&"5?GQNss*t~> +k5PJC')hk4-C=#jrs8-H!'mRUs8R`M!!-ispAY>m-+EXK_uou=!EmkJrrhC4!cVKF!!=X5h<Ok: +#dkuZ4cQf#oDS:\!Upj'!!4:Or:g4$j\/qDrVuo_'*&"5?GQNss*t~> +k5PJC')hk4-C=#jrs8-H!'mRUs8R`M!!-ispAY>m-+EXK_uou=!EmkJrrhC4!cVKF!!=X5h<Ok: +#dkuZ4cQf#oDS:\!Upj'!!4:Or:g4$j\/qDrVuo_'*&"5?GQNss*t~> +k5PFJr;Zmf[.s@p$1CXi!bTIOs8T_0!!+1Uq#:WaA,oH'k5Wg3rVus_cM[\GgG8h2VFLOb"\-%[ +45p/:rs$.C!"=Y)o^Mk]r^ctf!Gh3"rs5hO(PKg)s8T;%!!3skh;80^~> +k5PFJr;Zmf[.s@p$1CXi!bTIOs8T_0!!+1Uq#:WaA,oH'k5Wg3rVus_cM[\GgG8h2VFLOb"\-%[ +45p/:rs$.C!"=Y)o^Mk]r^ctf!Gh3"rs5hO(PKg)s8T;%!!3skh;80^~> +k5PFJr;Zmf[.s@p$1CXi!bTIOs8T_0!!+1Uq#:WaA,oH'k5Wg3rVus_cM[\GgG8h2VFLOb"\-%[ +45p/:rs$.C!"=Y)o^Mk]r^ctf!Gh3"rs5hO(PKg)s8T;%!!3skh;80^~> +k5PEBr;Zk.cM%8B`Adht)iESQrrMphr;Zj\e,0.PqP,88=e<q8s7%$,!!*IgrVmD9+95-*cQrPk +!cY"SB"[s=rs&<W!!!$tdI.#7T`"il$B+iZrs%.a!$m6)kl1S^D#OD93iMZ,s*t~> +k5PEBr;Zk.cM%8B`Adht)iESQrrMphr;Zj\e,0.PqP,88=e<q8s7%$,!!*IgrVmD9+95-*cQrPk +!cY"SB"[s=rs&<W!!!$tdI.#7T`"il$B+iZrs%.a!$m6)kl1S^D#OD93iMZ,s*t~> +k5PEBr;Zk.cM%8B`Adht)iESQrrMphr;Zj\e,0.PqP,88=e<q8s7%$,!!*IgrVmD9+95-*cQrPk +!cY"SB"[s=rs&<W!!!$tdI.#7T`"il$B+iZrs%.a!$m6)kl1S^D#OD93iMZ,s*t~> +kPkOZqu?acbkqDDrUo$F=9ea)!^EdZrVloO&cD\=-'-^JlcP8I!"ik<f)5OI!+l*/'G,DqUf@Bp +9U4;e$31&3Gs=Zre,K@H!UpBn!!O*2KtQ[LoD\jc2uN^c"'W;#nD:<[%KJSJ]'fRt!W";F!!6KF +rnd[*~> +kPkOZqu?acbkqDDrUo$F=9ea)!^EdZrVloO&cD\=-'-^JlcP8I!"ik<f)5OI!+l*/'G,DqUf@Bp +9U4;e$31&3Gs=Zre,K@H!UpBn!!O*2KtQ[LoD\jc2uN^c"'W;#nD:<[%KJSJ]'fRt!W";F!!6KF +rnd[*~> +kPkOZqu?acbkqDDrUo$F=9ea)!^EdZrVloO&cD\=-'-^JlcP8I!"ik<f)5OI!+l*/'G,DqUf@Bp +9U4;e$31&3Gs=Zre,K@H!UpBn!!O*2KtQ[LoD\jc2uN^c"'W;#nD:<[%KJSJ]'fRt!W";F!!6KF +rnd[*~> +lMgtbn!k$f!!+E:r_iqn7Q_h#qu?g$BZU2NrrAJa!!rrB%KZV1146=dr;QfL(&7h>$<3GCs3q/O +!!*?SU;Zj*rrN!hq#CO36$'$cp&>'8&c2P7%1`aF!"iA$an>W4#0[,K!"=>2h>`!~> +lMgtbn!ase!!+E:r_iqn7Q_h#qu?g$BZU2NrrAJa!!rrB%KZV1146=dr;QfL(&7h>$<3GCs3q/O +!!*?SU;Zj*rrN!hq#CO36$'$cp&>'8&c2P7%1`aF!"iA$an>W4#0[,K!"450h>`!~> +lMgtbn!apd!!suB;H$Lf7Q_h#qu?g$BZU2NrrAJa!!rrB%KZV1146=dr;QfL(&7h>$<3GCs3q/O +!!*?SU;Zj*rrN!hq#CO36$'$cp&>'8&c2P7%1`aF!"iA$an>W4#0[,K!"450h>`!~> +m/I1T;*Gub!!4."iqiZUEs2=>"U6JiT?[*+rrKYLqZ$jKCo6%fs6LI!!!=Np](,[t!O)b$!!<j/ +U[@gU!P'NP!!Ep(KXKk;rs"hu#R2lTptbt#~> +m/I1S;*Gra!!4."iqiZUEs2=>"U$;dT$6m(rrKVIqZ$jKCo6%fs6LI!!!=Np](,[t!O)_#!!<j/ +U[@gU!P'NP!!Em&K='Y8rs"Yl"Tp6Ho\KOt~> +m/I1Q:d#c_!!4."iqiZUEs2=>"Tp/`S]g[%rrKSGqZ$jKCo6%fs6LI!!!=Np](,[t!O)\"!!<j/ +U[@gU!P'NP!!Np%K!XG8r;Qt_"9JTPSFYM9J,~> +mf*@\W'p7X%gO(2;Ij]iFDu)5Ch\.'pA4e%ql*I>"on]903<h'cgC5jmdBQCmL&Zk4:MGr&mCR< +mJ[%hT-"tALUlmPrs7MlIi'"e/f"N_!!FdC_6iA$rup->$NL;8(+rO7VTJ&oo^Ltl^oV6))\aPl +CN+TYUqu'cjSs`~> +mf*Oe^iLb?*$6:#*rd;n*[<F-=Cc8iEGfT.CMA%&pA4e!ql*I>#lt;J1gQ!Aea`>/o*Y?&6P0S2 +**ecHmJ[%hT-"tALUlmPrs7u0Ii'4p1)L,f!!FdGe&q(Srup-?(^C<S(GJg=W6FT&p[mh1d_gf6 +1+YS*Pa\8H^!c0@jSs`~> +mf*Oge!ET`1c@8f1_2N39jD7FDf0B,C2.F-\+][u%f<5',Rakc*&qDgZeG'HqXt9p\jmJC%O>AF +_sRF&#+ltU7u+YDrVm/sd=2rV7Q).epAb=GVVg/!qYq_nFs.;&%2gj"Ju[,aqYBmVl/1$]@7*1R +K<_r!`R*N2qW.[,~> +n,EE_0^o&N":ZYKDjS,dgtq,SnFuqjma?%a!!!-,$OmUXr=8l>rXT;H'+b9H!"jt<qtpBre#p76 +pAFpjC&S)8"qD(H!VHEp";6seqYq0!3skug!"9SZ)]g%@*"iYb!VHEs!XpYaP0s6ls*t~> +n,E[,BL>-[6pX('r]q2_5!D8"6UF79>]l.1a4]>-jlZ(,rsS8AJhnu54[`"B<EAlp#[1+g1+k_K +f),@E"OjNaf_57C%"/<[&MQLA4tn/q$3Bu'"9C;TU[.dV(A;H%0J"qB8lJr%?s[,>;bp%U8Obs2 +rB:NN5Xe=DBS`hHr9402~> +n,E^AQ@""1GB@nGEW0nXEH;#!%!?lLQDqRDgu.2Rk4&-F$gu<$<)?_0E.!@rM#E)/M#N/9Ll?mr +=&`Ifebf7D"OjNaf_57C%#YYs,#2`kAl:]9&-Mb/"9hkUYj)#a,km1%<)H_,EdW\(O,f6WL4k)* +J9u<WEHHGMGBnRdKp8UVjnn9AJ,~> +nc&XO;u?V&%4FSHC2n<5?9fA&!!N]E-S:e`o`#'g`IUf)n,NS"6$fa$q>UKlqtpBqHisEamf3G, +I^8,3rrhVmKjle-!!**&rWE3'q#CL%5*Y6qs*t~> +nc'a!KL8*u84ZHVA9**NKnF\d<C]JM8kDN@6V:3ZAS/4Bo`#-jac^[F7RQf<s%*>d?@]3Fq>UKl +qtpC)Hia9i/2p'k8kDN>3\Vfr%/^)-)hG<Vq>U`f\<D;J7RK^:rC6fW"\;-Q7S$,M9)hHj7n#g8 +7n#[/9ldH'lMlA~> +nc'a'W-`l@JUi,nI=mH=P*1l_Jpr3#JUi5uI"@$1PEj&Zo`#-kc(BrFI=:a:#(V8NF+ga`q>UKl +qtpC)HiX3o8n<:!J:;icA5bW?'`7q5*/(WZq>Ucj]Uk7<H@16mIf=cpIK=qKrdOiprd=`os*b0" +H$Y(2`9upjJ,~> +o)Aa@/H#PY)c;3c`Rj,4lK[Wi_MUGK!!-$Ho)Amfl,o)T"S;Zt(M]ktnGVqX#*T#e)g@&do`+sq +rW!$9U@A-Vrrr8kmb=9Wp](a80MZ;.MNjBlOagh$%f-/,++rkFs*t~> +o)BKaB0Ss[85X#RV8:X<jlbggfu'=p7n*AK#"_?U76tn;oD]'po]F;hDFm7i8d7j`EMCqOrUTsn +P5kS%G*-6(r_!/_"\D3P4Y70C!!<t/nG`4_#5RiUfW8@Hq+;H!>%r8:OdMT+R#cZ.:IIZE8k;<8 +>b^TOs*t~> +o)BKjP^%\.J9c?oUqP13j5oC]f>O\KI=;'Es*k0#I=$^koD]'oo&IopO+)NNJ-LROG+[4PrUTt% +P5kS%FdS):J:N3%Jq8DuF_FPcrW!$7T^_sUrs&8gkgm5#IJJBtI<^0oO-Z:7SIM$NLOX]#J:N,r +HAf?%m/MS~> +oD\jY./j2N!^;:IhXpdBrr`5^Rk=C8!_C?1nG`Uhl)-H5!!<7(Xm>KV#jE$'!(sHjeJn5_#:*t' +!!!_)p@A4ab8^6W#$@_Fh<=:srUU0Zh7%AGq>^OHXmQ.=~> +oD\m_AjH>f"^Qbgh=U[Arrr5YXCFUgqapr\A\nB8rri2\ZY2l'8cqXuWU''R$0`-(!(sHfgKR2F +9)hNi8QKRH!!!_)p@A4bdoo6<8d@q%T#]RIm-t#F#Oq!2]8Tl[8H)3a76tFtrU0]9~> +oD]3lP^.e0Irp:Jh":R@rrr/U[u5W`qg\cuHG9CJrri,W]oIR9J-1:CV<dXN$0`-(!(sHdhhlm\ +JGt**K6h>S!!!_)p@J:drRm'Vqg\p$G+->$jm2C7nH\LEf>!u4H[l$F"FYTWb51Q+J,~> +o`"sg@/U'-30DP^oD\mMB`\&1!_LH3mJd4O9D8Df%"?jtrs6+7!!-`Ys5Xad!!ipHa`7@])kcin +rrA2W!!-TYp&>-id:NOY!!3:Ko^Dg1~> +o`#6qO$?6/86_%uq"+Lfi/C/qr(7&]B#=Q7rr_G16V7,H"%c1:fC/_G\,ZL0B@$VE<_)sX#Y]6X +EW?(YT_.dS!O"lf8chP*d.RDAp!\ah7f>p]6V*U7n,In~> +o`#6rY^(bLJTQ^nq"4Rhr84B"If+]uIs\s0mf*Cgjd^_nJ-((KfC/_G\,ZL0B@$VKLjo2N$%[MJ +`,YhX)kcinrrL&bqg\`rJ'I]e"oe)BU4.RiJ-11JY4(iZJ,~> +o`"oSr;Zp4H-#pRrrW.c%/U#+7`PGorrZg4%0HA+!YC=Tn,EBgrW!%6h#EZ6!!k6Iq.fs14h(:X +rrM6nq>^P+fCT"Dr14Jr!!-ZunGe"~> +o`#3&5Y4R>:3sqXnc&^eX\M=`8cqOo_Z&p%!g,]BqFUi]9oeH+rrB,!!![,ls0P*a8c)*d86D5S +CB+>t\,,Xp!ps#Yr(7#]FO]p^"8K0!7K#g\7mi*unGe"~> +o`#3=H%1?qH[<[0nc&^b^4C_2J-1:K^AdL!"0m-"J,4ZsHB@@ZrrB,!!!Hujs3#cbJ-gdLPPJto +!'Rgfnc&[]Ljo8P!e#UIoD\pb^k7(6J-1:JU$2"GJ,~> +p&>'Z)uTa<2P]a/rrK/1qu?da_u9!&"TCgi4"'k)!X=MHn,EC0rW!-[dJlQ6!Y+u+#>NFZ&HEYr +f'iV=4o,-ZA(L2M!O*%0!!-m)nc++~> +p&><f?:7CX86VVRmf*@%:IY7T"%Hb7rTsOeHpD"?8Gl'^8P5$-n,EC0rW!-[d/SDY92>@V#Y8RK +_@ZbbIFdle!Hgd-8chP*e+*G>_,!T"8cqUOMX9m5J,~> +p&><jNdQA-JT[FMn,ELhbCY0@J-()0rTsOdUO.97qLAWpOm)96!6P3?"uXd-U3hE>qg\s%Gf@N3 +!#U.8n,EE[I/JKrI=T`8rrUJtIf4d!Is[mRnc++~> +p&>#Squ?dq^]!R"!N-2$!!5C$rU'Ugp`oi<G6.O?!GpfbrrMparW!+,ZjHdW2Z!I[!F:!d!#&qK +p@&"]?MXX&A(L/L!1EZ`!WnGWo)F4~> +p&>&t5lO@X88#U6mJdI)8k2KG7q'+0mJd@dA4(-h8c)*]7t'=arrMparW!.+^f=!.?:k)gs%N`: +G81)kA[1strrJ'Dr(7#]FOTaZ!jb<erCR/_8"]GEs*t~> +p&>'6H2`<rIs8L&mJd72It%BI!d_EUmJd@ePC.bDJbss!IZ!"NrrMparW!.)abth#H\26J$A*td +I<?8)'4nHBn,EElHMi9pI=T`7rrU/eJ,Om"IsnBfo)F4~> +pAY0l55YB]@F4??!0-pW!]n-pmJd@Q$NOJP2>R:R4jNKq!T#d7!!N]0!)RY<qu?s&%KHJaEinWp +rr@$7!!-T\n,EAeq>^R:_#<m)J,~> +pAY3nG!c1#!_@=Uli.3i6qL!??b?7'rs%mi7;p+_7/TXY7V'[0rrLt8rW!QC-TY^f:.e,M7QMq2 +!!"cpXm5?S!LZ1M8chP*e+!A=rI[E68cqOa_>Np)J,~> +pAY3nT6gKes*Xmjli.4)I"-ZsHFNh>rs&+NI!if!I/JKrIt>Z.rrLt8rW!QI6=t+pKReT%G[s2Y +!!"cpXm5?S!Om=OJ-(.LdI@/;r2+f<J-1:P_>Ej(J,~> +pAY0S%/^)+ACg)H!W?4$!!5'kr9aLfaTDN\j.cAM!Y2%#mf*CQG9?td!!3KM"8`'%""IuR_sd!m +!.F\D!Fs^LrrLRUq>^P/kk"h)~> +pAY3[;b6m[!_@F^li.4gLd=X&?+0[urs%.M7sNk&6i9OY8PZ/Vmf*CQG9I"d!"K>Z()%>k"98E( +.VP<hn*U,UUHSNI!_@F^n,EIF:ItCU!^qP"oDa=~> +pAY3aL49,P!e#UIli.4fWHj#EH*dG9rs%S;H[j\oHi&<pIAll-rrVD.+oMBN#pLT<+Vt@`!!4W` +S&=^^rrKlYr."isJC3ic!p5,br."isP2c*5J,~> +pAY-(qZ$Y&f'<8>jWFO'0XgiFrs#M(#Ctn/-i*fDAEN:Z#lW@m!!!61"TnQ$">5SSl20iI!/:7L +!Fs^Krr>ml!!4L]rUg,?~> +pAY3>8P/nR!_7:[lMh(R?:@@fZMX%h#K'#'KAuZ<7/TXY7XX1^rtG@]Go7,"#R(5/!<iiD)EN\s +l20iI!NA9\8chP*e*d5:K0fE-"%QM,r:L#>~> +pAY3MJ:IQK!e,^IlMh(WNI?>&Ykmbe#M+?ML#;`jI/JKrI?!+NrtG@]JLqiN#Qt,-!=0;[011Q< +l20iI!Q'*ZJ-(.LdI.#8VL&/j"+Pd3r:L#>~> +pAY,cqZ$XbcKY?4U&Y0BY5.Jb#)rTsNTpJ(q>^RC_#E^##&O>C:5,DrqZ$[`_Z&j#!0-gT!Fs^K +rrAD^!!3Chnauj3~> +pAY3+6qRAM!_-eDl2Lq!6q:=[q!J(dY!5[Akl7hPr(7&]=hXe#rstDW5?3?0:an"N1cd[&^AdEt +!Nn]c8chP*e*d5;[6dI`8cqXWR.0bJJ,~> +pAY3@I"2-Gs*k$gl2Lq3I"6LBq!J(da*N#kkPrPJqg\`t]`%3s&%$=j>(NA[92AJi@qfknrp'La +`d.K4!e#UHmf*=2HM`3oI%9Zts*t~> +pAY,]qZ$[8Yl!_c"oLXd+f=u#rs*HB+e/!$ll5g%!WduDmJdF[)ZV.FhY^^W!!57#rp'L`NVWVU +A(L)J!Q>0;!!-rro`'F~> +pAY3'6V78L"%Z@pqWe(ar-1J+V=j6U#b!kSRdg@H>t+Z`!_AF?mJdai?:7bQh><*n84Z<E7q'13 +lMgmf5l=4U89E>KrrU_E8Gl']7t'=fs*t~> +pAY3=H[l!E!e%9JlMh%cSpG^Yp$Mbb[s3.cn,N$>IJeTsI@BNirt+pcIs6k-qPnXaI"$QqID#RE +rrL,br."isJC3fb!oec\r."isMVe"*J,~> +pAY,]q>^P,m-4NQ]Dr\:oBlP_;#i8MpAb/@q>^O]eF!8@U&Y0l[eg#TqZ$[K[JT7h!0-gT!Fs^K +rrLp_q>^Oseb&ll~> +pAY3(6V75K!_%V%l2Ln37SfTGmJdHF5$=fWs8SfYr(7#ZB@-&G&A:D$B!_=5Va!gI8kMTVZMNkd +!Nn]c8chP*e*d5;k#"YH8chM#dIdHh~> +pAY3=H[l!E!e$6ll2Ln@IX.LSmJdHjHZu:Ys8T`Wr."itK[&oa#gn!KFKkT@_0Q!1"+Y^%qWe(] +`d.K4!e#UHmf*@VKmrrM!e,^Go`'F~> +pAY,kq>^R)RJuLO"TCXdOm_Z;$2ZIX5.LIhs5+Cb!!3V(p[8%e7K=0SfDkli"T/6$*N&SrrrA&T +!!-T\mf*=J$i0i(9?d&.J,~> +pAY317S3PN"%Z.aqWe(`rcgYlmI'u]r,"`+Zhj_%kZ(.O8cqUYVY9HX$%,!7J_'l$eP&R68cqU_ +V=s3S!Nn]c8chP*e*d5;lV^7N8chLra7TC^~> +pAY3DI=M0F!e.BIlMh"dTlQIcmf*XmR='4_qZ$T`LOT/O!e%'Amf*TgH[11ns8V&/J,Om!HDU?# +rrL,br."isJC3fb!qD"or."iuIDkdXJ,~> +pAY0<"Sr*!&YJ=f"1p^XkjJHSnItss_uBZ8!,)-.!FOmUrs@*X!(!RSs8Va2qu?d/QLO2>!0-gT +!Fs^KrrLdZq>^Ofa7TC^~> +pAY3K9M#(R"%Q1lqs+1`c"iO+mf*I`=@?c9rr2ouP<f%<!_%Cln,EaP:.ATdo)Jaa>t4fc"%c4S +n*9oRY!DnW!_@F^mf*@L;+LOV!_6k?o`'F~> +pAY3VJq*]K"+Gg5q!.k]gl7W^mf*IcMgTc^rr2ouZ$H7t!e$$`n,EaZK7A!:o)JacNICbU!dgC) +lMgn)H2N0oI=T`5rrVP@If+]tIs\s&s*t~> +pAY0a(\n%3%]8Lj!ntEWmf*FF#67oMrVll5q>^RH`W#B,$&8K`BuU)Os8"GI!!3:ZlK\BLNVWVU +A(L)J!QG6<!!,m9o`'F~> +pAY3e>"8B]"%?%prp'LbftZtCrrhI\7W$6FrrUS<8c;6`7U3e/nG`iq5>#q5rr<#rCde7ps%*6O +l0A9LY!DnW!_@F^mf*@>9M#(R!_6tBo`'F~> +pAY3hMgbJQ"+Gg:qWe(^fY?kBrrh_CI!`m3rrV&+J,FfuJ%tsOrsHYiI<WO,s8W"aI/SQsI$*XX +rrL,br."isJC3fb!onl^r."iuHGT7RJ,~> +p&>"sp](@&HKjbq!rVfkmf*F*!<?i_rVlop3VrdX"cr9Frrr6R!%*igrVljfqZ$Y;j6HXENVWVU +A(L)J!2]Jk!Fa:Gs*t~> +p&>&N5PdtS7ST<:li.%ap\jO["O]n4Fj^0f!rI")rC[)]!LWEIrrr=<5u`m)rVlnG6N'LX8:]X` +rrK8fr(7#]FOT[X!l%,pr(7#]E6InRJ,~> +p&>&pH2<$nIY"`hli.%ap\jO["Q+cXIaJ&n!rSO7r."isTC;=M"oOd9G)PAYrrJmArI=rtM;IOt +!QKE_J-(.LdI.#8dX:qB!e#F;o`'F~> +p&>'A%efr)-@k+-rrehl"b#8*rrKJ-qZ$X]ddd>@W;m$-^&.d.!+bs,!E[k;rrA&T!!-T\mf*8k +q>^R/KAQ8#J,~> +p&>*N;+:=R"@kgeTB=c*"LpciJ_g8(!m*o'rCR,\B@$,J"i3PtCqKTCrrJ6HrCR,]Dq""O!Nn]c +8chP*e*d5:Ma724"%Z.>h=U_t~> +p&>*VKmifJ"FkcW\*;NE"O;@@K\ZM*!n_pNrI>!!K?X>crrpl!I<E*trVlo(Gl<-oIY#l2rrL,b +r."isJC3fb!NpbHJ-1@JL#)D$J,~> +o`"oOo`,%6JC`ER"FC+]MWap;!W>.X!!3Isp@J:fr]U<.OlH<=!/ULP!C4clrrA&T!!-T\n,EFG +&,H8-4Jq]As*t~> +o`"up6V.#F"@YU\T\\<$"JItRN9:'<!r[4-rCR/`9;2"LrrrCG5?*X%r;Qet5lF:V7UsC%rrK8f +r(7#]FOT^Y!pEQQr(7&^>bU`\s*t~> +o`#!1H[kjA"FYQP\Du9B"MT,,NTL*<!rea;r."irV=X<Y"ob-@G)PAXrrL#_r."fr_<V%$`d.K4 +!e#UHn,EIXLO]5P"+bQdo(;s4~> +o`"skIImL@%W'YLrrcU-*L?*irrAkk!!-3\oD]!6!WZ90q>C6ndKf[M!\ChYli-sEq>^P+f'iV= +CAIo4$Za>fo`'F~> +o`#$mT0c-E8d%RL:m0Yhrre9E;3pVHrrKf#r(7#ZFklTg"kH78B=%F3rrV(Q8H)3`7p<=tli.!g +5l=4U89E>LrrJBMr(7)`9QnJUo`'F~> +o`#$l\9`Z"J-::IK<O=irrfKMGa@^nrrLJnr."itMV@\%"lb&]FKkT=rrVD:J,Om!HF!G6rrL,b +r."isJC3ic!O[4NJ-:FMH,fjUs*t~> +oD\je>Oqgs%9^.6hu<lY56*+-o_\XhoHsG8!Z\]Io`#&'!#UFCqu6]j*rH!>)5QulrrA&T!!-T\ +nG`Nm"o83#8>>JBs*t~> +oD\pgL-\B)8d.^N:kZpahu<lZG<o9'oDAOhp16Yj8cqR`[eo^s"HYfDK\?8&!r64mr^m8`;5EmN +rrK8fr(7#]FOTaZ!lml'r(7&^@%ZfWs*t~> +oD\pgVL!adJ-CCJK;R/mhZ!_NI!;4Squ6`mPC3:Y!e%NSo`#'!H?k.qqu6`oO+$tW!d^[8li."* +H2N0oI=T`7rrUi'J,=`tEh)Ogs*t~> +o)AaaC[hB+1lC,Jrrr*=!&UtUqYpPNq>^P@m.LA^jpqG^XRuDi!W4tU!!3Iimd'lQNVWVUA_6JP +!O`X;!!4m4eai`j~> +o)AgcO@2S38d.^N7r,'aiVs)V?pe/#q"k!kWBpGS!_8+3p&>3`<^^Aoo_\XirGk=*8cqXXPjRf: +!Nn]c8chP+eFEP?b>Uk-8cqUdLt)"qJ,~> +o)AgbX*fBiJ-CCJI[.\4iVs)YOFDDQq"k!k_0Ps/!dp9rp&>3eLjjHAo_\Xirg\B7J-(+bm-FZP +`d.K4!e#UHnc&[FL4/uM"+bQJeFNWi~> +nc&[iOV70a!Y]%]j8T;C$NNK*r;-EojV.Lk!]A4$pAY8o!"=+uq>UFmqu?d!Gie8k!0-gT!F=RR +rrVtP#l4N'/qV.?o)F4~> +nc&agWDPuRp.>N\6U=\0dJi5,"m]&T@(6(1rrVOg7f>p]7UaF<pAY936;2^Mq>UJK6N'LX8;#sg +rrK8fr(7#]ES0m_"8]#k7K#g^8Oup6`qo9+J,~> +nc&^d\q>A&J-LLNHA8HSr8dk]nV2L:[/Be#!qD+rrI>!"J]@]_rrgi!H@4!5rrK*FrI=rsN8a+& +!QKE_J-(1Me+<SAr54,6rI>'&J96:[qXXZ:~> +n,EF+7.:0X"]E.trrp=C!)LT5q>UG0qZ$[%QLsqO"nahT2k]R6rr?j3!!-E[li-sEq>^U,>ep"+ +rrVYc3Vi^Y#==<gp[S96~> +n,EL6E^W@g8d%XM97P4JrrpqH7VK[<q>UJ\5lF:W8P>WGp\tElF$X$#mJ6b_Q9Y=?!_7@ali.!g +5l=4W8PXo`p@nRio=f018,c*b8OuH[LrT2Zs*t~> +nG`XidZo3.oRI*oH@VaAr9""_iduT(^]+'/!OI(LJ-(+no(W.fqON"VR-j_L!O[1NJ-(1QeEd,8 +`d.H3"+R#tp\4[jpX5OWIf4d#JUMTo`V8p&J,~> +mf*@VP:>u$!X;rXkPk[_!!$<Mq#:B@#5\B$;Vq0J"ham=BZ0oGrr@lP!!5U6rp9XbNV<DU.:._( +])KVMZ]SW=q>^[/2Jo2=qXFN8~> +mf*FVVdDe\oL]6W5tZmbkPk\#77V:>q#:EN9h>4T!_.1`p\tEE6qVI9rqZQpW^$GS"%HqErp9Xc +Y!DkV&P#/ZAW!D!c.(:oafpb46pjQE8d.spFe7+ZnGe"~> +mf*FT[Y]?[oRI'oH@VmMkPk\6I=6Lbq#:EXJq*`L!e,sVp\tERI=-7SrqZQp`-M<3s*k'grp9Xc +`d.E2%t&khXME3<i8NYJaKLYPHi/BtIX6C2eGA\7J,~> +m/I.BINn7]!Y^7Xl2LmC!!-rfp\t4eqZ$[7ZMXIt"oVR(-^3ZerrB8"!!4gcq<\+]NV`\W!Z)(. +!!=EY]_:dnJ,~> +mJdCigmD8577m/E"@tgWU%.CI"KO^WGguKf!J!K78cqU_ZMOCs"oa?D<KQ;:rrU/08cD<a7pEIu +m/I*h5l=4[92S>M5<M(r8H)6l7mK7+7Rfm;7nQBQGJ!G6s*t~> +mJd@egoH0VIe8-nIsQgXnEKrU`-Hc]deEbBV0`&i!e%ENq>UWtXF,2NjS8`Vf7&5JJ-()*q!A"] +`d.H3#CLrHH?a[^J,Y!/IX69fIt2urIt3&pK=^R?s*t~> +li.(de:9(=!!,C2lMh!$!!I]+p\t6!q>^P:lhUPac2[iH\G>q"!S.JQ!!4.;na-8UNV`\]!F:e, +74B#[!rW*(!Xfhp4]Pf(rW!$%0pD(ps*t~> +li.1ceX0`66qHuC"%GUteE[&:Ps.cjh"UgMa$iSu8chJ9kP>,]gdt"M[JBUt!oZpGr^m8`;l9*O +rrK8fqaq*1Q&9E`;G9X[7h/*a;-7:FG#^q&8P3["nF-C-~> +li.1`eu=IQI=Lp?"FbZ`g&C=;"LWK%K\Q8$!S;btJ-(._jn\o[k(%o'ZMF:q!pYDfrI=rqV=<jO +!QKE_J-UOKR@T4dI=1s>%X`VLH@16uK7&3"JWn"An,In~> +l2LnbgQY)<nc/\1Y3Z)j9)oEUjnJcUpb2LE!\haqqYp\B!"jk;p\t9d)uK[;$BaQ=rrA&T!#/to +p>a9'Vjia*MMdF\UU.qgjMa%T!!+^OnGe"~> +l2Lt`g8&X`6q6lB"A(p_]`%3s"Frd3Lue=1!r?Y!rCR/]?H)p?rrerY:4q6orrVq#7fH!^8P>?3 +m/I*h5l=4\89E5LhT31+TU5YA&<rWYZ,"ZBbA'@98jl!X]_h7!J,~> +l2Lt]fs-TgI"(a="+,dBqX"4bVL!THj7iQTqj)X.J-1:P_uBN4"MB&,K\?,"!r7k*rI=rrQfdZ7 +!QKE_J-gXTc0sE.\?2Qurg==bS><@%bhLL.H[pWpHBH>Enc++~> +k5PPI^hb%_!!3_,rpKdiqCVabOmD`@!0R-Y!X4_Xqu6iS$32l^o_8@dr^-M_!WdN$m/I'Fq>^P+ +fDbdQrqc?\nc&"[o(MqZrr3#Z7/HrbAa&^bJ,~> +kPkebjhlpV6q']A8cqLYZMO"h"oE%%:Qk#:rrK>irCR/`8t#8IrrqO^6s?M\p\t<oGshO&!_@su +m/I*h5l=4U89EA\rri;rp%%SNmK<"PqYpKo!p4Vkr^m8[7Z-F#s*t~> +kPkb_j2R^DI"(d>"+>a6q!S.cr0MhWP3Vc@!QKE_J-(.lnGE4hm=g%5V"FB\!MOl=J-(.Wg$J_> +`d.K4!e#UIrr3-!q"4+Erp9gWp%nXdrrVDQHN&EsI!qmUo)F4~> +jSo>Uc%%;9!!3\/rU9aim1KCASFQ=Q!U(9q!!,dIqu6e[!!mDdp&>#)qZ$Y$cg:Z3NVWVUA(L)J +!TlE>!!,=8oDa=~> +jSoGUc^/!-77m8H"%H(mqX=FfnlA1XS+64P!ps,[rCR,\DV+dc"Kt'_F3O=W!L#bH8chM'bO#60 +Y!DnW!_@F^mf*@QDaOFq"%Y^sg%55o~> +jSoDPd&;bJIJ86oI=]'+n,ERbM10]<nFlk`nqqnpJ-(1TeGK7KaEr;ZbOtl9[!;P"!e,dDm/I++ +H2N0oI=T`5rrVPRHiANuIsR@5rq-5@~> +ir9,ZgPmiY!!4+Qrp]pkd09S$W:fi`!,DB2!Yhd5rVm&Y('#PBm.LAYNr&eX6,<HdrrA&T!!-T\ +mJd4A,5V?@2V.O#J,~> +ir92XgRr"D7efRX79@>(nG`[L:.86\p%A=cPX,1>"%Z:lq>L<skugDQOR)T>!O"ce8cqOn]D_-s +!Nn]c8chP*e*[/:ia5+P8ch=nf(Aum~> +ir92Ufrp9\Ie\EqIY5T9nG`[UK7A*>p%A=cZ[)J!!e%<JrVm&iMgor2lh18Ya*IW6"+Pa.rU'Uc +`d.K4!e#UHmJd7NN-tSS!dfsYo`'F~> +hu<c8La)Nm!Bo0+rro_/!&V%Xp&>'8"T&0"D!:it"aL(M<jqr!rrKM.qu?dKXS;,^!0-gT!Fs^I +rrKV6qZ$XijRrP'~> +i;WuYhORk<8GPjZ6Yb6BrrpM879ctjp&>*G8kJtR!_._$rVm%o5=oLpr:U'kb=P;)8cqRdWqPi[ +!Nn]c8chP*e*R)9b">5'8ch>%i:[,#~> +i;WuVh6)N[J,+TrI>c\Grrq,+Is7sgp&>*RJ:INJ!e$0irVm&6H%0q@r:U'kg4+VNJ-(%pp?hk\ +`d.K4!e#UHm/I.<J:INJ!dp0fp&BO~> +h>[Q,Ad.o/!IsY0rrnVe!'e*mp&>'l62LWh/&hMfs61@#(PLH5rrLm\qu?d7Qga>A!0-gT!Fs^H +rr?g1!!.WApA]X~> +hZ!`Vf83*gqFUi]7Zm-/rro_p7UW_'p&>*mGXD@$$V+I=rr<#f>=;8>fC](Ej\SMI8cqU\R-sAA +!Nn]c8chP*e*I#7P<o.>"%bqGn+Qd3~> +hZ!`SfV<nDq1&NoTBu+J"j2.AGdI>@rrW1lHi&="_#FB6oSe6EK%KYp!ptYjrI=rqR-sAA!QKE_ +J-(.LdHgf5Z?lG!!dp^/pA]X~> +h#@HRW?M$:!\DFlo)Al:!!#X/rq-3jT_e]r",laMs,$dV4K.iCrrMg:qu?d%J*$(t!0-gT!Fs^H +rrLpdqZ$[>_>X-.J,~> +h#@KO\Q_Ds8cqOg`r>Q/"eInJA\S09rrK`!rC[)]$'t&[s/\IV?)7&`rrW")7fH!^8P4`tmJd3i +5l=4U89E>HrrV=^8,Z$^7p*S)p]#a~> +h#@KK`//j;J-1:P`;T9,"hSu.H+X(JrrLDlr.#-&SaQOX`HcuVU%7jU!rJ(-rI=rrMrO.(!QKE_ +J-(.LdHgf6m"U#gJ-1:O^\mj+J,~> +q#:E?UAa6S!Rj.+!!3:co()e`=TAG%b4GW6mMl$'#tEPHo-+/CFNXUSrr>Rd!!-'PmJd0Gq>^P+ +f'<88<r)dsG3nu'J,~> +q#:EN^&-sl!n_BWqapr^8so,=rre0E88H6:rrVdu7f>pd7VgNRpL?TbGKBdTrrIO7rCR,\E7O@U +!Nn]c8chP*e*?r6LI(i1!_/"1p]#a~> +q#:EXd/)o)!o0&fqLAWpT'u7M"KZltHc5OU!qqV%rI>6(L!]krOaVS%a8Y]1!Mk&?J-(1Qdd@&8 +`d.K4!e#UHlMgmbHMi9pI$Eggs*t~> +q#:G8!2oSRrrM7Oq#CG&ht-jOrB(&[?d\HE!,hZ6#S<s7RK*=8Qg+)@!,hZ6!B/$drrA&T!!-T\ +lMgjNq>^OVbkM-f~> +q#:Gb5dL%ErrVG/6Mj@V7X*VYrrrCD6V)4Bo)A`W5lF:]85H8c\3WVbQ0@f=!LZ1N8chIi`9mR* +Y!DnW!_@F^lMgmm6MsFX7UjL=q#>j~> +q#:H+Ge<S0rrVJTHi&<pI>HSJrrrCnI"$Lfo)A`uH2N0uI'!:lH%C.%kjn`S[s7k%!e5a:mJd4, +H2N0oI=T`1rrL;hr."m!J]@]as*t~> +q#:Gn!%uUZrrM@Aq>^O[b4GW:oc=)5CY&(V!QYB?!!d5r0)u,[]DM1!!1!E]![P&Jmf*9Hq>^P+ +f'<89^]OB5!Z%^.q#>j~> +q#:H25@;[srrVM&6i9OX7UsI0rrr1)7S.gRo)AdD8kJtR#Y'="CdUd/\GPjs!OG,k8cqRbYkmef +!Nn]c8chP*e*?r7dS!.08cqX^W;$)eJ,~> +q#:KFH@sE?k5PMMQ$iIZ!IhoWrrr7[I=6Xoo)AdNJ:INJ#^qfhR='I+[eoXq!Qo`dJ-(,%q<n7` +`d.K4!e#UHlMgqCJUdTJ!dgm>q#>j~> +q#:KP#68u<jo5A&$Msf)/%5BJrrqBh!!7?!o)Aag3Vrd\0lR*m,`:=GrrKb5qu?d4SFZ+J!0-gT +!Fs^GrrLRRqZ$["M!Xp:J,~> +q#:KY:IC*.jo5D5:ItFV"%QM$qt0mll;:&CIG48l!r[1-rCR;b@>[WH</0,srrUM=8cD<a8PboI +mf*<j5l=4U89E>GrrV+S8Gu0\8HFk;q#>j~> +q#:KaKR93Rjo5D=Jq*]K!d_-Ko`#*aL4=T'g%,.ErLA64J-L[sJ:Vlsg@>1Eh11"RJ-((gna?DX +`d.K4!e#UHlMgqMK7<`K!dp3sq#>j~> +q#:No/-$KqqW7_W?i'g),cUP1rrp=C!!Rl2nc&TOqZ$g)%0-B)Wq5c\!TFLb!!3=XkO/?MNVWVU +A(KrF!RqAN!!-lnq#>j~> +q#:NqBgG\/q;qVWN'R>6"%ZFjp@S@geOrG*KAZ5!!O+lf8d7sb8P*KjoC;h^l;C1P8cqXWMWX@, +!Nn]c8chP*e*?r7i(loA8chP2h>%##~> +q#:NqQ@".opuVMVY'Kqq!dU[:o`#*RJU`'%hsp^Ia*RW5s*k-$FJSNurrV\DIf4cuH]I1TrrL,b +r."isJC3Z^!pPAer."isLth_)J,~> +p\tA(!!#[Gjo5@g!W2p!+f+f'rro;#!""A@nc&XL&,?2-&Uhk%nc&Xb./NuF=5<6D!0-gT!Fs^G +rrL4Eq>^P"f(f8q~> +p\tAU5X]VBjo5D(7nN\P"%ZCdo^r.e^dUdeLue++!pWcUrC[&\"&=<frpg!iqIW1p8chJ%fC&Y> +Y!DnW!_@F^lMgq=9h>1S!_77Zq#>j~> +p\tB#H%(_"jo5D8IXh<H!dUO4o`#*EI=Q[%j73-Nn:uJiJ-:FLJ'%][rrW(^IJnZtIYH;>rrL,b +r."isJC3Z^!p"r_r."itJ^F2lJ,~> +p\tD\!!!(Bp?)AUl4<dm![FK4o`#)P!!!Ldkj\TP<;?Lq3MPg-rr>gk!!+stmf*9Hq>^P+f'<88 +ZhXS%;pY7=J,~> +p\tE&5tOP(o&frRmo;mW8cqU`U@e*X"fsp[9T80(rrIg=qapr]>Ft*JrrI[;rCR,\@)VL5!Nn]c +8chP*e*?r7a[eu#8chLubP;*f~> +p\tE=H@UC5n)jWOo8%koJ-'tho^r.e`Hcu[Nooj2!NCDBJ-1@ES*BDA!N1;CJ-(4N_=%=(`d.K4 +!e#UHlMgq=It.BH!e,R=q#>j~> +p\tE:!WW35]]T4ppa>t>!\1/Ao`#)1!!!RjlL=fRWVQSs"D>[Mn,EB(qZ$[AYPmqi!0-gT!Fs^G +rrA/V!!,s@q#>j~> +p\tHK91_WN^]!?q!r?Isr^m8_=/GT^rrn]Q8PP<2nG`O*7/BLWEPhVArrJEMrCR/^<Nl>hrrK8f +r(7#]FOTOT!O+id8chLtaS>dc~> +p\tHXJU`0"_>NKr!rJ10rI=rnV"F<Z"grT*HBRO^rrLSrqg\csGJX1FrrKQQr."irYPdkh!QKE_ +J-(.LdH^`4aEm`6!e,R:q#>j~> +p\t9a)#aL96f7),!VnAG!!5-dq"4Ri8cSi&O6c<8!U^p(!!4=)j6lpIK)5NL&=W=]rrA#S!!-T\ +lMgiiq#CFtc1q<h~> +p\tHj>=M4QDVO@S!rHb$r^m8_>d*qprrmm=8PP?4nG`R\>t4cb"%Z=KipQgIVEXrN"%c7Wp$_n] +X[)eV!_@F^lMgmD5l4.T88ZNEs*t~> +p\tHmN.-;*NS3Lp!rSC4rI=rnX8)>e"f6NqHB[U_rrVnRIJnZuJTm%3mf*=(Gl3'nH^s`srrL,b +r."isJC3Z^!Np_FJ-(1Ia8#[b~> +pAY+_r;Zk4nEBlQpaQ+@!`$Q0p&>6l-NF,UNpH06!+u*.!_T`lmf*9GqZ$[!HgL5$!.t%I!Fs^H +rrM^3q#CG.e+irn~> +pAY>E6:sg;L[=7)!r?Otr^m8`B"\*8rs&=377g17lL4`RP!Jt<"%Zq(p[8%^Y!DnW!_A%1n,EEc +4o@nR89E>HrrVn$7f,dZ89N;Ss*t~> +pAY>lH[pWpSE]8;!rS:1rdY*#GId\Frs&CcI=Q[.l0nWQZ?c@u!d(L;mf*=-H2N0oI#[CZrrKr[ +r."isJC3]_!r7n*qge]p!71H?J,~> +pAY,<r;Zm$LAC*6!Uga$!!3:@d.I>Bj9kqf#)MO4rrBP+!!3LNd-^i5QMLR^8`9(;!."D@!Fs^H +rrB"n!!3OXh>%##~> +pAYAi5>"O=8=T;:rrVgq7f>p[G0fg\#4,8Z8P4s)n,E[:7S-3E8PFHVmJd6q6:q,J!_$n[n,EE] +4o@nR89E>HrrKr(qapr^9S2'ps*t~> +pAY0+GlE3pIB)l&rrVqPIf=j!I!a-1rs&%KIXlg,k3r<Ng3rsN"+bfHcL(W5bBe[:J-(1Rg$eqA +]Qa:(!e#UHli."8I/AErJU<()q#>j~> +pAY,lqu?d)PlBtJ!Q5'<!!4=*jn/QW^]FK9!IEhqrrMd;r;ZmLRd9A@!1`lc!A)@]rr?d0!!-T\ +m/I+`2u*FT.@TVus*t~> +pAYE87S-3E7n]`TlMh.?8kDWI85bK/o`#-D91_]GKAuA"#kqgt8kMTTQKml;!kCZirCR,\?,l@5 +!L5nI8chP*e*R)9r,P1%8cqR`QgFMIJ,~> +pAY0CIK"a!It"`tlMh.LJ:E*"JTd"5o`#-RJ:E)sMW+%(#l9[3J:N2nPNqQ8!mZ.BrI=s!JAq!W +!OR.MJ-(.LdHpl7rLA63J-1@GQ0e;GJ,~> +pAY0G#Q+Q'$^^kYrr@-<!!6!&q"4RdOSo.[ADQ\R!,_Z7!`lo0mJd0Kq>^R2XSVGd!*/jq!Fs^I +rrA#Q!!695qY:)@~> +pAY3S:ItIW"%Gt`q<S%]S3['G"%[",q"4RjYX(lR7sEYSrs+lU8kMWf\,5Rm!O4rg8cqX^XnhJd +!JWr=8chP*e*R)8Y!VtW"%d17qY:)@~> +pAY3\K7ElNs*k'Xp?V_Z\U"1)"+PBnq"4RjaEiAeI>-;@rs,rWJ:N,l[JT@k!Q]Q`J-(,$q=+Cb +Wd=Sn!e#UHm/I+,Hhr6pIrr'oq#>j~> +pAY0f,PqHB$B+fKrrM$lr;ZmAL"Gts!W4qU!!,I6mf*9urW!!2Ib3rd!-%c7!WduBnc&Xf0_tbM +A(L&I!ON40!!4U.h"Ui!~> +pAY3i@n-Dh"%GqXp[.tdkuL;H8k;j5fC](JrGk7t8k*F9mf*L97nH9HJ(Eud!Lc7N9)hH`NpH68 +!rZq'r(7#]FOTXW!m=;.qapr]<JoT+s*t~> +pAY3kP(!:Z"+Ga+o^2YamtlLDJ:Vorf(AtIrg\=cJ:E*jmf*LHIXcopJCa)e!P!COJ-(+alLFlU +rKr!1J-(.LdI$r8g4FeNJ-1@FLtqb)J,~> +p&>"fq>^QtC@(Eh!W,Ui!!<L:[J'7m!/^UR!Yqj7n,EUb,6.]uU$h=J!W"AC!!,RCnc&X@#PnE$ +B&)hS!Nck-!!<pT^A7O'J,~> +p&>&E6MsFX7n/L(n,E^lJ3lk#8P<m+p@S@cX[E(["%Z:lqX=FgpL?W_=e+pIrrW+57Jf[Y7VgQE +rrV1T8Gl']89NPPrrU/:7Jf[[85FBAq=jo>~> +p&>&jHMi9qIsn3Zn,E^mVL!cCJUMXFp[nId`I%Q6!e%6In,EUgOaVe'RI9JB!rS@3qg\`tK[K>i +!pbJgr."isJCErd!nN'Qqg\g#H$?psp]#a~> +p&>#;p](=V_=@O+o3V@q!s2,ek4JZSS-8]h!En[Trrm3=!*R&6mJd0Pp](@%Pl:1Q!-7l8!@k>C +rrVM/"Si$"&nS67pA]X~> +p&>&c55RqS84%1:nc&piN'^-/8P*B\k4JZT\Of<i8chG,jR3$OQTn#U]DV'r!OY>l8cqXXT_S*X +!LuIQ8chOe\FBM#nXW6?qapu^9l6s"pA]X~> +p&>'*Gl*!oIs[C/rUTspqQ>-pJ:W2iQfdr?!mQ4DrI=ruO5KC*"grW*G.@J;rrL;jq1&NpW:f`] +!P*ORJ-1:O^]*d'"806TI/AEsJU2F;n+Qd3~> +p&>#dpAb7'ESg?f!PCGk!!EBoQ.c01rrVV2!Vuct"b-78rrfb1%Y*1!rrK,0pAb43Vt9ohZ3g:+ +":\J1iVWBL"8pi),PV6@+Dn7Fp&BO~> +p&>*,6qR5I"%,hJj7N?YcYu0A8kDT^P1fj.rr_k_7n3DKs%*6Vo^De_b=50Vf^8\?_GNi!8cqR` +[Jogu!m+/-qFUo]:kZOGqtL*orT'ha5tLoG"\D6_F/nKts*t~> +p&>'?I//9pH\/E`o`#9SRsKU8JUVU!g&C^F"89<SIf"WsI])`)rrh&)H%FT7rrU`)IeeKrItGE2 +o`#!GJq*WI"b23&cKtH&rrrDg_3'"lr."s%J9Q18l1P(,~> +p&>'8"SMft)0*O^qu6fog7:e9r;Zs2<12D;p\t<QN[aZ%!`d27nc&a_'eH'InG`Uca'\r@!!<R? +anb`3!onh=oDf=11gGHpX1#IGXH@<[$MXT(%n25cme$O0~> +p&>9M9h7iH84cDP8d.^O=d@D*qu7-%jgfe26:sg?9P'L@rV-<pl)nS`8GYp]84S-Uq=4IfoikIf +mdU5ZqU^]s7e]LX7SSfkq=ssll_RBHpdtf_5t+^hMP@GprlYMaZ'KH.5t1`E#>%HV9ONRbme$O0~> +p&>*SJq!NG#(CoUZ.npMr;R6'mEVJVH[pWtHZPA%rV-<pn&CQ:J,+TsI\5<hnc&aeNc^`XnG`Xg +j0*o[pOEBqJZ7N&q#:Hd^k@.2J-^XNI"n#i]ZJ\&g'6*K[@N"sI/JL!JUi&hK=L@As*t~> +p&>6_#65)J('s^9#m)#:C2n6,:b2qN!!NKZEie3uqYp]QTmoH9nc/eE@u-u/o`###?GHC0rri"j +J6+#b!"(8dNkkVn^m9%-$Jkae!?+FUXP!=>s*t~> +p&?9,:dRiQ;+sJJ77Tp@7R9XNI?^.gPCmOF6U=777nQm-W8R[Ors%SqV0c$&5kd_Q76a:WOK6%N +o`##RFhIYErs/>6UkrVQ5"5-6%n&TQC6,LFr;Y3OSU+-r6hs4O8,c$_7RKF)6:UrF"@b[@6V%,I +#tRQV8PilHW7Uh9s*t~> +p&?90KR8&lI!pBjIXcluIX6O&U9h><Z_s(BH[:0mJUMZfV;V@Lrs%l:_4ua1HhMpoH[h?d`6mcI +p&>,tKt7-Rrs/DK_6&rQH@GO:%t8hTQa"Hdr;Y]t];(.-IJA<kJ-LLPI!Ks_IK"^!IX66cIf+^$ +IslTdJu.&noDa=~> +p&>ErH=qi&XJCSW3Z/%i!!NihBq<B8q#:Q"3#s(k0K&Vc$90dq.3KBB).MP&pAY3A]%ciV$0ai! +(a1=]0fM)e3=du%/g_SP&jt%@@j`BJ1-#.k#rOFg-Qj9=#m15#!!r]5))"X$Q+>Q=nc++~> +p&>m+Sq)QgXf7V6AlM>k6q'R65sIOs5=%\,r^R,c>'$+QnG*"g`+W4O>?tTEq-j\>?X?o8:/F]; +h>R'I!o:TFoD]-dGZI[B=^59@@JF:A?s[,A;b]l%chNT+<E`c+@LQXN>Zk**:J=>N84Q/I7K,aa +7n?3E;-IUZQ*o68nc++~> +p&?36\<;]AY,n:ZLOX`"I=?WnH?ja[H$XjeJ:N)qGC5^rnG*"cerkT2rdFispOEO!I<p-aHC<Od +pAY3U_;"S]$1sj@H@1-hIXZe@J.@'XI<p*]N6_7(KmeE"J,4]qIft4KI!gAAHiSTlI/JC!I!^0c +I"RZhf(8G3J,~> +oD]?\ht-^@p[-\LSodgc)[QQC!!r`=,<T=hXNg&0p\tKskek!G_oKsqbR)G3_nWgo['\E^p&>'c +p[\=in&W#L]tq\/bP99lbK%T<]t(MSbkh"V]YVS0qofSoaMbg&ZDs[eN.H4mCL^`L?3t1_J<HY8 +akH+Wn,In~> +o`#L#hVRl"q=Nq'^o!!1@8ookrC72c8PN2mEJg^<lMgPX#QEr)\@fVpa8!^^a2>a-]",5Vf)54@ +!VQ6Yrs8)7\$rr__SjLha:?/*^V%+bZHW1=bdtR+`qmad`PK6tZE0ppQB$cRIsZG<G6rSGMNspA +`RsMPn,In~> +o`#O"gthPsq"!Os_5s)aKR\DtI/\QoHjG(FH@LmMam/m"rs/Pe_md4k^r5ud#f49h]",8Wf)54@ +!VH0Xrs8,7\$ii[^VRk_`=Bc#^:Un`ZHW1>bdkF&_tq=^_n`ppZ`^7$SX>Y(O,StnM$T'%Q_L_$ +fB`8$s*t~> +lMhLooB4T8Wf_XNF)u_dRB"'Ojn83E"9&/rrq$0irWE,sqYT:P"o\AsrVlffs8W)urVu`orr`2r +rVlQk%0$5'qtTmVnEoQ+kN)O""m,%<p%n[Ss*t~> +lMhLmnD_j.Y*t<(KS5/CS#O'HjRr*Drqlcqo`+sj"TA8qq>91O"oS8qrVlfgs8W)ur<W>tqZ$Tm +qu-Kgs8W'+rVZNdo^_G8kN1a^qqhP:kjJ*>li2J~> +li.:jq!Htb]s+5uP5^OIPan\_c/\Kfs8Vrtr;HWfrs&K$rVZQgqr7VZr;6BhrVlHh%0$5(r;6<d +s8Vumr;HEj%K?>(qt]sWnEfB#j5Abjg]ZTumI^8@s*t~> +jo5G\p@.DIl3$DDp\f[Ci;\<~> +k5Phgqt0=?kND'pnb<!5s5<p-~> +k5PhfqXa(9jlPXinFlg3s5<p-~> +JcE:\J,~> +JcE:\J,~> +JcE:\J,~> +JcE:\J,~> +JcE:\J,~> +JcE:\J,~> +%%EndData +showpage +%%Trailer +end +%%EOF diff --git a/templates/macronald/logo.png b/templates/macronald/logo.png Binary files differnew file mode 100644 index 00000000..e8c8b84f --- /dev/null +++ b/templates/macronald/logo.png diff --git a/templates/macronald/packing_list.html b/templates/macronald/packing_list.html new file mode 100644 index 00000000..10c03410 --- /dev/null +++ b/templates/macronald/packing_list.html @@ -0,0 +1,185 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>P A C K I N G L I S T</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% cellspacing=0 cellpadding=0> + <tr bgcolor=000000> + <th width=50% align=left><font color=ffffff>Ship To:</th> + <th width="50%"> </th> + </tr> + + <tr valign=top> + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddress2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <br><?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + </td> + + <td> + <?lsmb if shiptocontact ?> + <br>Attn: <?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> + + <?lsmb 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>Invoice #</th> + <th width=17% align=left>Order #</th> + <th width=17% align=left>Date</th> + <th width=17% align=left nowrap>Contact</th> + <?lsmb if warehouse ?> + <th width=17% align=left>Warehouse</th> + <?lsmb end warehouse ?> + <th width=17% align=left>Shipping Point</th> + <th width=15% align=left>Ship via</th> + </tr> + + <tr> + <td><?lsmb invnumber ?> </td> + <td><?lsmb ordnumber ?> </td> + + <?lsmb if shippingdate ?> + <td><?lsmb shippingdate ?></td> + <?lsmb end shippingdate ?> + + <?lsmb if not shippingdate ?> + <td><?lsmb transdate ?></td> + <?lsmb end shippingdate ?> + + <td><?lsmb employee ?> </td> + + <?lsmb if warehouse ?> + <td><?lsmb warehouse ?> </td> + <?lsmb end warehouse ?> + + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=left><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th align=left><font color=ffffff>Serial #</th> + <th> </th> + <th><font color=ffffff>Qty</th> + <th><font color=ffffff>Ship</th> + <th> </th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td><?lsmb runningnumber ?></td> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td><?lsmb serialnumber ?></td> + <td><?lsmb deliverydate ?></td> + <td align=right><?lsmb qty ?></td> + <td align=right><?lsmb ship ?></td> + <td><?lsmb unit ?></td> + </tr> + <?lsmb end number ?> + + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td><hr noshade></td> + </tr> + + <?lsmb if notes ?> + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td>Notes</td> + <td><?lsmb notes ?></td> + </tr> + </table> + </td> + </tr> + <?lsmb end notes ?> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td width="70%"><font size=-3> + Items returned are subject to + a 10% restocking charge. A return authorization must be obtained + from <?lsmb company ?> before goods are returned. Returns must be shipped + prepaid and properly insured. <?lsmb company ?> will not be responsible + for damages during transit. + </font> + </td> + <td width="30%"> + X <hr noshade> + </td> + </tr> + </table> + </td> + </tr> +</table> + +</body> +</html> + diff --git a/templates/macronald/packing_list.tex b/templates/macronald/packing_list.tex new file mode 100644 index 00000000..71d90b53 --- /dev/null +++ b/templates/macronald/packing_list.tex @@ -0,0 +1,136 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +\newsavebox{\ftr} +\sbox{\ftr}{ + \parbox{\textwidth}{ + \tiny + \rule[1.5em]{\textwidth}{0.5pt} +Items returned are subject to a 10\% restocking charge. +A return authorization must be obtained from <?lsmb company ?> before goods are +returned. Returns must be shipped prepaid and properly insured. +<?lsmb company ?> will not be responsible for damages during transit. + } +} + +<?lsmb include letterhead.tex ?> + +<?lsmb pagebreak 65 27 37 ?> +\end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + +\begin{tabularx}{\textwidth}{@{}rlXllrrl@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{Ship To}} \hfill + +\vspace{0.3cm} + +\parbox[t]{.5\textwidth}{ + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> +} +\parbox[t]{.5\textwidth}{ + <?lsmb shiptocontact ?> + + <?lsmb if shiptophone ?> + Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> + + <?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{P A C K I N G} \parbox{0.3cm}{\hfill} \textbf{L I S T} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{7}{|X}|} \hline + \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact} + <?lsmb if warehouse ?> + & \textbf{Warehouse} + <?lsmb end warehouse ?> + & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em] + \hline + + <?lsmb invnumber ?> & <?lsmb ordnumber ?> + <?lsmb if shippingdate ?> + & <?lsmb shippingdate ?> + <?lsmb end shippingdate ?> + <?lsmb if not shippingdate ?> + & <?lsmb transdate ?> + <?lsmb end shippingdate ?> + & <?lsmb employee ?> + <?lsmb if warehouse ?> + & <?lsmb warehouse ?> + <?lsmb end warehouse ?> + & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXllrrl@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\ + +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> & + <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\vspace{12pt} + +<?lsmb notes ?> + +} + +\vfill + +\rule{\textwidth}{0.5pt} + +\usebox{\ftr} + +\end{document} + diff --git a/templates/macronald/pick_list.html b/templates/macronald/pick_list.html new file mode 100644 index 00000000..c71dd76d --- /dev/null +++ b/templates/macronald/pick_list.html @@ -0,0 +1,139 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>P I C K L I S T</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <tr bgcolor=000000> + <th width=50% align=left><font color=ffffff>Ship To:</th> + <th width="50%"> </th> + </tr> + + <tr valign=top> + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddress2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <br><?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + </td> + + <td> + <?lsmb if shiptocontact ?> + <br>Attn: <?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> + + <?lsmb shiptoemail ?> + </td> + </tr> + </table> + </td> + </tr> + + <tr height=5></tr> + + <tr> + <td> </td> + + <td> + <table width=100% border=1> + <tr> + <th width=15% align=left>Invoice #</th> + <th width=15% align=left>Order #</th> + <th width=10% align=left>Date</th> + <th width=15% align=left nowrap>Contact</th> + <th width=15% align=left>Warehouse</th> + <th width=10% align=left>Shipping Point</th> + <th width=10% align=left>Ship via</th> + </tr> + + <tr> + <td><?lsmb invnumber ?> </td> + <td><?lsmb ordnumber ?> </td> + <?lsmb if shippingdate ?> + <td><?lsmb shippingdate ?></td> + <?lsmb end shippingdate ?> + + <?lsmb if not shippingdate ?> + <td><?lsmb transdate ?></td> + <?lsmb end shippingdate ?> + + <td><?lsmb employee ?> </td> + <td><?lsmb warehouse ?> </td> + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=left><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th><font color=ffffff>Qty</th> + <th><font color=ffffff>Ship</th> + <th> </th> + <th><font color=ffffff>Bin</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td><?lsmb runningnumber ?> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td align=right><?lsmb qty ?></td> + <td align=right>[ ]</td> + <td><?lsmb unit ?></td> + <td align=right><?lsmb bin ?></td> + </tr> + <?lsmb end number ?> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td><hr noshade></td> + </tr> + +</table> + +</body> +</html> + diff --git a/templates/macronald/pick_list.tex b/templates/macronald/pick_list.tex new file mode 100644 index 00000000..1b88041f --- /dev/null +++ b/templates/macronald/pick_list.tex @@ -0,0 +1,108 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 37 ?> +\end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + +\begin{tabularx}{\textwidth}{@{}rlXrcll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & + \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\ + +<?lsmb end pagebreak ?> + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ + \textbf{Ship To} +} \hfill + +\vspace{0.3cm} + +\parbox[t]{.5\textwidth}{ + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> +} +\parbox[t]{.5\textwidth}{ + <?lsmb shiptocontact ?> + + <?lsmb if shiptophone ?> + Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> + + <?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{P I C K} \parbox{0.3cm}{\hfill} \textbf{L I S T} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{7}{|X}|} \hline + \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact} + & \textbf{Warehouse} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em] + \hline + <?lsmb invnumber ?> & <?lsmb ordnumber ?> + <?lsmb if shippingdate ?> + & <?lsmb shippingdate ?> + <?lsmb end shippingdate ?> + <?lsmb if not shippingdate ?> + & <?lsmb transdate ?> + <?lsmb end shippingdate ?> + & <?lsmb employee ?> & <?lsmb warehouse ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXrcll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & + \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\ +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & + <?lsmb qty ?> & [\hspace{1cm}] & <?lsmb unit ?> & <?lsmb bin ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} +} + +\end{document} + diff --git a/templates/macronald/pos_invoice.txt b/templates/macronald/pos_invoice.txt new file mode 100644 index 00000000..10c809ca --- /dev/null +++ b/templates/macronald/pos_invoice.txt @@ -0,0 +1,45 @@ +<?lsmb company align=center width="40" ?> +<?lsmb address align=center width="40" ?> + +Till: <?lsmb till align=left width="3" ?> Phone#: <?lsmb tel ?> +Cashier: <?lsmb employee ?> +Inv #/Date: <?lsmb invnumber ?> / <?lsmb invdate ?> +Printed: <?lsmb dateprinted ?> + + Qty Description Amount +<?lsmb foreach number ?> +<?lsmb qty align=right width="5" ?> <?lsmb description align=left width=24 offset=6 ?> <?lsmb linetotal align=right width="9" ?> + <?lsmb number ?> @ <?lsmb sellprice ?>/<?lsmb unit ?> +<?lsmb end number ?> + +Number of items: <?lsmb totalqty ?> +<?lsmb if taxincluded ?> + --------------- + Total: <?lsmb invtotal align=right width="9" ?> +<?lsmb end taxincluded ?> +<?lsmb if not taxincluded ?> + ------------ + Subtotal: <?lsmb subtotal align=right width="9" ?> +<?lsmb end taxincluded ?> +<?lsmb foreach tax ?> +<?lsmb taxdescription align=right width="23" ?> @ <?lsmb taxrate align=right width="2" ?>%: <?lsmb tax align=right width="9" ?> +<?lsmb end tax ?> +<?lsmb foreach payment ?> + Paid: <?lsmb payment align=right width="9" ?> <?lsmb currency ?> +<?lsmb end payment ?> +<?lsmb if change ?> + Change: <?lsmb change align=right width="9" ?> +<?lsmb end change ?> +<?lsmb if total ?> + Balance Due: <?lsmb total align=right width="9" ?> +<?lsmb end total ?> +<?lsmb if discount ?> + +<?lsmb discount ?> % Discount applied +<?lsmb end discount ?> + + Thank you for your valued business! + +<?lsmb if taxincluded ?> +Taxes are included in price. +<?lsmb end taxincluded ?> diff --git a/templates/macronald/purchase_order.html b/templates/macronald/purchase_order.html new file mode 100644 index 00000000..cc8ea763 --- /dev/null +++ b/templates/macronald/purchase_order.html @@ -0,0 +1,241 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>P U R C H A S E O R D E R</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <tr bgcolor=000000> + <th align=left width="50%"><font color=ffffff>To:</th> + <th align=left width="50%"><font color=ffffff>Ship To:</th> + </tr> + + <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 contact ?> + <br>Attn: <?lsmb contact ?> + <?lsmb end contact ?> + + <?lsmb if vendorphone ?> + <br>Tel: <?lsmb vendorphone ?> + <?lsmb end vendorphone ?> + + <?lsmb if vendorfax ?> + <br>Fax: <?lsmb vendorfax ?> + <?lsmb end vendorfax ?> + </td> + + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddress2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <br><?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + <br> + + <?lsmb if shiptocontact ?> + <br>Attn: <?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb 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>Order #</th> + <th width=17% align=left>Order Date</th> + <th width=17% align=left>Required by</th> + <th width=17% align=left>Contact</th> + <th width=17% align=left>Shipping Point</th> + <th width=15% align=left>Ship Via</th> + </tr> + + <tr> + <td><?lsmb ordnumber ?></td> + <td><?lsmb orddate ?></td> + <td><?lsmb reqdate ?></td> + <td><?lsmb employee ?></td> + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=right><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th><font color=ffffff>Qt'y</th> + <th> </th> + <th><font color=ffffff>Price</th> + <th><font color=ffffff>%</th> + <th><font color=ffffff>Amount</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td align=right><?lsmb runningnumber ?>.</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 discountrate ?></th> + <td align=right><?lsmb linetotal ?></td> + </tr> + <?lsmb end number ?> + + <tr> + <td colspan=8><hr noshade></td> + </tr> + + <tr> + <?lsmb if taxincluded ?> + <th colspan=7 align=right>Total</th> + <th colspan=1 align=right><?lsmb ordtotal ?></th> + <?lsmb end taxincluded ?> + + <?lsmb if not taxincluded ?> + <th colspan=7 align=right>Subtotal</th> + <td colspan=1 align=right><?lsmb subtotal ?></td> + <?lsmb end taxincluded ?> + </tr> + + <?lsmb foreach tax ?> + <tr> + <th colspan=7 align=right><?lsmb taxdescription ?> on <?lsmb taxbase ?> @ <?lsmb taxrate ?> %</th> + <td colspan=1 align=right><?lsmb tax ?></td> + </tr> + <?lsmb end tax ?> + + <tr> + <td colspan=4> </td> + <td colspan=4><hr noshade></td> + </tr> + + <?lsmb if not taxincluded ?> + <th colspan=7 align=right>Total</th> + <td colspan=1 align=right><?lsmb ordtotal ?></td> + <?lsmb end taxincluded ?> + + <?lsmb if terms ?> + <tr> + <td colspan=4>Terms Net <b><?lsmb terms ?></b> days</td> + <th colspan=3 align=right>Total</th> + <th colspan=1 align=right><?lsmb ordtotal ?></th> + </tr> + <?lsmb end terms ?> + + <?lsmb if taxincluded ?> + <tr> + <td colspan=2>Tax included</td> + </tr> + <?lsmb end taxincluded ?> + + <tr> + <td> </td> + </tr> + + <?lsmb if ordtotal ?> + <tr> + <td colspan=8 align=right> + All prices in <b><?lsmb currency ?></b> Funds + </td> + </tr> + <?lsmb end ordtotal ?> + + </table> + </td> + </tr> + + <?lsmb if notes ?> + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td>Notes</td> + <td><?lsmb notes ?></td> + </tr> + + </table> + </td> + </tr> + <?lsmb end notes ?> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td width="70%"> </td> + + <td width="30%"> + X <hr noshade> + </td> + </tr> + </table> + </td> + </tr> + +</table> + +</body> +</html> + diff --git a/templates/macronald/purchase_order.tex b/templates/macronald/purchase_order.tex new file mode 100644 index 00000000..4fe80c64 --- /dev/null +++ b/templates/macronald/purchase_order.tex @@ -0,0 +1,170 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 48 ?> +\end{tabularx} + + \rule{\textwidth}{2pt} + + \hfill + \begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & Subtotal & <?lsmb sumcarriedforward ?> \\ + \end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + +\begin{tabularx}{\textwidth}{@{}lXrlrr@{}} + \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\ + & carried forward from <?lsmb lastpage ?> & & & & <?lsmb sumcarriedforward ?> \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{To} +\vspace{0.3cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +Attn: <?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if vendorphone ?> +Tel: <?lsmb vendorphone ?> +<?lsmb end vendorphone ?> + +<?lsmb if vendorfax ?> +Fax: <?lsmb vendorfax ?> +<?lsmb end vendorfax ?> + +<?lsmb email ?> +} +\parbox[t]{.5\textwidth}{ +\textbf{Ship To} +\vspace{0.3cm} + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> + +\vspace{0.3cm} + +<?lsmb if shiptocontact ?> +Attn: <?lsmb shiptocontact ?> +\vspace{0.2cm} +<?lsmb end shiptocontact ?> + +<?lsmb if shiptophone ?> +Tel: <?lsmb shiptophone ?> +<?lsmb end shiptophone ?> + +<?lsmb if shiptofax ?> +Fax: <?lsmb shiptofax ?> +<?lsmb end shiptofax ?> + +<?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{P U R C H A S E} \parbox{0.3cm}{\hfill} \textbf{O R D E R} +\hfill + +\vspace{1cm} +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{Order \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex] + \hline + <?lsmb ordnumber ?> & <?lsmb orddate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}lXrlrr@{}} + \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\ +<?lsmb foreach number ?> + <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & + <?lsmb unit ?> & <?lsmb sellprice ?> & <?lsmb linetotal ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\vspace{0.2cm} + +\hfill +\begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & Subtotal & <?lsmb subtotal ?> \\ +<?lsmb foreach tax ?> + & <?lsmb taxdescription ?> on <?lsmb taxbase ?> & <?lsmb tax ?>\\ +<?lsmb end tax ?> + \hline + & Total & <?lsmb ordtotal ?>\\ +\end{tabularx} + +\vspace{0.3cm} + +\hfill + All prices in \textbf{<?lsmb currency ?>}. + +\vspace{12pt} + +<?lsmb notes ?> + +} + + +%\renewcommand{\thefootnote}{\fnsymbol{footnote}} + +%\footnotetext[1]{\tiny } + +\end{document} + diff --git a/templates/macronald/receipt.tex b/templates/macronald/receipt.tex new file mode 100644 index 00000000..7bd4decd --- /dev/null +++ b/templates/macronald/receipt.tex @@ -0,0 +1,77 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont + +\parbox[t]{12cm}{ + <?lsmb company ?> + + <?lsmb address ?>} +\hfill +\parbox[t]{6cm}{\hfill <?lsmb source ?>} + +\vspace*{0.6cm} + +<?lsmb text_amount ?> \dotfill <?lsmb decimal ?>/100 \makebox[0.5cm]{\hfill} + +\vspace{0.5cm} + +\hfill <?lsmb datepaid ?> \makebox[2cm]{\hfill} <?lsmb amount ?> + +% different date format for datepaid +% <?lsmb DD ?><?lsmb MM ?><?lsmb YYYY ?> + +\vspace{0.5cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{1.8cm} + +<?lsmb memo ?> + +\vspace{0.8cm} + +<?lsmb company ?> + +\vspace{0.5cm} + +<?lsmb name ?> \hfill <?lsmb datepaid ?> \hfill <?lsmb source ?> + +\vspace{0.5cm} +\begin{tabularx}{\textwidth}{lXrr@{}} +\textbf{Invoice No.} & \textbf{Invoice Date} + & \textbf{Due} & \textbf{Applied} \\ +<?lsmb foreach invnumber ?> +<?lsmb invnumber ?> & <?lsmb invdate ?> \dotfill + & <?lsmb due ?> & <?lsmb paid ?> \\ +<?lsmb end invnumber ?> +\end{tabularx} + +\vspace{1cm} + +<?lsmb memo ?> + +\vfill + +\end{document} + diff --git a/templates/macronald/request_quotation.html b/templates/macronald/request_quotation.html new file mode 100644 index 00000000..ad9b0ab2 --- /dev/null +++ b/templates/macronald/request_quotation.html @@ -0,0 +1,179 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>R E Q U E S T F O R Q U O T A T I O N</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=left width="50%"><font color=ffffff>To:</th> + <th align=left width="50%"><font color=ffffff>Ship To:</th> + </tr> + + <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 contact ?> + <br>Attn: <?lsmb contact ?> + <?lsmb end contact ?> + + <?lsmb if vendorphone ?> + <br>Tel: <?lsmb vendorphone ?> + <?lsmb end vendorphone ?> + + <?lsmb if vendorfax ?> + <br>Fax: <?lsmb vendorfax ?> + <?lsmb end vendorfax ?> + </td> + + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddr2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <br><?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + <br> + + <?lsmb if shiptocontact ?> + <br>Attn: <?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb 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>RFQ #</th> + <th width=17% align=left>Date</th> + <th width=17% align=left>Required by</th> + <th width=17% align=left>Contact</th> + <th width=17% align=left>Shipping Point</th> + <th width=15% align=left>Ship via</th> + </tr> + + <tr> + <td><?lsmb quonumber ?></td> + <td><?lsmb quodate ?></td> + <td><?lsmb reqdate ?> </td> + <td><?lsmb employee ?></td> + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr height="10"></tr> + + <tr> + <td> </td> + + <td>Please provide price and delivery time for the following items:</td> + </tr> + + <tr height="10"></tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr> + <th align=right>Item</th> + <th align=left>Number</th> + <th align=left><font color=ffffff>Description</th> + <th>Qt'y</th> + <th> </th> + <th>Delivery</th> + <th>Unit Price</th> + <th>Extended</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td align=right><?lsmb runningnumber ?>.</td> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td align=right><?lsmb qty ?></td> + <td><?lsmb unit ?></td> + </tr> + <?lsmb end number ?> + + <tr> + <td colspan=8><hr noshade></td> + </tr> + + </table> + </td> + </tr> + + <?lsmb if notes ?> + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td>Notes</td> + <td><?lsmb notes ?></td> + </tr> + + </table> + </td> + </tr> + <?lsmb end notes ?> + +</table> + +</body> +</html> + diff --git a/templates/macronald/request_quotation.tex b/templates/macronald/request_quotation.tex new file mode 100644 index 00000000..f866911e --- /dev/null +++ b/templates/macronald/request_quotation.tex @@ -0,0 +1,151 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 48 ?> +\end{tabularx} + + \rule{\textwidth}{2pt} + + \hfill + \begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & \textbf{Subtotal} & \textbf{<?lsmb sumcarriedforward ?>} \\ + \end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + +\begin{tabularx}{\textwidth}{@{}lXrlrr@{}} + \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Extended} \\ + & carried forward from <?lsmb lastpage ?> & & & & <?lsmb sumcarriedforward ?> \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{To} +\vspace{0.3cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if vendorphone ?> +Tel: <?lsmb vendorphone ?> +<?lsmb end vendorphone ?> + +<?lsmb if vendorfax ?> +Fax: <?lsmb vendorfax ?> +<?lsmb end vendorfax ?> + +<?lsmb email ?> +} +\parbox[t]{.5\textwidth}{ +\textbf{Ship To} +\vspace{0.3cm} + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> + +\vspace{0.3cm} + +<?lsmb if shiptocontact ?> +<?lsmb shiptocontact ?> +\vspace{0.2cm} +<?lsmb end shiptocontact ?> + +<?lsmb if shiptophone ?> +Tel: <?lsmb shiptophone ?> +<?lsmb end shiptophone ?> + +<?lsmb if shiptofax ?> +Fax: <?lsmb shiptofax ?> +<?lsmb end shiptofax ?> + +<?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{R E Q U E S T for Q U O T A T I O N} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{RFQ \#} & \textbf{Date} & \textbf{Required by} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex] + \hline + <?lsmb quonumber ?> & <?lsmb quodate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +Please provide price and delivery time for the following items: + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}lXrllrr@{}} + \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & & + \textbf{Delivery} & \textbf{Unit Price} & \textbf{Extended} \\ +<?lsmb foreach number ?> + <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & <?lsmb unit ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\hfill + +<?lsmb notes ?> + +} + +\end{document} + diff --git a/templates/macronald/sales_order.html b/templates/macronald/sales_order.html new file mode 100644 index 00000000..d238b339 --- /dev/null +++ b/templates/macronald/sales_order.html @@ -0,0 +1,231 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>S A L E S O R D E R</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <tr bgcolor=000000> + <th align=left width="50%"><font color=ffffff>To</th> + <th align=left width="50%"><font color=ffffff>Ship To</th> + </tr> + + <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 contact ?> + <br>Attn: <?lsmb contact ?> + <?lsmb end contact ?> + <?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> + + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddress2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <br><?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + <br> + <?lsmb if shiptocontact ?> + <br><?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> + <?lsmb if shiptoemail ?> + <br><?lsmb shiptoemail ?> + <?lsmb end 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 nowrap>Order #</th> + <th width=17% align=left>Order Date</th> + <th width=17% align=left>Required by</th> + <th width=17% align=left nowrap>Salesperson</th> + <th width=17% align=left nowrap>Shipping Point</th> + <th width=15% align=left nowrap>Ship Via</th> + </tr> + + <tr> + <td><?lsmb ordnumber ?></td> + <td><?lsmb orddate ?></td> + <td><?lsmb reqdate ?></td> + <td><?lsmb employee ?></td> + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=right><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th><font color=ffffff>Qt'y</th> + <th> </th> + <th><font color=ffffff>Price</th> + <th><font color=ffffff>Disc %</th> + <th><font color=ffffff>Amount</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td align=right><?lsmb runningnumber ?>.</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 discountrate ?></td> + <td align=right><?lsmb linetotal ?></td> + </tr> + <?lsmb end number ?> + + <tr> + <td colspan=8><hr noshade></td> + </tr> + + <tr> + <?lsmb if taxincluded ?> + <th colspan=6 align=right>Total</th> + <td colspan=2 align=right><?lsmb invtotal ?></td> + <?lsmb end taxincluded ?> + + <?lsmb if not taxincluded ?> + <th colspan=6 align=right>Subtotal</th> + <td colspan=2 align=right><?lsmb subtotal ?></td> + <?lsmb end taxincluded ?> + </tr> + + <?lsmb foreach tax ?> + <tr> + <th colspan=6 align=right><?lsmb taxdescription ?> on <?lsmb taxbase ?> @ <?lsmb taxrate ?> %</th> + <td colspan=2 align=right><?lsmb tax ?></td> + </tr> + <?lsmb end tax ?> + + <tr> + <td colspan=4> </td> + <td colspan=4><hr noshade></td> + </tr> + + <tr> + <td colspan=4> + <?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 + <?lsmb if terms ?> + <br>Terms Net <b><?lsmb terms ?></b> days + <?lsmb end terms ?> + </td> + <th colspan=2 align=right>Total</th> + <th colspan=2 align=right><?lsmb ordtotal ?></th> + </tr> + + <tr> + <td> </td> + </tr> + + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <?lsmb if notes ?> + <td>Notes</td> + <td><?lsmb notes ?></td> + <?lsmb end notes ?> + <td align=right nowrap> + All prices in <?lsmb currency ?> Funds</b> + </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td width="60%"><font size=-3> + Special order items are subject to a 10% order cancellation fee. + </font> + </td> + <td width="40%"> + X <hr noshade> + </td> + </tr> + </table> + </td> + </tr> + +</table> + +</body> +</html> + diff --git a/templates/macronald/sales_order.tex b/templates/macronald/sales_order.tex new file mode 100644 index 00000000..7bcb0dce --- /dev/null +++ b/templates/macronald/sales_order.tex @@ -0,0 +1,177 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 48 ?> +\end{tabularx} + + \rule{\textwidth}{2pt} + + \hfill + \begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & \textbf{Subtotal} & \textbf{<?lsmb sumcarriedforward ?>} \\ + \end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + + +\begin{tabularx}{\textwidth}{@{}rlXrlrrr@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ + & carried forward from <?lsmb lastpage ?> & & & & & <?lsmb sumcarriedforward ?> \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{To} +\vspace{0.3cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> + +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> + +<?lsmb email ?> +} +\parbox[t]{.5\textwidth}{ +\textbf{Ship To} +\vspace{0.3cm} + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> + +\vspace{0.3cm} + +<?lsmb if shiptocontact ?> +<?lsmb shiptocontact ?> +\vspace{0.2cm} +<?lsmb end shiptocontact ?> + +<?lsmb if shiptophone ?> +Tel: <?lsmb shiptophone ?> +<?lsmb end shiptophone ?> + +<?lsmb if shiptofax ?> +Fax: <?lsmb shiptofax ?> +<?lsmb end shiptofax ?> + +<?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{S A L E S} \parbox{0.3cm}{\hfill} \textbf{O R D E R} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{Order \#} & \textbf{Order Date} & \textbf{Required by} & \textbf{Salesperson} & \textbf{Shipping Point} & \textbf{Ship Via} \\ [0.5em] + \hline + <?lsmb ordnumber ?> & <?lsmb orddate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXrlrrr@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & + <?lsmb unit ?> & <?lsmb sellprice ?> & <?lsmb discountrate ?> & <?lsmb linetotal ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\vspace{0.2cm} + +\hfill +\begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & Subtotal & <?lsmb subtotal ?> \\ +<?lsmb foreach tax ?> + & <?lsmb taxdescription ?> on <?lsmb taxbase ?> & <?lsmb tax ?>\\ +<?lsmb end tax ?> + \hline + & Total & <?lsmb ordtotal ?>\\ +\end{tabularx} + +\vspace{0.3cm} + +<?lsmb text_amount ?> ***** <?lsmb decimal ?>/100 +\hfill +All prices in \textbf{<?lsmb currency ?>}. + +<?lsmb if terms ?> +Terms: <?lsmb terms ?> days +<?lsmb end terms ?> + +\vspace{12pt} + +<?lsmb notes ?> + +} + +\vfill + +\centerline{\textbf{Thank You for your valued business!}} + +\rule{\textwidth}{0.5pt} + +\end{document} + diff --git a/templates/macronald/sales_quotation.html b/templates/macronald/sales_quotation.html new file mode 100644 index 00000000..7e4ac121 --- /dev/null +++ b/templates/macronald/sales_quotation.html @@ -0,0 +1,201 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>Q U O T A T I O N</h4> + </th> + </tr> + + <tr> + <td> </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 contact ?> + <br>Attn: <?lsmb contact ?> + <?lsmb end contact ?> + + <?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> + <td> </td> + + <td> + <table width=100% border=1> + <tr> + <th width=17% align=left nowrap>Number</th> + <th width=17% align=left>Date</th> + <th width=17% align=left>Valid until</th> + <th width=17% align=left nowrap>Contact</th> + <th width=17% align=left nowrap>Shipping Point</th> + <th width=15% align=left nowrap>Ship via</th> + </tr> + + <tr> + <td><?lsmb quonumber ?></td> + <td><?lsmb quodate ?></td> + <td><?lsmb reqdate ?></td> + <td><?lsmb employee ?></td> + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=right><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th><font color=ffffff>Qt'y</th> + <th> </th> + <th><font color=ffffff>Price</th> + <th><font color=ffffff>Disc %</th> + <th><font color=ffffff>Amount</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td align=right><?lsmb runningnumber ?></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 discountrate ?></td> + <td align=right><?lsmb linetotal ?></td> + </tr> + <?lsmb end number ?> + + <tr> + <td colspan=8><hr noshade></td> + </tr> + + <tr> + <?lsmb if taxincluded ?> + <th colspan=6 align=right>Total</th> + <td colspan=2 align=right><?lsmb invtotal ?></td> + <?lsmb end taxincluded ?> + + <?lsmb if not taxincluded ?> + <th colspan=6 align=right>Subtotal</th> + <td colspan=2 align=right><?lsmb subtotal ?></td> + <?lsmb end taxincluded ?> + </tr> + + <?lsmb foreach tax ?> + <tr> + <th colspan=6 align=right><?lsmb taxdescription ?> on <?lsmb taxbase ?> @ <?lsmb taxrate ?> %</th> + <td colspan=2 align=right><?lsmb tax ?></td> + </tr> + <?lsmb end tax ?> + + <tr> + <td colspan=4> </td> + <td colspan=4><hr noshade></td> + </tr> + + <tr> + <td colspan=4> + <?lsmb if terms ?> + Terms Net <b><?lsmb terms ?></b> days + <?lsmb end terms ?> + </td> + <th colspan=2 align=right>Total</th> + <th colspan=2 align=right><?lsmb quototal ?></th> + </tr> + + <tr> + <td> </td> + </tr> + + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <?lsmb if notes ?> + <td>Notes</td> + <td><?lsmb notes ?></td> + <?lsmb end notes ?> + <td align=right> + All prices in <b><?lsmb currency ?></b> Funds + </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=top> + <td width="60%"><font size=-3> + Special order items are subject to a 10% cancellation fee. + </font> + </td> + <td width="40%"> + X <hr noshade> + </td> + </tr> + </table> + </td> + </tr> + +</table> + +</body> +</html> + diff --git a/templates/macronald/sales_quotation.tex b/templates/macronald/sales_quotation.tex new file mode 100644 index 00000000..b80ffacc --- /dev/null +++ b/templates/macronald/sales_quotation.tex @@ -0,0 +1,148 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +\newsavebox{\ftr} +\sbox{\ftr}{ + \parbox{\textwidth}{ + \tiny + \rule[1.5em]{\textwidth}{0.5pt} +Special order items are subject to a 10\% cancellation fee. + } +} + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 48 ?> +\end{tabularx} + + \rule{\textwidth}{2pt} + + \hfill + \begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & \textbf{Subtotal} & \textbf{<?lsmb sumcarriedforward ?>} \\ + \end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb quonumber ?>}{<?lsmb company ?>\hfill <?lsmb quonumber ?>} + +\begin{tabularx}{\textwidth}{@{}lXrlrrr@{}} + \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ + & carried forward from <?lsmb lastpage ?> & & & & & <?lsmb sumcarriedforward ?> \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> + +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> + +<?lsmb email ?> +} + +\vspace{1cm} + +\textbf{Q U O T A T I O N} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{Quotation \#} & \textbf{Date} & \textbf{Valid until} & \textbf{Contact} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5ex] + \hline + <?lsmb quonumber ?> & <?lsmb quodate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}lXrlrrr@{}} + \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ +<?lsmb foreach number ?> + <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & + <?lsmb unit ?> & <?lsmb sellprice ?> & <?lsmb discountrate ?> & <?lsmb linetotal ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\vspace{0.2cm} + +\hfill +\begin{tabularx}{7cm}{Xr@{\hspace{1cm}}r@{}} + & Subtotal & <?lsmb subtotal ?> \\ +<?lsmb foreach tax ?> + & <?lsmb taxdescription ?> on <?lsmb taxbase ?> & <?lsmb tax ?>\\ +<?lsmb end tax ?> + \hline + & Total & <?lsmb quototal ?>\\ +\end{tabularx} + +\vspace{0.3cm} + +\hfill +All prices in \textbf{<?lsmb currency ?>}. + +<?lsmb if terms ?> +Terms: <?lsmb terms ?> days +<?lsmb end terms ?> + +\vspace{12pt} + +<?lsmb notes ?> + +} + +\vfill + +\hfill \parbox{7cm}{X \rule{6.5cm}{0.5pt}} + +\rule{\textwidth}{0.5pt} + +\usebox{\ftr} + +\end{document} + 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> </td> + + <th colspan=3><h4>S T A T E M E N T</h4></th> + + </tr> + + <tr> + <td> </td> + + <td colspan=3 align=right><?lsmb statementdate ?></td> + </tr> + + <tr> + <td> </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> </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> </td> + <td> </td> + <td> </td> + <td> </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> </td> + + <td align=right> + <table width="50%"> + <tr> + <th>Total Outstanding</th> + <th align=right><?lsmb total ?></th> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td><hr noshade></td> + </tr> + + <tr> + <td> </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> + diff --git a/templates/macronald/statement.tex b/templates/macronald/statement.tex new file mode 100644 index 00000000..4343c5c6 --- /dev/null +++ b/templates/macronald/statement.tex @@ -0,0 +1,78 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + +\parbox[t]{.5\textwidth}{ +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> +} +\parbox[t]{.5\textwidth}{ +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> + +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> + +<?lsmb email ?> +} +\hfill + +\vspace{1cm} + +\textbf{S T A T E M E N T} \hfill \textbf{<?lsmb statementdate ?>} + +\vspace{2cm} + +\begin{tabular*}{\textwidth}{|ll@{\extracolsep\fill}ccrrrr|} + \hline + \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Due} & + \textbf{Current} & \textbf{30} & \textbf{60} & \textbf{90} \\ + \hline +<?lsmb foreach invnumber ?> + <?lsmb invnumber ?> & <?lsmb ordnumber ?> & <?lsmb invdate ?> & <?lsmb duedate ?> & + <?lsmb c0 ?> & <?lsmb c30 ?> & <?lsmb c60 ?> & <?lsmb c90 ?> \\ +<?lsmb end invnumber ?> + \multicolumn{8}{|l|}{\mbox{}} \\ + \hline + \textbf{Subtotal} & & & & <?lsmb c0total ?> & <?lsmb c30total ?> & <?lsmb c60total ?> & <?lsmb c90total ?> \\ + \hline +\end{tabular*} + +\vspace{0.5cm} + +\hfill +\begin{tabularx}{\textwidth}{Xr@{\hspace{1cm}}r@{}} + & \textbf{Total outstanding} & \textbf{<?lsmb total ?>} +\end{tabularx} + +\vfill +All amounts in \textbf{<?lsmb currency ?>} funds. + +Please make check payable to \textbf{<?lsmb company ?>} + +\end{document} + diff --git a/templates/macronald/timecard.html b/templates/macronald/timecard.html new file mode 100644 index 00000000..e6bb05ab --- /dev/null +++ b/templates/macronald/timecard.html @@ -0,0 +1,124 @@ +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>T I M E C A R D</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <tr valign=top> + <td> + <table> + <tr> + <th align=left>Employee</th> + <td><?lsmb employee ?></td> + </tr> + <tr> + <th align=left>ID</th> + <td><?lsmb employee_id ?></td> + </tr> + </table> + </td> + + <td align=right> + <table> + <tr> + <th align=left nowrap>Card ID</th> + <td><?lsmb id ?></td> + </tr> + <tr> + <th align=left nowrap>Date</th> + <td><?lsmb transdate ?></td> + </tr> + <tr> + <th align=left nowrap>In</th> + <td><?lsmb checkedin ?></td> + </tr> + <tr> + <th align=left>Out</th> + <td><?lsmb checkedout ?></td> + </tr> + <tr> + <th align=left nowrap>Hours</th> + <td><?lsmb qty ?></td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> + + <tr height=5></tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr valign=bottom> + <td> + <table> + <tr valign=top> + <th align=left>Job/Project #</th> + <td><?lsmb projectnumber ?></td> + </tr> + <tr> + <th align=left>Description</th> + <td><?lsmb projectdescription ?></td> + </tr> + <tr valign=top> + <th align=left>Labor/Service Code</th> + <td><?lsmb partnumber ?></td> + </tr> + <tr> + <th align=left>Description</th> + <td><?lsmb description ?></td> + </tr> + </table> + </td> + <td align=right> + <table> + <tr> + <th align=right>Rate</th> + <td><?lsmb sellprice ?></td> + </tr> + <tr> + <th align=right>Total</th> + <td><?lsmb total ?></td> + </tr> + </table> + </td> + </tr> + </table> + </td> + </tr> + + <?lsmb if notes ?> + <tr height=5></tr> + + <tr> + <td> </td> + + <td> + <?lsmb notes ?> + </td> + </tr> + <?lsmb end notes ?> + +</table> + +</body> +</html> + diff --git a/templates/macronald/timecard.tex b/templates/macronald/timecard.tex new file mode 100644 index 00000000..1c54eb4f --- /dev/null +++ b/templates/macronald/timecard.tex @@ -0,0 +1,52 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + +\centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}} + +\vspace*{0.5cm} + +\begin{tabular}[t]{ll} + \textbf{Employee} & <?lsmb employee ?> \\ + \textbf{ID} & <?lsmb employee_id ?> \\ +\end{tabular} +\hfill +\begin{tabular}[t]{ll} + \textbf{Card ID} & <?lsmb id ?> \\ + \textbf{Date} & <?lsmb transdate ?> \\ + \textbf{In} & <?lsmb checkedin ?> \\ + \textbf{Out} & <?lsmb checkedout ?> \\ + \textbf{Hours} & <?lsmb qty ?> \\ +\end{tabular} + +\vspace{1cm} + +\begin{tabular}[b]{ll} + \textbf{Job/Project \#} & <?lsmb projectnumber ?> \\ + \textbf{Description} & <?lsmb projectdescription ?> \\ + \textbf{Labor/Service Code} & <?lsmb partnumber ?> \\ + \textbf{Description} & <?lsmb description ?> \\ +\end{tabular} +\hfill +\begin{tabular}[b]{lr} + \textbf{Rate} & <?lsmb sellprice ?> \\ + \textbf{Total} & <?lsmb total ?> \\ +\end{tabular} + +\vspace{0.3cm} + +<?lsmb notes ?> + +\end{document} + diff --git a/templates/macronald/work_order.html b/templates/macronald/work_order.html new file mode 100644 index 00000000..b0f359da --- /dev/null +++ b/templates/macronald/work_order.html @@ -0,0 +1,161 @@ + +<body bgcolor=ffffff> + +<table width="100%"> + + <?lsmb include letterhead.html ?> + + <tr> + <td width=10> </td> + + <th colspan=3> + <h4>W O R K O R D E R</h4> + </th> + </tr> + + <tr> + <td> </td> + + <td> + <table width=100% callspacing=0 cellpadding=0> + <tr bgcolor=000000> + <th align=left width="50%"><font color=ffffff>To</th> + <th align=left width="50%"><font color=ffffff>Ship To</th> + </tr> + + <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 contact ?> + <br>Attn: <?lsmb contact ?> + <?lsmb end contact ?> + <?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> + + <td><?lsmb shiptoname ?> + <br><?lsmb shiptoaddress1 ?> + <?lsmb if shiptoaddress2 ?> + <br><?lsmb shiptoaddress2 ?> + <?lsmb end shiptoaddress2 ?> + <br><?lsmb shiptocity ?> + <?lsmb if shiptostate ?> + , <?lsmb shiptostate ?> + <?lsmb end shiptostate ?> + <?lsmb shiptozipcode ?> + <?lsmb if shiptocountry ?> + <br><?lsmb shiptocountry ?> + <?lsmb end shiptocountry ?> + <br> + <?lsmb if shiptocontact ?> + <br><?lsmb shiptocontact ?> + <?lsmb end shiptocontact ?> + <?lsmb if shiptophone ?> + <br>Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> + <?lsmb if shiptofax ?> + <br>Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> + <?lsmb if shiptoemail ?> + <br><?lsmb shiptoemail ?> + <?lsmb end 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 nowrap>Order #</th> + <th width=17% align=left>Order Date</th> + <th width=17% align=left>Required by</th> + <th width=17% align=left nowrap>Salesperson</th> + <th width=17% align=left nowrap>Shipping Point</th> + <th width=15% align=left nowrap>Ship Via</th> + </tr> + + <tr> + <td><?lsmb ordnumber ?></td> + <td><?lsmb orddate ?></td> + <td><?lsmb reqdate ?></td> + <td><?lsmb employee ?></td> + <td><?lsmb shippingpoint ?> </td> + <td><?lsmb shipvia ?> </td> + </tr> + </table> + </td> + </tr> + + <tr> + <td> </td> + + <td> + <table width="100%"> + <tr bgcolor=000000> + <th align=right><font color=ffffff>Item</th> + <th align=left><font color=ffffff>Number</th> + <th align=left><font color=ffffff>Description</th> + <th><font color=ffffff>Qt'y</th> + <th> </th> + <th><font color=ffffff>Bin</th> + <th><font color=ffffff>Serial #</th> + </tr> + + <?lsmb foreach number ?> + <tr valign=top> + <td align=right><?lsmb runningnumber ?>.</td> + <td><?lsmb number ?></td> + <td><?lsmb description ?></td> + <td align=right><?lsmb qty ?></td> + <td><?lsmb unit ?></td> + <td><?lsmb bin ?></td> + <td><?lsmb serialnumber ?></td> + </tr> + <?lsmb end number ?> + + <tr> + <td colspan=7><hr noshade></td> + </tr> + + </table> + </td> + </tr> + + <tr> + <td> </td> + + <?lsmb if notes ?> + <td><?lsmb notes ?></td> + <?lsmb end notes ?> + </tr> +</table> + +</body> +</html> + diff --git a/templates/macronald/work_order.tex b/templates/macronald/work_order.tex new file mode 100644 index 00000000..d3ca6959 --- /dev/null +++ b/templates/macronald/work_order.tex @@ -0,0 +1,141 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<?lsmb include letterhead.tex ?> + + +<?lsmb pagebreak 65 27 48 ?> +\end{tabularx} + +\newpage + +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} + +\begin{tabularx}{\textwidth}{@{}rlXrll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + & \textbf{Serial Number} \\ +<?lsmb end pagebreak ?> + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ +\textbf{To} +\vspace{0.3cm} + +<?lsmb name ?> + +<?lsmb address1 ?> + +<?lsmb address2 ?> + +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> + +<?lsmb country ?> + +\vspace{0.3cm} + +<?lsmb if contact ?> +<?lsmb contact ?> +\vspace{0.2cm} +<?lsmb end contact ?> + +<?lsmb if customerphone ?> +Tel: <?lsmb customerphone ?> +<?lsmb end customerphone ?> + +<?lsmb if customerfax ?> +Fax: <?lsmb customerfax ?> +<?lsmb end customerfax ?> + +<?lsmb email ?> +} +\parbox[t]{.5\textwidth}{ +\textbf{Ship To} +\vspace{0.3cm} + +<?lsmb shiptoname ?> + +<?lsmb shiptoaddress1 ?> + +<?lsmb shiptoaddress2 ?> + +<?lsmb shiptocity ?> +<?lsmb if shiptostate ?> +\hspace{-0.1cm}, <?lsmb shiptostate ?> +<?lsmb end shiptostate ?> +<?lsmb shiptozipcode ?> + +<?lsmb shiptocountry ?> + +\vspace{0.3cm} + +<?lsmb if shiptocontact ?> +<?lsmb shiptocontact ?> +\vspace{0.2cm} +<?lsmb end shiptocontact ?> + +<?lsmb if shiptophone ?> +Tel: <?lsmb shiptophone ?> +<?lsmb end shiptophone ?> + +<?lsmb if shiptofax ?> +Fax: <?lsmb shiptofax ?> +<?lsmb end shiptofax ?> + +<?lsmb shiptoemail ?> +} +\hfill + +\vspace{1cm} + +\textbf{W O R K} \parbox{0.3cm}{\hfill} \textbf{O R D E R} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{Order \#} & \textbf{Order Date} & \textbf{Required by} & \textbf{Salesperson} & \textbf{Shipping Point} & \textbf{Ship Via} \\ [0.5em] + \hline + <?lsmb ordnumber ?> & <?lsmb orddate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXrll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} & + & \textbf{Serial Number} \\ +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & + <?lsmb unit ?> & <?lsmb serialnumber ?> \\ +<?lsmb end number ?> +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} + +\vspace{12pt} + +<?lsmb notes ?> +} + +\vfill + +\end{document} + |