2016-07-08 01:27:02 +00:00
{ % load i18n %}
{ % language 'fr' %}
2016-07-09 15:16:44 +00:00
2016-07-08 01:27:02 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Invoice Template
% LaTeX Template
% Version 1.0 (3/11/12)
2016-07-09 15:16:44 +00:00
%% This template has been downloaded from:
2016-07-08 01:27:02 +00:00
% http://www.LaTeXTemplates.com
%
% Original author:
% Trey Hunner (http://www.treyhunner.com/)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
2016-07-09 15:16:44 +00:00
% This template requires the invoice.cls file to be in the same directory as
2016-07-08 01:27:02 +00:00
% the .tex file. The invoice.cls file provides the style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
2016-07-09 15:16:44 +00:00
% DOCUMENT CONFIGURATION
2016-07-08 01:27:02 +00:00
%----------------------------------------------------------------------------------------
\documentclass [12pt] { article} % Use the custom invoice class (invoice.cls)
\usepackage [utf8] { inputenc}
\usepackage [letterpaper,hmargin=0.79in,vmargin=0.79in] { geometry}
\usepackage { longtable}
\usepackage { graphicx}
2016-07-09 21:26:17 +00:00
\usepackage { tabularx}
2016-07-13 23:54:06 +00:00
\usepackage { eurosym}
2016-07-08 01:27:02 +00:00
\pagestyle { empty} % No page numbers
\linespread { 1.5} % Line spacing
\setlength { \doublerulesep } { \arrayrulewidth } % Double rules look like one thick one
\def \tab { \hspace * { 3ex} } % Define \tab to create some horizontal white space
2016-07-09 21:26:17 +00:00
\setlength { \parindent } { 0cm}
2016-07-08 01:27:02 +00:00
\begin { document}
%\newcommand{\product}[5][0][0][0][0][0]{
%\setlength{ptotal}{#3*\real{#4}}
%\addtolength{total}{#3*\real{#4}}
%----------------------------------------------------------------------------------------
% HEADING SECTION
%----------------------------------------------------------------------------------------
2016-12-04 16:07:06 +00:00
%\includegraphics[width=3.5cm]{% templatetag openbrace %}{{ tpl_path }}}
2017-09-01 15:09:09 +00:00
\tab \tab \tab \tab \tab { \Huge \bf { { asso_ name|safe} } } \hfil % Company providing the invoice
2016-07-08 01:27:02 +00:00
\bigskip \break % Whitespace
2016-07-09 21:26:17 +00:00
\hrule % Horizontal line \\
\vspace { 0.5cm}
2017-09-01 15:09:09 +00:00
{ \bf Adresse :} \tab \parbox [t] { 0.5\textwidth } { { { line1|safe} } \\ { { line2|safe} } } \hfill \parbox [t] { 0.3\textwidth } { { \bf Téléphone :} { { phone} } \\ { \bf Mail :} { { email|safe} } } \\ % Your address and contact information
\\
{ \bf Siret :} \tab { { siret} }
\\ \\ \\
\\
\parbox [t] { 0.5\textwidth } { { \bf Pour :} { { dest.name|safe} } { { dest.surname|safe} } \\ { \bf Adresse :} \tab { % if dest.room == None %} Aucune adresse renseignée {% else %}{{dest.room}}{% endif %} } \hfill \parbox [t] {0.3\textwidth}{ {\bf Date :} {{DATE}} }
2016-07-08 01:27:02 +00:00
\\ \\
2016-10-29 17:05:47 +00:00
{ \bf Facture \no :} \tab { { fid } } \\ \\
2016-07-08 01:27:02 +00:00
%----------------------------------------------------------------------------------------
% TABLE OF EXPENSES
%----------------------------------------------------------------------------------------
2016-07-09 21:26:17 +00:00
\begin { tabularx} { \textwidth } { |X|r|r|r|}
2016-07-08 01:27:02 +00:00
\hline
2016-07-13 23:54:06 +00:00
\textbf { Désignation} & \textbf { Prix Unit.} \euro & \textbf { Quantité} & \textbf { Prix total} \euro \\
2016-07-08 01:27:02 +00:00
\hline
2016-07-09 21:26:17 +00:00
{ % for a in article %}
\hline
2016-07-13 23:54:06 +00:00
{ { a.0.name} } & { { a.0.prix} } \euro & { { a.1} } & { { a.2} } \euro \\
2016-07-09 21:26:17 +00:00
\hline
2016-07-08 01:27:02 +00:00
{ % endfor %}
\hline
\end { tabularx}
2016-07-09 21:26:17 +00:00
\vspace { 1cm}
2016-07-08 01:27:02 +00:00
\hfill
\begin { tabular} { |l|r|}
\hline
2016-07-13 23:54:06 +00:00
\textbf { Total} & { { total|floatformat:2} } \euro \\
\textbf { Votre règlement} & { % if paid %}{{total|floatformat:2}}{% else %} 00,00 {% endif %} \euro \\
2016-07-08 01:27:02 +00:00
\hline
2016-07-13 23:54:06 +00:00
\textbf { À PAYER} & { % if not paid %}{{total|floatformat:2}}{% else %} 00,00 {% endif %} \euro\\
2016-07-08 01:27:02 +00:00
\hline
\hline
\end { tabular}
\vspace { 1.5cm} % Whitespace
\hrule % Horizontal line
2016-07-11 22:05:07 +00:00
\vspace { 0.25cm}
2016-07-08 01:27:02 +00:00
\footnotesize { TVA non applicable, art. 293 B du CGI}
{ % endlanguage %}
%----------------------------------------------------------------------------------------
\end { document}