File: Spanish_Letter-reminder1.tex

package info (click to toggle)
sql-ledger 3.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,960 kB
  • ctags: 4,189
  • sloc: perl: 64,607; sql: 27,735; sh: 34; makefile: 21
file content (68 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download | duplicates (92)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<%include preamble.tex%>

\begin{document}

\pagestyle{myheadings}
\thispagestyle{empty}

\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont

\vspace*{-1.3cm}

<%include letterhead.tex%>

  
\vspace*{0.5cm}

\parbox[t]{.5\textwidth}{
<%name%>

<%address1%>

<%address2%>

<%city%>
<%if state%>
\hspace{-1mm}, <%state%>
<%end state%>
<%zipcode%>

<%country%>
}
\parbox[t]{.5\textwidth}{
<%if customerphone%>
Tel: <%customerphone%>
<%end customerphone%>

<%if customerfax%>
Fax: <%customerfax%>
<%end customerfax%>

<%email%>
}
\hfill

\vspace{1cm}

\textbf{1. R E M I N D E R} \hfill \textbf{<%statementdate%>}

\vspace{2cm}

\begin{tabular}{|llccr|}
  \hline
  \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Invoice Date} & \textbf{Due Date} & \textbf{Amount}\\
  \hline
  <%invnumber%> & <%ordnumber%> & <%invdate%> & <%duedate%> & <%due%> \\
  \hline
\end{tabular}

\vspace{0.5cm}

Our records indicate that payment for invoice \# <%invnumber%> is past due. If the amount has already been paid, please disregard this notice. If you have not yet arranged for payment why not take this reminder to do so at this time.

\vspace{0.5cm}
Thank you in advance for your anticipated cooperation in this matter.

\end{document}