summaryrefslogtreecommitdiff
path: root/templates/demo/check_base.tex
blob: a93b87c79bcfa52b5ca1c72df31cc4c19d91243c (plain)
  1. \usepackage{textpos}
  2. \setlength{\TPHorizModule}{1in}
  3. \setlength{\TPVertModule}{1in}
  4. <?lsmb BLOCK check_single ?>
  5. %\parbox[t]{12cm}{
  6. % <?lsmb company ?>
  7. %
  8. % <?lsmb address ?>}
  9. %\hfill
  10. %\parbox[t]{6cm}{\hfill <?lsmb source ?>}
  11. %
  12. %\vspace*{0.6cm}
  13. \begin{textblock}{2}(6.75, 0.75)
  14. <?lsmb datepaid ?>
  15. \end{textblock}
  16. \begin{textblock}{5.5}(0.75, 1.12)
  17. <?lsmb legal_name ?>
  18. \end{textblock}
  19. %\hfill <?lsmb datepaid ?> \makebox[2cm]{\hfill} <?lsmb amount ?>
  20. \begin{textblock}{2}(6.6, 1.15)
  21. <?lsmb format_amount({amount = amount, format = '1,000.00'}) ?>
  22. \end{textblock}
  23. \begin{textblock}{7.25}(0, 1.5)
  24. <?lsmb text_amount ?> \dotfill <?lsmb decimal ?>/100 \makebox[0.5cm]{\hfill}
  25. \end{textblock}
  26. \vspace{0.5cm}
  27. %
  28. % different date format for datepaid
  29. % <?lsmb DD ?><?lsmb MM ?><?lsmb YYYY ?>
  30. %
  31. %\vspace{0.5cm}
  32. %
  33. %<?lsmb legal_name ?>
  34. %
  35. %<?lsmb street1 ?>
  36. %
  37. %<?lsmb street2 ?>
  38. %
  39. %<?lsmb city ?>
  40. %<?lsmb IF state ?>
  41. %\hspace{-0.1cm}, <?lsmb state ?>
  42. %<?lsmb END # state ?>
  43. %
  44. %<?lsmb mail_code ?>
  45. %
  46. %<?lsmb country ?>
  47. %
  48. %\vspace{1.8cm}
  49. %
  50. %<?lsmb memo ?>
  51. %
  52. %\vspace{0.8cm}
  53. %
  54. %<?lsmb company ?>
  55. %
  56. \begin{textblock}{7}(0, 3.75)
  57. \vspace{0.5cm}
  58. \noindent Master Code: <?lsmb control_code ?> \\
  59. Date: <?lsmb datepaid ?>\\
  60. Description: <?lsmb batch_description ?>\\
  61. Total Amount: <?lsmb amount ?>\\
  62. \end{textblock}
  63. \begin{textblock}{7}(0, 6.75)
  64. \vspace{0.5cm}
  65. \noindent Master Code: <?lsmb control_code ?> \\
  66. Date: <?lsmb datepaid ?>\\
  67. Description: <?lsmb batch_description ?>\\
  68. Total Amount: <?lsmb amount ?>\\
  69. \end{textblock}
  70. \vfill
  71. <?lsmb END # BLOCK ?>