~ubuntu-branches/debian/sid/sql-ledger/sid

« back to all changes in this revision

Viewing changes to templates/Spanish_Letter-reminder2.tex

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2009-04-21 08:47:47 UTC
  • mfrom: (1.2.5 upstream) (5.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090421084747-hmi7q97jq07dvix2
Tags: 2.8.24-1
* New upstream release:
  - added reminders; keep track of level
  - added customernumber variable for generating document control numbers
  - additional option to calculate check digits according to modulo 10
    and 11
* Add UTF-8 variants of most translations (auto-converted from the existing
  ones).
* Add recode to Build-Depends since debian/create_utf8_locales.sh need it.
* Updated Standards-Version to 3.8.1 (no change required).
* Add patch debian/patches/50fixes-perl-5.10 to fix some errors triggered
  only with perl 5.10. Closes: #503832

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<%include preamble.tex%>
 
2
 
 
3
\begin{document}
 
4
 
 
5
\pagestyle{myheadings}
 
6
\thispagestyle{empty}
 
7
 
 
8
\newlength{\descrwidth}\setlength{\descrwidth}{10cm}
 
9
\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
 
10
 
 
11
\vspace*{-1.3cm}
 
12
 
 
13
<%include letterhead.tex%>
 
14
 
 
15
  
 
16
\vspace*{0.5cm}
 
17
 
 
18
\parbox[t]{.5\textwidth}{
 
19
<%name%>
 
20
 
 
21
<%address1%>
 
22
 
 
23
<%address2%>
 
24
 
 
25
<%city%>
 
26
<%if state%>
 
27
\hspace{-1mm}, <%state%>
 
28
<%end state%>
 
29
<%zipcode%>
 
30
 
 
31
<%country%>
 
32
}
 
33
\parbox[t]{.5\textwidth}{
 
34
<%if customerphone%>
 
35
Tel: <%customerphone%>
 
36
<%end customerphone%>
 
37
 
 
38
<%if customerfax%>
 
39
Fax: <%customerfax%>
 
40
<%end customerfax%>
 
41
 
 
42
<%email%>
 
43
}
 
44
\hfill
 
45
 
 
46
\vspace{1cm}
 
47
 
 
48
\textbf{2. R E M I N D E R} \hfill \textbf{<%statementdate%>}
 
49
 
 
50
\vspace{2cm}
 
51
 
 
52
\begin{tabular}{|llccr|}
 
53
  \hline
 
54
  \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Invoice Date} & \textbf{Due Date} & \textbf{Amount}\\
 
55
  \hline
 
56
  <%invnumber%> & <%ordnumber%> & <%invdate%> & <%duedate%> & <%due%> \\
 
57
  \hline
 
58
\end{tabular}
 
59
 
 
60
\vspace{0.5cm}
 
61
 
 
62
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.
 
63
 
 
64
\vspace{0.5cm}
 
65
Thank you in advance for your anticipated cooperation in this matter.
 
66
 
 
67
\end{document}
 
68