From 3673c917e5634db7838b93ac308419ca89b9d709 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 2 Dec 2008 17:04:49 +0100 Subject: Add custom templates. --- templates/macronald/ar_transaction.tex | 118 +++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 templates/macronald/ar_transaction.tex (limited to 'templates/macronald/ar_transaction.tex') 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 + + + +\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}{ + + + + + + + + +\hspace{-0.1cm}, + + + + + +\vspace{0.3cm} + + + +\vspace{0.2cm} + + + +Tel: + + + +Fax: + + + + + +Tax Number: + +} +\hfill +\begin{tabular}[t]{ll} + \textbf{Invoice \#} & \\ + \textbf{Date} & \\ + \textbf{Due} & \\ + + \textbf{PO \#} & \\ + + + \textbf{Order \#} & \\ + + \textbf{Employee} & \\ +\end{tabular} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}[t]{@{}llrX@{\hspace{1cm}}l@{}} + + & & & & \\ + + + \multicolumn{2}{r}{\textbf{Subtotal}} & & \\ + + \multicolumn{2}{r}{\textbf{ @ \%}} & & \\ + + + \multicolumn{2}{r}{\textbf{Total}} & & \\ + +\end{tabularx} + +\vspace{0.3cm} + + ***** /100 + + +\vspace{0.3cm} + + + +\vspace{0.3cm} + + +\begin{tabular}{@{}lllr@{}} + \multicolumn{5}{c}{\textbf{Payments}} \\ + \hline + \textbf{Date} & & \textbf{Source} & \textbf{Amount} \\ + + + & & & \\ + + +\end{tabular} + + +\vspace{0.5cm} + + +\textbf{\scriptsize Registration } \\ + + +\end{document} + -- cgit v1.2.3