summaryrefslogtreecommitdiff
path: root/templates/French-invoice.tex
blob: 930872f94b1ed13bd77835e49ccb47c740cab45f (plain)
  1. \documentclass[twoside]{scrartcl}
  2. \usepackage[frame]{xy}
  3. \usepackage[frenchb]{babel}
  4. \usepackage[latin1]{inputenc}
  5. \usepackage{tabularx}
  6. \setlength{\voffset}{0.5cm}
  7. \setlength{\hoffset}{-2.0cm}
  8. \setlength{\topmargin}{0cm}
  9. \setlength{\headheight}{0.5cm}
  10. \setlength{\headsep}{1cm}
  11. \setlength{\topskip}{0pt}
  12. \setlength{\oddsidemargin}{1.0cm}
  13. \setlength{\evensidemargin}{1.0cm}
  14. \setlength{\textwidth}{19.2cm}
  15. \setlength{\textheight}{24.5cm}
  16. \setlength{\footskip}{1cm}
  17. \setlength{\parindent}{0pt}
  18. \renewcommand{\baselinestretch}{1}
  19. \begin{document}
  20. \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
  21. \newsavebox{\hdr}
  22. \sbox{\hdr}{
  23.   \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  24. \parbox{\textwidth}{
  25. \parbox[b]{12cm}{
  26. <%company%>
  27. <%address%>}\hfill
  28. \begin{tabular}[b]{rr@{}}
  29. Téléphone & <%tel%>\\
  30. Télécopieur & <%fax%>
  31. \end{tabular}
  32. \rule[1.5ex]{\textwidth}{0.5pt}
  33. }
  34. }
  35. \fontfamily{cmss}\fontshape{n}\selectfont
  36. \markboth{<%company%>\hfill <%invnumber%>}{\usebox{\hdr}}
  37. \pagestyle{myheadings}
  38. %\thispagestyle{empty} use this with letterhead paper
  39. <%pagebreak 65 27 37%>
  40. \end{tabular*}
  41. \rule{\textwidth}{2pt}
  42. \hfill
  43. \begin{tabularx}{7cm}{Xr@{}}
  44. \textbf{Sous-total} & \textbf{<%sumcarriedforward%>} \\
  45. \end{tabularx}
  46. \newpage
  47. \markright{<%company%>\hfill <%invnumber%>}
  48. \vspace*{-12pt}
  49. \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}}
  50. \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
  51. \textbf{Unité} & \textbf{Prix} & \textbf{Remise} & \textbf{Montant} \\
  52. & reporté de la page <%lastpage%> & & & & & <%sumcarriedforward%> \\
  53. <%end pagebreak%>
  54. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  55. \vspace*{2cm}
  56. <%name%>
  57. <%address1%>
  58. <%if address2%>
  59. <%address2%>
  60. <%end address2%>
  61. <%city%> <%state%> <%zipcode%>
  62. <%if country%>
  63. <%country%>
  64. <%end country%>
  65. \vspace{3.5cm}
  66. \textbf{F A C T U R E}
  67. \hfill
  68. \begin{tabular}[t]{l@{\hspace{0.3cm}}l}
  69. \textbf{Date de facturation} & <%invdate%> \\
  70. \textbf{Numéro de facture} & <%invnumber%> \\
  71. \textbf{Numéro de client} & <%customer_id%>
  72. \end{tabular}
  73. \vspace{1cm}
  74. \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}}
  75. \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
  76. \textbf{Unité} & \textbf{Prix} & \textbf{Remise} & \textbf{Montant} \\
  77. <%foreach number%>
  78. <%number%> & <%description%> & <%qty%> &
  79. <%unit%> & <%sellprice%> & <%discount%> & <%linetotal%> \\
  80. <%end number%>
  81. \end{tabular*}
  82. \parbox{\textwidth}{
  83. \rule{\textwidth}{2pt}
  84. \vspace{0.2cm}
  85. \hfill
  86. \begin{tabularx}{7cm}{Xr@{}}
  87. \textbf{Sous-total} & \textbf{<%subtotal%>} \\
  88. <%foreach tax%>
  89. <%taxdescription%> de <%taxbase%> & <%tax%>\\
  90. <%end tax%>
  91. \hline
  92. \textbf{Total} & \textbf{<%total%>}\\
  93. \end{tabularx}
  94. \vspace{0.3cm}
  95. \hfill
  96. Tous les prix indiqués sont en \textbf{<%currency%>}.
  97. \vspace{12pt}
  98. <%if notes%>
  99. <%notes%>
  100. <%end if%>
  101. }
  102. \vfill
  103. \centerline{\textbf{Merci de faire affaire avec nous!}}
  104. \renewcommand{\thefootnote}{\fnsymbol{footnote}}
  105. \footnotetext[1]{\tiny
  106. Le paiement doit être acquitté au plus tard <%terms%> jours à partir de
  107. la date de facturation. Des intérêts seront perçus à raison de 1.5\% par
  108. mois après <%duedate%> jusqu'à ce que le paiement soit complet. Les
  109. éléments retournés seront sujets à un supplément de remmagasinnage de
  110. 10\%. Une autorisation de renvoi doit être obtenue au préalable auprès de
  111. <%company%>. Les frais de transports et d'assurance sur les éléments
  112. retournés devront être couvert par le client de façon appropriée.
  113. <%company%> ne peut être tenue responsable des dommages survenus pendant
  114. le transit.}
  115. \end{document}