This commit was generated by cvs2svn to compensate for changes in r3880,
[freeside.git] / sql-ledger / sql-ledger / templates / Dutch-sales_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       Tel: <%tel%>
21       <br>Fax: <%fax%>
22       </h4>
23     </td>
24   </tr>
25
26   <tr>
27     <th colspan=3>
28       <h4>V E R K O O P&nbsp;&nbsp;B E S T E L L I N G</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>Bestel Datum</th><td width=10>&nbsp;</td><td><%orddate%></td>
42     </tr>
43   
44     <tr>
45       <th align=right>Gewenste Leverdatum</th><td width=10>&nbsp;</td><td><%reqdate%></td>
46     </tr>
47
48     <tr>
49       <th align=right>Bestel Nummer</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><font color=ffffff>Aan:</th>
64       <th align=left><font color=ffffff>Verzenden aan:</th>
65     </tr>
66
67     <tr>
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       </td>
78
79       <td><%shiptoname%>
80       <br><%shiptoaddress1%>
81       <%if shiptoaddress2%>
82 <br><%shiptoaddress2%>
83 <%end shiptoaddress2%>
84       <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
85       <%if shiptocountry%>
86 <%shiptocountry%>
87 <%end shiptocountry%>
88       </td>
89     </tr>
90     </table>
91     </td>
92   </tr>
93
94   <tr>
95     <td>&nbsp;</td>
96   </tr>
97   
98   <tr>
99     <td>
100     <table width=100%>
101     <tr bgcolor=000000>
102 <!--      <th align=right><font color=ffffff>No.</th>  -->
103       <th align=left><font color=ffffff>Nummer</th>
104       <th align=left><font color=ffffff>Omschrijving</th>
105       <th><font color=ffffff>Aantal</th>
106       <th>&nbsp;</th>
107       <th><font color=ffffff>Prijs</th>
108       <th><font color=ffffff>Korting</th>
109       <th><font color=ffffff>Bedrag</th>
110     </tr>
111
112 <%foreach number%>
113     <tr valign=top>
114 <!--      <td align=right><%runningnumber%>.</td>
115 adjust the colspan if you include this to shift subtotal one to the right
116 -->
117       <td><%number%></td>
118       <td><%description%></td>
119       <td align=right><%qty%></td>
120       <td><%unit%></td>
121       <td align=right><%sellprice%></td>
122       <td align=right><%discount%></td>
123       <td align=right><%linetotal%></td>
124     </tr>
125 <%end number%>
126
127     <tr>
128       <td colspan=7><hr noshade></td>
129     </tr>
130     
131     <tr>
132 <%if taxincluded%>
133       <th colspan=5 align=right>Totaal</th>
134       <td colspan=2 align=right><%ordtotal%></td>
135 <%end taxincluded%>
136
137 <%if not taxincluded%>
138       <th colspan=5 align=right>Subtotaal</th>
139       <td colspan=2 align=right><%subtotal%></td>
140 <%end taxincluded%>
141     </tr>
142
143 <%foreach tax%>
144     <tr>
145       <th colspan=5 align=right><%taxdescription%> over <%taxbase%> @ <%taxrate%> %</th>
146       <td colspan=2 align=right><%tax%></td>
147     </tr>
148 <%end tax%>
149
150     <tr>
151       <td colspan=2>&nbsp;</td>
152       <td colspan=5><hr noshade></td>
153     </tr>
154
155     <tr>
156       <td colspan=3>Betalingstermijn <b><%terms%></b> dagen</td>
157       <th colspan=2 align=right>Totaal</th>
158       <th colspan=2 align=right><%ordtotal%></th>
159     </tr>
160 <%if taxincluded%>
161     <tr>
162       <td colspan=3>Totaal bedrag is inclusief BTW.</td>
163     </tr>
164 <%end taxincluded%>
165
166     <tr>
167       <td>&nbsp;</td>
168     </tr>
169
170     </table>
171     </td>
172   </tr>
173
174 <tr>
175   <td>
176   <table width=100%>
177     <tr valign=top>
178 <%if notes%>
179       <td>Opmerkingen:</td>
180       <td><pre><%notes%></pre></td>
181 <%end notes%>
182       <td align=right>
183       Alle prijzen in <b><%currency%></b>'s
184       <br><%shippingpoint%>
185       </td>
186     </tr>
187
188   </table>
189   </td>
190 </tr>
191
192 <tr><td>&nbsp;</td></tr>
193   
194 <tr>
195   <td>
196   <table width=100%>
197   <tr valign=top>
198     <td>&nbsp;
199     </td>
200     <td width=150>
201     X <hr noshade>
202     </td>
203   </tr>
204   </table>
205   </td>
206 </tr>
207
208 </table>
209
210 </td>
211 </tr>
212 </table>
213
214 </body>
215 </html>
216