From 542c76516135a98fb8ed4b302d7ad7cb7478d637 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 2 Dec 2008 17:04:49 +0100 Subject: Add custom templates. --- templates/spiff-en/ap_transaction.tex | 111 ++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 templates/spiff-en/ap_transaction.tex (limited to 'templates/spiff-en/ap_transaction.tex') diff --git a/templates/spiff-en/ap_transaction.tex b/templates/spiff-en/ap_transaction.tex new file mode 100644 index 00000000..5cd134cc --- /dev/null +++ b/templates/spiff-en/ap_transaction.tex @@ -0,0 +1,111 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=-3cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} +\setlength{\parindent}{0pt} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +<%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}{ +<%name%> + +<%address1%> + +<%address2%> + +<%city%> +<%if state> +\hspace{-0.1cm}, <%state%> +<%end state%> <%zipcode%> + +<%country%> + +\vspace{0.3cm} + +<%if contact%> +<%contact%> +\vspace{0.2cm} +<%end contact%> + +<%if vendorphone%> +Tel: <%vendorphone%> +<%end vendorphone%> + +<%if vendorfax%> +Fax: <%vendorfax%> +<%end vendorfax%> + +<%email%> + +<%if vendortaxnumber%> +Tax Number: <%vendortaxnumber%> +<%end vendortaxnumber%> +} +\hfill +\begin{tabular}[t]{ll} + \textbf{Invoice \#} & <%invnumber%> \\ + \textbf{Date} & <%invdate%> \\ + \textbf{Due} & <%duedate%> \\ + <%if ponumber%> + \textbf{PO \#} & <%ponumber%> \\ + <%end ponumber%> + <%if ordnumber%> + \textbf{Order \#} & <%ordnumber%> \\ + <%end ordnumber%> + \textbf{Employee} & <%employee%> \\ +\end{tabular} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}[t]{@{}llrX@{\hspace{1cm}}l@{}} +<%foreach amount%> + <%accno%> & <%account%> & <%amount%> & <%description%> & <%projectnumber%> \\ +<%end amount%> + + \multicolumn{2}{r}{\textbf{Subtotal}} & <%subtotal%> & \\ +<%foreach tax%> + \multicolumn{2}{r}{\textbf{<%taxdescription%> @ <%taxrate%> \%}} & <%tax%> & \\ +<%end tax%> + + \multicolumn{2}{r}{\textbf{Total}} & <%invtotal%> & \\ + +\end{tabularx} + +\vspace{0.3cm} + +<%text_amount%> ***** <%decimal%>/100 <%currency%> + +<%if notes%> +\vspace{0.3cm} +<%notes%> +<%end notes%> + +\vspace{0.3cm} + +<%if paid_1%> +\begin{tabular}{@{}llllr@{}} + \multicolumn{5}{c}{\textbf{Payments}} \\ + \hline + \textbf{Date} & & \textbf{Source} & \textbf{Memo} & \textbf{Amount} \\ +<%end paid_1%> +<%foreach payment%> + <%paymentdate%> & <%paymentaccount%> & <%paymentsource%> & <%paymentmemo%> & <%payment%> \\ +<%end payment%> +<%if paid_1%> +\end{tabular} +<%end paid_1%> + +\end{document} + -- cgit v1.2.3