import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Italian-purchase_order.html
1
2 <body bgcolor=ffffff>
3
4 <table width=100%>
5 <tr valign=bottom>
6   <td width=10>&nbsp;</td>
7   <td>
8   
9   <table width=100%>
10   <tr>
11     <td>
12       <h4>
13       <%company%>
14       <br><%address%>
15       </h4>
16     </td>
17
18     <td align=right>
19       <h4>
20       Telefono: <%tel%>
21       <br>Fax: <%fax%>
22       </h4>
23     </td>
24   </tr>
25
26   <tr>
27     <th colspan=3>
28       <h4>ORDINE DI ACQUISTO</h4>
29     </th>
30   </tr>
31
32   </table>
33
34
35   <table width=100% callspacing=0 cellpadding=0>
36     
37   <tr>
38     <td align=right>
39     <table>
40     <tr>
41       <th align=right>Data ordine</th><td width=10>&nbsp;</td><td><%orddate%></td>
42     </tr>
43   
44     <tr>
45       <th align=right>Consegna</th><td width=10>&nbsp;</td><td><%reqdate%></td>
46     </tr>
47
48     <tr>
49       <th align=right>Ordine numero</th><td>&nbsp;</td><td><%ordnumber%></td></tr>
50     </tr>
51   
52     <tr>
53       <td>&nbsp;</td>
54     </tr>
55     </td>
56     </table>
57   </tr>
58
59   <tr>
60     <td>
61     <table width=100%>
62     <tr bgcolor=000000>
63       <th align=left width=50%><font color=ffffff>Ordinare a:</th>
64       <th align=left width=50%><font color=ffffff>Recapito:</th>
65     </tr>
66
67     <tr valign=top>
68       <td><%name%>
69       <br><%address1%>
70       <%if address2%>
71 <br><%address2%>
72 <%end address2%>
73       <br><%city%> <%state%> <%zipcode%>
74       <%if country%>
75 <%country%>
76 <%end country%>
77
78 <br>
79 <%if contact%>
80 <br>All'attenzione di: <%contact%>
81 <%end contact%>
82 <%if vendorphone%>
83 <br>Telefono: <%vendorphone%>
84 <%end vendorphone%>
85 <%if vendorfax%>
86 <br>Fax: <%vendorfax%>
87 <%end vendorfax%>
88       </td>
89
90       <td><%shiptoname%>
91       <br><%shiptoaddress1%>
92       <%if shiptoaddress2%>
93 <br><%shiptoaddress2%>
94 <%end shiptoaddress2%>
95       <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
96       <%if shiptocountry%>
97 <%shiptocountry%>
98 <%end shiptocountry%>
99
100 <br>
101 <%if shiptocontact%>
102 <br>All'attenzione di: <%shiptocontact%>
103 <%end shiptocontact%>
104 <%if shiptophone%>
105 <br>Telefono: <%shiptophone%>
106 <%end shiptophone%>
107 <%if shiptofax%>
108 <br>Fax: <%shiptofax%>
109 <%end shiptofax%>
110
111     </tr>
112     </table>
113     </td>
114   </tr>
115
116   <tr>
117     <td>&nbsp;</td>
118   </tr>
119   
120   <tr>
121     <td>
122     <table width=100%>
123     <tr bgcolor=000000>
124 <!--      <th align=right><font color=ffffff>No.</th>  -->
125       <th align=left><font color=ffffff>Codice</th>
126       <th align=left><font color=ffffff>Descrizione</th>
127       <th><font color=ffffff>Quantit&agrave;</th>
128       <th>&nbsp;</th>
129       <th><font color=ffffff>Prezzo</th>
130       <th><font color=ffffff>Totale riga</th>
131     </tr>
132
133 <%foreach number%>
134     <tr valign=top>
135 <!--      <td align=right><%runningnumber%>.</td>
136 adjust the colspan if you include this to shift subtotal one to the right
137 -->
138       <td><%number%></td>
139       <td><%description%></td>
140       <td align=right><%qty%></td>
141       <td><%unit%></td>
142       <td align=right><%sellprice%></td>
143       <td align=right><%linetotal%></td>
144     </tr>
145 <%end number%>
146
147     <tr>
148       <td colspan=6><hr noshade></td>
149     </tr>
150     
151     <tr>
152       <th colspan=4 align=right>Totale righe</th>
153       <td colspan=2 align=right><%subtotal%></td>
154     </tr>
155
156 <%foreach tax%>
157     <tr>
158       <th colspan=4 align=right><%taxdescription%>: <%taxrate%>% su <%taxbase%></th>
159       <td colspan=2 align=right><%tax%></td>
160     </tr>
161 <%end tax%>
162
163     <tr>
164       <td colspan=2>&nbsp;</td>
165       <td colspan=4><hr noshade></td>
166     </tr>
167
168     <tr>
169       <td colspan=2><!--Termine di pagamento: <b><%terms%></b> giorni--></td>
170       <th colspan=2 align=right>Totale ordine</th>
171       <th colspan=2 align=right><%ordtotal%></th>
172     </tr>
173
174     <tr>
175       <td>&nbsp;</td>
176     </tr>
177
178     </table>
179     </td>
180   </tr>
181
182 <tr>
183   <td>
184   <table width=100%>
185     <tr valign=top>
186 <%if notes%>
187       <td>Note</td>
188       <td><pre><%notes%></pre></td>
189 <%end notes%>
190       <td align=right>
191       Tutti i prezzi sono espressi in valuta <b><%currency%></b>
192       <br><%shippingpoint%>
193       </td>
194     </tr>
195
196   </table>
197   </td>
198 </tr>
199
200 <tr><td>&nbsp;</td></tr>
201   
202 <tr>
203   <td>
204   <table width=100%>
205   <tr valign=top>
206     <td><!--<font size=-3>
207     Payment due NET <%terms%> Days from date of Invoice.
208     Interest on overdue amounts will acrue at the rate of 1.5% per month
209     from due date until paid in full. Items returned are subject to
210     a 10% restocking charge. A return authorization must be obtained
211     from <%company%> before goods are returned. Returns must be shipped
212     prepaid and properly insured. <%company%> will not be responsible
213     for damages during transit.-->
214     </font>
215     </td>
216     <td width=150>
217     X <hr noshade>
218     </td>
219   </tr>
220   </table>
221   </td>
222 </tr>
223
224 </table>
225
226 </td>
227 </tr>
228 </table>
229
230 </body>
231 </html>
232