diff options
author | jeff <jeff> | 2008-06-02 11:16:09 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-02 11:16:09 +0000 |
commit | 1d2c5120add6c4c63723c7ef896b5d0b8fe962df (patch) | |
tree | 89378cd5e24e89b8599990f2e7ca5019abe1bc54 /conf/invoice_latexcoupon | |
parent | 773dc8ba7af4d895e0347ebfa59a340f268fd10b (diff) |
typeset tear-off remittance coupon
Diffstat (limited to 'conf/invoice_latexcoupon')
-rw-r--r-- | conf/invoice_latexcoupon | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/invoice_latexcoupon b/conf/invoice_latexcoupon new file mode 100644 index 000000000..8cbdb5239 --- /dev/null +++ b/conf/invoice_latexcoupon @@ -0,0 +1,33 @@ +Detach and return this remittance form with your your payment.\\
+\begin{tabular}{ll}
+\returninset
+\begin{tabular}{ll}
+ \makebox{ \includegraphics{[@-- $logo_file --@]}} &
+ \begin{minipage}[b]{5.5cm}
+[@-- $returnaddress --@]
+ \end{minipage}
+\end{tabular}&
+\begin{tabular}{r@{: }lr}
+Invoice date & \textbf{[@-- $date --@]} & \multirow{4}*{
+\makebox{
+\begin{minipage}[t]{5.0cm}
+\textbf{[@-- $payname --@]}\\
+\addressline{[@-- $company --@]}
+\addressline{[@-- $address1 --@]}
+\addressline{[@-- $address2 --@]}
+\addressline{[@-- $city --@], [@-- $state --@]~~[@-- $zip --@]}
+\addressline{[@-- $country --@]}
+\end{minipage}}}\\
+Customer\#& \textbf{[@-- $custnum --@]} & \\
+Total Due & \textbf{[@-- $balance --@]} & \\
+\rule{0pt}{2.25em}Amount Enclosed & \rule{2cm}{1pt}& \\
+\end{tabular}\\
+\rule{0pt}{1cm} &\\
+\begin{tabular}{ll}
+\addressinset \rule{0.5cm}{0cm} &
+\makebox{
+\begin{minipage}[t]{5.0cm}
+[@-- $returnaddress --@]
+\end{minipage}}
+\end{tabular}\\
+\end{tabular}\\
|