File: Default-reminder3.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 (67 lines) | stat: -rw-r--r-- 1,249 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
<%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{3. 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.
This is our final notice.
If the above amount is not received within thirty (30) days collection of funds will be handed over to a collection agency.

\end{document}