mirror of https://github.com/nanoy42/coope
9 changed files with 162 additions and 3 deletions
@ -0,0 +1,100 @@ |
|||||
|
\documentclass[french,11pt]{article} |
||||
|
\usepackage{babel} |
||||
|
\usepackage[T1]{fontenc} |
||||
|
\usepackage[utf8]{inputenc} |
||||
|
\usepackage[a4paper]{geometry} |
||||
|
\usepackage{units} |
||||
|
\usepackage{graphicx} |
||||
|
\usepackage{fancyhdr} |
||||
|
\usepackage{fp} |
||||
|
\usepackage{float} |
||||
|
\usepackage{eurosym} |
||||
|
\def\FactureDate { {{- invoice_date -}} } |
||||
|
\def\FactureNum { {{- invoice_number -}} } |
||||
|
\def\FactureAcquittee {non} |
||||
|
\def\FactureLieu { {{- invoice_place -}} } |
||||
|
\def\FactureObjet { {{- invoice_object -}} } |
||||
|
\def\FactureDescr { |
||||
|
{{- invoice_description -}} |
||||
|
} |
||||
|
|
||||
|
\def\ClientNom{ {{- client_name -}} } |
||||
|
\def\ClientAdresse{ |
||||
|
{{- client_address_first_line -}}\newline |
||||
|
{{ client_address_second_line }} |
||||
|
} |
||||
|
|
||||
|
\geometry{verbose,tmargin=4em,bmargin=8em,lmargin=6em,rmargin=6em} |
||||
|
\setlength{\parindent}{0pt} |
||||
|
\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex} |
||||
|
|
||||
|
\thispagestyle{fancy} |
||||
|
\pagestyle{fancy} |
||||
|
\setlength{\parindent}{0pt} |
||||
|
|
||||
|
\renewcommand{\headrulewidth}{0pt} |
||||
|
\cfoot{ |
||||
|
\small{ |
||||
|
Coopé Technopôle Metz (CTM)\\ |
||||
|
Adresse mail : coopemetz@gmail.com\\} |
||||
|
\tiny{ |
||||
|
Inscrite au registre des associations du tribunal d’instance de Metz |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
|
||||
|
|
||||
|
\begin{document} |
||||
|
|
||||
|
\begin{figure}[H] |
||||
|
\includegraphics[scale=0.3]{ {{- path -}} } |
||||
|
\end{figure} |
||||
|
Coopé Technopôle Metz\\ |
||||
|
4 place Édouard Branly\\ |
||||
|
57070 Metz |
||||
|
|
||||
|
Facture FE\FactureNum |
||||
|
|
||||
|
{\addtolength{\leftskip}{10.5cm} |
||||
|
\textbf{\ClientNom} \\ |
||||
|
\ClientAdresse \\ |
||||
|
|
||||
|
} |
||||
|
|
||||
|
\hspace*{10.5cm} |
||||
|
\FactureLieu, le \FactureDate |
||||
|
|
||||
|
~\\~\\ |
||||
|
|
||||
|
\textbf{Objet : \FactureObjet \\} |
||||
|
|
||||
|
\textnormal{\FactureDescr} |
||||
|
|
||||
|
\vspace{10mm} |
||||
|
|
||||
|
\begin{center} |
||||
|
\begin{tabular}{lrrr} |
||||
|
\textbf{Désignation ~~~~~~} & \textbf{Prix unitaire} & \textbf{Quantité} & \textbf{Montant (EUR)} \\ |
||||
|
\hline |
||||
|
{% for product in products %} |
||||
|
{{- product.0 -}} & {{- product.1 -}} \euro{} & {{- product.2 -}} & {{- product.3 -}} \euro{}\\ |
||||
|
{% endfor %} |
||||
|
\hline |
||||
|
\textbf{Total HT} & & & {{- total -}} \euro{} |
||||
|
\end{tabular} |
||||
|
\end{center} |
||||
|
|
||||
|
\vfill |
||||
|
À régler par chèque, espèces ou par virement bancaire : |
||||
|
\begin{center} |
||||
|
\begin{tabular}{|c c c c|} |
||||
|
\hline \textbf{Code banque} & \textbf{Code guichet}& \textbf{Nº de Compte} & \textbf{Clé RIB} \\ |
||||
|
20041 & 01010 & 1074350Z031 & 48 \\ |
||||
|
\hline \textbf{IBAN Nº} & \multicolumn{3}{|l|}{ FR82 2004 1010 1010 7435 0Z03 148 } \\ |
||||
|
\hline \textbf{BIC} & \multicolumn{3}{|l|}{ PSSTFRPPNCY }\\ |
||||
|
\hline \textbf{Domiciliation} & \multicolumn{3}{|l|}{La Banque Postale - Centre Financier - 54900 Nancy CEDEX 9}\\ |
||||
|
\hline \textbf{Titulaire} & \multicolumn{3}{|l|}{ASSO COOPE TECHNOPOLE METZ}\\ |
||||
|
\hline |
||||
|
\end{tabular} |
||||
|
\end{center} |
||||
|
\end{document} |
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in new issue