allow payment modification so we can import order_number info
[freeside.git] / sql-ledger / templates / Service-purchase_order.tex
1 \documentclass[twoside]{scrartcl}
2 \usepackage[frame]{xy}
3 \usepackage{tabularx}
4 \usepackage[latin1]{inputenc}
5 \setlength{\voffset}{0.5cm}
6 \setlength{\hoffset}{-2.0cm}
7 \setlength{\topmargin}{0cm}
8 \setlength{\headheight}{0.5cm}
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 \newlength{\descrwidth}\setlength{\descrwidth}{10cm}
21
22 \newsavebox{\hdr}
23 \sbox{\hdr}{
24   \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
25
26   \parbox{\textwidth}{
27     \parbox[b]{12cm}{
28       <%company%>
29       
30       <%address%>}\hfill
31     \begin{tabular}[b]{rr@{}}
32     Telephone & <%tel%>\\
33     Facsimile & <%fax%>
34     \end{tabular}
35
36     \rule[1.5ex]{\textwidth}{0.5pt}
37   }
38 }
39     
40 \fontfamily{cmss}\fontshape{n}\selectfont
41
42 \markboth{<%company%>\hfill <%ordnumber%>}{\usebox{\hdr}}
43
44 \pagestyle{myheadings}
45 %\thispagestyle{empty}     use this with letterhead paper
46
47 <%pagebreak 90 27 48%>
48 \end{tabular*}
49
50   \rule{\textwidth}{2pt}
51   
52   \hfill
53   \begin{tabularx}{7cm}{Xr@{}}
54   \textbf{Subtotal} & \textbf{<%sumcarriedforward%>} \\
55   \end{tabularx}
56
57 \newpage
58
59 \markright{<%company%>\hfill <%ordnumber%>}
60
61 \vspace*{-12pt}
62
63 \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrr@{}}
64   \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
65     \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\
66   & carried forward from <%lastpage%> & & & & <%sumcarriedforward%> \\
67 <%end pagebreak%>
68
69
70 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
71
72 \vspace*{2cm}
73
74 <%name%>
75
76 <%addr1%>
77
78 <%addr2%>
79
80 <%addr3%>
81
82 <%addr4%>
83
84 \vspace{3.5cm}
85
86 \textbf{P U R C H A S E} \parbox{0.3cm}{\hfill} \textbf{O R D E R}
87 \hfill
88 \begin{tabular}[t]{l@{\hspace{0.3cm}}l}
89   \textbf{Date} & <%orddate%> \\
90 <%if reqdate%>
91   \textbf{Required by} & <%reqdate%> \\
92 <%end reqdate%>
93   \textbf{Number} & <%ordnumber%>
94 \end{tabular}
95
96 \vspace{1cm}
97
98 \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrr@{}}
99   \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
100     \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\
101 <%foreach number%>
102   <%number%> & <%description%> & <%qty%> &
103     <%unit%> & <%sellprice%> & <%linetotal%> \\
104 <%end number%>
105 \end{tabular*}
106
107
108 \parbox{\textwidth}{
109 \rule{\textwidth}{2pt}
110
111 \vspace{0.2cm}
112
113 \hfill
114 \begin{tabularx}{7cm}{Xr@{}}
115   \textbf{Subtotal} & \textbf{<%subtotal%>} \\
116 <%foreach tax%>
117   <%taxdescription%> on <%taxbase%> & <%tax%>\\
118 <%end tax%>
119   \hline
120   \textbf{Total} & \textbf{<%ordtotal%>}\\
121 \end{tabularx}
122
123 \vspace{0.3cm}
124
125 \hfill
126   All prices in \textbf{<%currency%>} funds.
127
128 \vspace{12pt}
129
130 <%if notes%>
131   <%notes%>
132 <%end if%>
133
134 }
135
136
137 %\renewcommand{\thefootnote}{\fnsymbol{footnote}}
138
139 %\footnotetext[1]{\tiny }
140
141 \end{document}
142
143