summaryrefslogtreecommitdiff
path: root/templates/French-packing_list.tex
blob: 26e1c24985b422604fe2fcdd7946da256b4be191 (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. \newpage
  42. \markright{<%company%>\hfill <%invnumber%>}
  43. \vspace*{-12pt}
  44. \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
  45. \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
  46. \textbf{Unité} & \textbf{Bin} \\
  47. <%end pagebreak%>
  48. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  49. \vspace*{2cm}
  50. <%shiptoname%>
  51. <%shiptoaddr1%>
  52. <%shiptoaddr2%>
  53. <%shiptoaddr3%>
  54. <%shiptoaddr4%>
  55. \vspace{3.5cm}
  56. \textbf{L I S T E} \parbox{0.3cm}{\hfill} \textbf{D E}
  57. \parbox{0.3cm}{\hfill} \textbf{P A Q U E T A G E}
  58. \hfill
  59. \begin{tabular}[t]{l@{\hspace{0.3cm}}l}
  60. \textbf{Date de facture} & <%invdate%> \\
  61. \textbf{Numéro de facture} & <%invnumber%> \\
  62. \textbf{Numéro de client} & <%customer_id%>
  63. \end{tabular}
  64. \vspace{1cm}
  65. \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rll@{}}
  66. \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
  67. \textbf{Unité} & \textbf{Bin} \\
  68. <%foreach number%>
  69. <%number%> & <%description%> & <%qty%> &
  70. <%unit%> & <%bin%> \\
  71. <%end number%>
  72. \end{tabular*}
  73. \parbox{\textwidth}{
  74. \rule{\textwidth}{2pt}
  75. \vspace{12pt}
  76. <%if notes%>
  77. <%notes%>
  78. <%end if%>
  79. }
  80. \vfill
  81. \centerline{\textbf{Merci de faire affaire avec nous!}}
  82. \renewcommand{\thefootnote}{\fnsymbol{footnote}}
  83. \footnotetext[1]{\tiny
  84. Les éléments retournés seront sujets à un supplément de remmagasinnage de
  85. 10\%. Une autorisation de renvoi doit être obtenue au préalable auprès de
  86. <%company%>. Les frais de transports et d'assurance sur les éléments
  87. retournés devront être couvert par le client de façon appropriée.
  88. <%company%> ne peut être tenue responsable des dommages survenus pendant
  89. le transit.}
  90. \end{document}