summaryrefslogtreecommitdiff
path: root/templates/Estonian_UTF8-work_order.tex
blob: d3ca69598e119352dfbc8969b902ef0406a43594 (plain)
  1. \documentclass{scrartcl}
  2. \usepackage[latin1]{inputenc}
  3. \usepackage{tabularx}
  4. \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry}
  5. \usepackage{graphicx}
  6. \begin{document}
  7. \pagestyle{myheadings}
  8. \thispagestyle{empty}
  9. \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
  10. <?lsmb include letterhead.tex ?>
  11. <?lsmb pagebreak 65 27 48 ?>
  12. \end{tabularx}
  13. \newpage
  14. \markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}
  15. \begin{tabularx}{\textwidth}{@{}rlXrll@{}}
  16. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
  17. & \textbf{Serial Number} \\
  18. <?lsmb end pagebreak ?>
  19. \vspace*{0.5cm}
  20. \parbox[t]{.5\textwidth}{
  21. \textbf{To}
  22. \vspace{0.3cm}
  23. <?lsmb name ?>
  24. <?lsmb address1 ?>
  25. <?lsmb address2 ?>
  26. <?lsmb city ?>
  27. <?lsmb if state ?>
  28. \hspace{-0.1cm}, <?lsmb state ?>
  29. <?lsmb end state ?>
  30. <?lsmb zipcode ?>
  31. <?lsmb country ?>
  32. \vspace{0.3cm}
  33. <?lsmb if contact ?>
  34. <?lsmb contact ?>
  35. \vspace{0.2cm}
  36. <?lsmb end contact ?>
  37. <?lsmb if customerphone ?>
  38. Tel: <?lsmb customerphone ?>
  39. <?lsmb end customerphone ?>
  40. <?lsmb if customerfax ?>
  41. Fax: <?lsmb customerfax ?>
  42. <?lsmb end customerfax ?>
  43. <?lsmb email ?>
  44. }
  45. \parbox[t]{.5\textwidth}{
  46. \textbf{Ship To}
  47. \vspace{0.3cm}
  48. <?lsmb shiptoname ?>
  49. <?lsmb shiptoaddress1 ?>
  50. <?lsmb shiptoaddress2 ?>
  51. <?lsmb shiptocity ?>
  52. <?lsmb if shiptostate ?>
  53. \hspace{-0.1cm}, <?lsmb shiptostate ?>
  54. <?lsmb end shiptostate ?>
  55. <?lsmb shiptozipcode ?>
  56. <?lsmb shiptocountry ?>
  57. \vspace{0.3cm}
  58. <?lsmb if shiptocontact ?>
  59. <?lsmb shiptocontact ?>
  60. \vspace{0.2cm}
  61. <?lsmb end shiptocontact ?>
  62. <?lsmb if shiptophone ?>
  63. Tel: <?lsmb shiptophone ?>
  64. <?lsmb end shiptophone ?>
  65. <?lsmb if shiptofax ?>
  66. Fax: <?lsmb shiptofax ?>
  67. <?lsmb end shiptofax ?>
  68. <?lsmb shiptoemail ?>
  69. }
  70. \hfill
  71. \vspace{1cm}
  72. \textbf{W O R K} \parbox{0.3cm}{\hfill} \textbf{O R D E R}
  73. \hfill
  74. \vspace{1cm}
  75. \begin{tabularx}{\textwidth}{*{6}{|X}|} \hline
  76. \textbf{Order \#} & \textbf{Order Date} & \textbf{Required by} & \textbf{Salesperson} & \textbf{Shipping Point} & \textbf{Ship Via} \\ [0.5em]
  77. \hline
  78. <?lsmb ordnumber ?> & <?lsmb orddate ?> & <?lsmb reqdate ?> & <?lsmb employee ?> & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\
  79. \hline
  80. \end{tabularx}
  81. \vspace{1cm}
  82. \begin{tabularx}{\textwidth}{@{}rlXrll@{}}
  83. \textbf{Item} & \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
  84. & \textbf{Serial Number} \\
  85. <?lsmb foreach number ?>
  86. <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> &
  87. <?lsmb unit ?> & <?lsmb serialnumber ?> \\
  88. <?lsmb end number ?>
  89. \end{tabularx}
  90. \parbox{\textwidth}{
  91. \rule{\textwidth}{2pt}
  92. \vspace{12pt}
  93. <?lsmb notes ?>
  94. }
  95. \vfill
  96. \end{document}