%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Example: Invoice Template
%
% Source: http://paulasmuth.com/blog/latex_invoice/
%
% Feel free to distribute this example, but please keep the
% referral above.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Welcome to writeLaTeX --- just edit your LaTeX on the left,
% and we'll compile it for you on the right. If you give
% someone the link to this page, they can edit at the same
% time. See the help menu above for more info. Enjoy!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{letter}
\usepackage{invoice}
\address{My Name \\ My Street \\ My Zip\\ my@mail.com \\ etc}
\signature{Fnord Prefake}
\date{23. May 2009}
\begin{document}
\begin{letter}{Customer name \\ Customer street \\ Customer ZIP}
\opening{Invoice no. 1}
My greeting
\begin{invoice}{Euro}{0}
\ProjectTitle{Example Project}%
\Fee{Development} {1000.00} {1}
\end{invoice}
\closing{My closing}
\end{letter}
\end{document}