import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Italian-check.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage[frame]{xy}
3 \usepackage{tabularx}
4 \usepackage[latin1]{inputenc}
5 \setlength{\voffset}{0.4cm}
6 \setlength{\hoffset}{-2.0cm}
7 \setlength{\topmargin}{0cm}
8 \setlength{\headheight}{0.0cm}
9 \setlength{\headsep}{1cm}
10 \setlength{\topskip}{0pt}
11 \setlength{\oddsidemargin}{1.0cm}
12 \setlength{\evensidemargin}{1.0cm}
13 \setlength{\textwidth}{19.2cm}
14 \setlength{\textheight}{24.5cm}
15 \setlength{\footskip}{1cm}
16 \setlength{\parindent}{0pt}
17 \renewcommand{\baselinestretch}{1}
18 \begin{document}
19
20
21 \fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont
22
23 \parbox[t]{12cm}{
24   <%company%>
25
26   <%address%>}
27 \hfill
28 \parbox[t]{6cm}{\hfill <%source%>}
29
30 \vspace*{0.6cm}
31
32 <%text_amount%> \dotfill <%decimal%>/100 \makebox[0.5cm]{\hfill}
33
34 \vspace{0.5cm}
35
36 \hfill <%datepaid%> \makebox[2cm]{\hfill} <%amount%>
37
38 \vspace{0.5cm}
39
40 <%name%>
41
42 <%address1%>
43
44 <%if address2%>
45 <%address2%>
46 <%end address2%>
47
48 <%city%> <%state%> <%zipcode%>
49
50 <%if country%>
51 <%country%>
52 <%end country%>
53
54 \vspace{1.8cm}
55
56 <%notes%>
57
58 \vspace{0.8cm}
59
60 <%company%>
61
62 \vspace{0.5cm}
63
64 <%name%> \hfill <%datepaid%> \hfill <%source%>
65
66 \vspace{0.5cm}
67 \begin{tabularx}{\textwidth}{lXrr@{}}
68 \textbf{Fattura Numero} & \textbf{Data Fattura}
69   & \textbf{Dovuto} & \textbf{Applicato} \\
70 <%foreach invnumber%>
71 <%invnumber%> & <%invdate%> \dotfill
72   & <%due%> & <%paid%> \\
73 <%end invnumber%>
74 \end{tabularx}
75
76 \vfill
77
78 \end{document}
79
80
81