import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / German-invoice.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       Telefon <%tel%>
21       <br>Telefax <%fax%>
22       </h4>
23     </td>
24   </tr>
25
26   <tr>
27     <th colspan=3>
28       <h4>R E C H N U 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>Ausgestellt am</th><td width=10>&nbsp;</td><td><%invdate%></td>
42     </tr>
43   
44     <tr>
45       <th align=right>Bezahlbar bis</th><td width=10>&nbsp;</td><td><%duedate%></td>
46     </tr>
47
48     <tr>
49       <th align=right>Nummer</th><td>&nbsp;</td><td><%invnumber%></td></tr>
50     </tr>
51   
52 <!--
53     <tr>
54       <th align=right>Clerk:</th><td>&nbsp;</td><td><%username%></td>
55     </tr>
56 -->
57
58     <tr>
59       <td>&nbsp;</td>
60     </tr>
61     </td>
62     </table>
63   </tr>
64
65   <tr>
66     <td>
67     <table width=100%>
68     <tr bgcolor=000000>
69       <th align=left><font color=ffffff>An:</th>
70       <th align=left><font color=ffffff>Lieferaddresse:</th>
71     </tr>
72
73 <!--
74      other variables which can be use:
75      contact, shiptocontact, shiptophone, shiptofax
76 -->
77
78     <tr>
79       <td><%name%>
80       <br><%address1%>
81       <%if address2%>
82 <br><%address2%>
83 <%end address2%>
84       <br><%city%> <%state%> <%zipcode%>
85       <%if country%>
86 <%country%>
87 <%end country%>
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       </td>
100     </tr>
101     </table>
102     </td>
103   </tr>
104
105   <tr>
106     <td>&nbsp;</td>
107   </tr>
108   
109   <tr>
110     <td>
111     <table width=100%>
112     <tr bgcolor=000000>
113 <!--      <th align=right><font color=ffffff>No.</th>  -->
114       <th align=left><font color=ffffff>Nummer</th>
115       <th align=left><font color=ffffff>Beschreibung</th>
116       <th><font color=ffffff>Anz.</th>
117       <th>&nbsp;</th>
118       <th><font color=ffffff>Preis</th>
119       <th><font color=ffffff>Rab</th>
120       <th><font color=ffffff>Total</th>
121     </tr>
122
123 <%foreach number%>
124     <tr valign=top>
125 <!--      <td align=right><%runningnumber%>.</td>
126 adjust the colspan if you include this to shift subtotal one to the right
127 -->
128       <td><%number%></td>
129       <td><%description%></td>
130       <td align=right><%qty%></td>
131       <td><%unit%></td>
132       <td align=right><%sellprice%></td>
133       <td align=right><%discount%></td>
134       <td align=right><%linetotal%></td>
135     </tr>
136 <%end number%>
137
138 <!--
139 you can also use netprice instead of sellprice if you
140 don't want to show the discount
141 netprice = sellprice - discount
142 to show the percentage for a discount use <%discountrate%>
143 -->
144
145     <tr>
146       <td colspan=7><hr noshade></td>
147     </tr>
148     
149 <%if taxincluded%>
150     <tr>
151       <th colspan=5 align=right>Total</th>
152       <td colspan=2 align=right><%invtotal%></td>
153     </tr>
154 <%end taxincluded%>
155 <%if not taxincluded%>
156     <tr>
157       <th colspan=5 align=right>Zwischensumme</th>
158       <td colspan=2 align=right><%subtotal%></td>
159     </tr>
160 <%end taxincluded%>
161
162 <%foreach tax%>
163     <tr>
164       <th colspan=5 align=right><%taxdescription%> auf <%taxbase%></th>
165       <td colspan=2 align=right><%tax%></td>
166     </tr>
167 <%end tax%>
168
169 <%if paid%>
170     <tr>
171       <th colspan=5 align=right>Bezahlt</th>
172       <td colspan=2 align=right>- <%paid%></td>
173     </tr>
174 <%end paid%>
175
176     <tr>
177       <td colspan=3>&nbsp;</td>
178       <td colspan=4><hr noshade></td>
179     </tr>
180
181     <tr>
182       <td colspan=3>Bezahlbar innerhalb von <b><%terms%></b> Tagen</td>
183 <%if total%>
184       <th colspan=2 align=right>Total</th>
185       <th colspan=2 align=right><%total%></th>
186 <%end total%>
187     </tr>
188
189     <tr>
190       <td>&nbsp;</td>
191     </tr>
192
193     </table>
194     </td>
195   </tr>
196
197 <tr>
198   <td>
199   <table width=100%>
200     <tr valign=top>
201 <%if notes%>
202       <td>Bemerkungen:</td>
203       <td><%notes%></td>
204 <%end notes%>
205       <td align=right>
206       Alle Preise in <b><%currency%></b>
207       <br><%shippingpoint%>
208       </td>
209     </tr>
210
211   </table>
212   </td>
213 </tr>
214
215 <tr><td>&nbsp;</td></tr>
216   
217 <tr>
218   <td>
219   <table width=100%>
220   <tr valign=top>
221     <td><font size=-3>
222     Rechnung ist bezahlbar innerhalb von <%terms%> Tagen.
223     Nach dem <%duedate%> werden Zinsen zu einem
224     monatlichen Satz von 1.5% verrechnet.
225     Waren bleiben im Besitz von <%company%> bis die Rechnung voll bezahlt ist.
226     Rückgaben werden mit 10% Lagergebühren belastet. Beschädigte Waren
227     und Waren ohne eine Rückgabenummer werden nicht entgegengenommen.
228     </font>
229     </td>
230     <td width=150>
231     X <hr noshade>
232     </td>
233   </tr>
234   </table>
235   </td>
236 </tr>
237
238 <%foreach tax%>
239   <tr>
240     <th colspan=7 align=left><font size=-2><%taxdescription%> Registration <%taxnumber%></th>
241   </tr>
242 <%end tax%>
243
244 <%if taxincluded%>
245   <tr>
246     <th colspan=7 align=left><font size=-2>Steuern sind im Preis inbegriffen.</th>
247   </tr>
248 <%end taxincluded%>
249
250 <!-- business number
251   <tr>
252     <th colspan=7 align=left><font size=-2>Business Number: <%businessnumber%></font></th>
253   </tr>
254 -->
255
256   <tr>
257     <th colspan=7 align=left>
258     <hr>
259     <br>Bankverbindung
260     <br>Bank
261     <br>Bankleitzahl
262     <br>Konto No.
263     </td>
264   </tr>
265
266 </table>
267
268 </td>
269 </tr>
270 </table>
271
272 </body>
273 </html>
274