[BACK]Return to invoice.tex.tt CVS log [TXT][DIR] Up to [local] / RT / Invoicing

Diff for /RT/Invoicing/invoice.tex.tt between version 1.11 and 1.13

version 1.11, 2011/03/22 05:48:19 version 1.13, 2011/04/08 18:10:28
Line 1 
Line 1 
 [% USE Latex -%]  [% USE Latex -%]
 [% FILTER latex("pdf") -%]  [% FILTER latex("pdf") -%]
 % $AFresh1: invoice.tex.tt,v 1.10 2011/03/22 03:21:30 andrew Exp $  % $AFresh1: invoice.tex.tt,v 1.12 2011/03/22 05:27:12 andrew Exp $
 \documentclass[oneside]{report}  \documentclass[oneside]{report}
   \usepackage{graphicx}
 \usepackage[top=1in, bottom=1in, left=.75in, right=.75in]{geometry}  \usepackage[top=1in, bottom=1in, left=.75in, right=.75in]{geometry}
 \usepackage{multicol}  \usepackage{multicol}
 \usepackage{fancyhdr}  \usepackage{fancyhdr}
Line 9 
Line 10 
   
 \pagestyle{fancy}  \pagestyle{fancy}
   
 \lhead{[% from.name | latex_encode %]}  \lhead{[% organization | latex_encode %]}
 \chead{Invoice \#\textbf{[% id | format('%06d') | latex_encode %]}}  \chead{Invoice \#\textbf{[% id | format('%06d') | latex_encode %]}}
 \rhead{Page {\thepage}}  \rhead{Page {\thepage}}
   
Line 29 
Line 30 
   
 \begin{flushright}  \begin{flushright}
   
 \begin{tabular}{ | p{3in} | }  \includegraphics{[% logo %]}
 \hline  
 LOGO \\  
 \hline  
 \end{tabular}  
   
 \hfill  \hfill
 \vfill  \vfill

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>