so Search.tsf and Search.rdf work
[freeside.git] / sql-ledger / templates / Hungarian-work_order.html
1
2 <body bgcolor=ffffff>
3
4 <table width=100%>
5   <tr>
6     <td width=10>&nbsp;</td>
7     
8     <td>
9       <table width=100%>
10         <tr valign=bottom>
11           <td>
12             <h4>
13             <%company%>
14             <br><%address%>
15             </h4>
16           </td>
17
18           <th><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=64 height=58></th>
19
20           <td align=right>
21             <h4>
22             Tel: <%tel%>
23             <br>Fax: <%fax%>
24             </h4>
25           </td>
26         </tr>
27
28         <tr>
29           <th colspan=3>
30             <h4>W O R K &nbsp;&nbsp; O R D E R</h4>
31           </th>
32         </tr>
33       </table>
34     </td>
35   </tr>
36
37   <tr>
38     <td>&nbsp;</td>
39
40     <td>
41       <table width=100% callspacing=0 cellpadding=0>
42         <tr bgcolor=000000>
43           <th align=left width=50%><font color=ffffff>To</th>
44           <th align=left width=50%><font color=ffffff>Ship To</th>
45         </tr>
46
47         <tr valign=top>
48           <td><%name%>
49           <br><%address1%>
50           <%if address2%>
51           <br><%address2%>
52           <%end address2%>
53           <br><%city%> <%state%>
54           <br><%zipcode%>
55           <%if country%>
56           <br><%country%>
57           <%end country%>
58           <br>
59           <%if contact%>
60           <br>Attn: <%contact%>
61           <%end contact%>
62           <%if customerphone%>
63           <br>Tel: <%customerphone%>
64           <%end customerphone%>
65           <%if customerfax%>
66           <br>Fax: <%customerfax%>
67           <%end customerfax%>
68           <%if email%>
69           <br><%email%>
70           <%end email%>
71           </td>
72
73           <td><%shiptoname%>
74           <br><%shiptoaddress1%>
75           <%if shiptoaddress2%>
76           <br><%shiptoaddress2%>
77           <%end shiptoaddress2%>
78           <br><%shiptocity%> <%shiptostate%>
79           <br><%shiptozipcode%>
80           <%if shiptocountry%>
81           <br><%shiptocountry%>
82           <%end shiptocountry%>
83           <br>
84           <%if shiptocontact%>
85           <br><%shiptocontact%>
86           <%end shiptocontact%>
87           <%if shiptophone%>
88           <br>Tel: <%shiptophone%>
89           <%end shiptophone%>
90           <%if shiptofax%>
91           <br>Fax: <%shiptofax%>
92           <%end shiptofax%>
93           <%if shiptoemail%>
94           <br><%shiptoemail%>
95           <%end shiptoemail%>
96           </td>
97         </tr>
98       </table>
99     </td>
100   </tr>
101
102   <tr height=5></tr>
103   
104   <tr>
105     <td>&nbsp;</td>
106     
107     <td>
108       <table width=100% border=1>
109         <tr>
110           <th width=17% align=left nowrap>Order Number</th>
111           <th width=17% align=left>Order Date</th>
112           <th width=17% align=left>Required by</th>
113           <th width=17% align=left nowrap>Salesperson</th>
114           <th width=17% align=left nowrap>Shipping Point</th>
115           <th width=15% align=left nowrap>Ship Via</th>
116         </tr>
117
118         <tr>
119           <td><%ordnumber%></td>
120           <td><%orddate%></td>
121           <td><%reqdate%></td>
122           <td><%employee%></td>
123           <td><%shippingpoint%>&nbsp;</td>
124           <td><%shipvia%>&nbsp;</td>
125         </tr>
126       </table>
127     </td>
128   </tr>
129
130   <tr>
131     <td>&nbsp;</td>
132  
133     <td>
134       <table width=100%>
135         <tr bgcolor=000000>
136           <th align=right><font color=ffffff>No.</th>
137           <th align=left><font color=ffffff>Number</th>
138           <th align=left><font color=ffffff>Description</th>
139           <th><font color=ffffff>Qt'y</th>
140           <th>&nbsp;</th>
141           <th><font color=ffffff>Serial No.</th>
142         </tr>
143
144         <%foreach number%>
145         <tr valign=top>
146           <td align=right><%runningnumber%>.</td>
147           <td><%number%></td>
148           <td><%description%></td>
149           <td align=right><%qty%></td>
150           <td><%unit%></td>
151           <td><%serialnumber%></td>
152         </tr>
153         <%end number%>
154
155         <tr>
156           <td colspan=6><hr noshade></td>
157         </tr>
158
159       </table>
160     </td>
161   </tr>
162
163   <tr>
164     <td>&nbsp;</td>
165
166     <%if notes%>
167     <td><%notes%></td>
168     <%end notes%>
169   </tr>
170 </table>
171
172 </body>
173 </html>
174