Neue Version System-> Kontenuebersicht-> Konten anzeigen.
[kivitendo-erp.git] / templates / webpages / am / list_accounts_de.html
1   <body>
2
3     <table border="0" cellpadding="3" cellspacing="3" width="100%">
4       <tr>
5         <th class="listtop" colspan="12"><TMPL_VAR title ESCAPE=HTML></th>
6       </tr>
7       <tr height=5></tr>
8       <tr class=listheading>
9         <th colspan="3"><b>Kontonummer</b></th>
10         <th colspan="8"><b>Beschreibung</b></a></th>
11         <th rowspan="3">Haben</th>
12         <th rowspan="3">Soll</th>
13       </tr>  
14       <tr class=listheading>
15         <th colspan="3"><b>Kontenart</b></th>
16         
17         <th colspan="8">Verknüpfungen</th>
18       </tr>
19       <tr class=listheading>
20         <th>Tax Key</th>
21         <th>Beschreibung</th>
22         <th>Gültig ab</th>
23         <th>tk_ustva</th>
24         <th>UStVA</th>
25         <th>BWA</th>
26         <th>Bilanz</th>
27         <th>E/ÜR</th>
28         <th>Datev</th>
29         <th>Gültig ab</th>
30         <th>Folgekonto</th>
31       </tr>
32
33 <TMPL_LOOP CA>
34
35   <TMPL_IF heading>
36
37       <tr class=listheading>
38         <td colspan="3" abbr="Kontonummer">
39           <a href=<TMPL_VAR link_edit_account> >
40             <TMPL_VAR accno>
41           </a>
42         </td>
43         <td colspan="6">
44           <a href=<TMPL_VAR description> >
45             <TMPL_VAR accno>
46           </a>
47         </td>
48       </tr>
49         
50   <TMPL_ELSE>
51
52   
53     <TMPL_IF __odd__>
54         <tr valign=top class=listrow1>
55     <TMPL_ELSE>
56         
57         <tr valign=top class=listrow0>
58     </TMPL_IF>
59
60           <td colspan="3" abbr="Kontonummer"><b>
61             <a href="<TMPL_VAR link_edit_account>" ><TMPL_VAR accno></a>
62           </td>
63           <td colspan="8"><b><TMPL_VAR description ESCAPE=HTML>&nbsp;</b></td>
64           <td rowspan="3" align=right><TMPL_VAR debit>&nbsp;</td>
65           <td rowspan="3" align=right><TMPL_VAR credit>&nbsp;</td>
66   
67         </tr> 
68                                  
69     <TMPL_IF __odd__>
70         <tr valign=top class=listrow1>
71     <TMPL_ELSE>
72         <tr valign=top class=listrow0>
73     </TMPL_IF>
74
75           <td colspan="3"><b><TMPL_VAR category ESCAPE=HTML>&nbsp;</b></td>
76           <td colspan="8"><TMPL_VAR link>&nbsp;</td>
77         </tr>                                
78
79     <TMPL_IF __odd__>
80         <tr valign=top class=listrow1>
81     <TMPL_ELSE>
82         <tr valign=top class=listrow0>
83     </TMPL_IF>
84
85           <td><TMPL_VAR taxkey_id                  >&nbsp;</td>
86           <td nowrap="nowrap"><TMPL_VAR taxdescription             >&nbsp;</td>
87           <td><TMPL_VAR startdate                  >&nbsp;</td>
88           <td><TMPL_VAR tk_ustva                   >&nbsp;</td>
89
90           <td><TMPL_VAR pos_ustva       ESCAPE=HTML>&nbsp;</td>
91           <td><TMPL_VAR pos_bwa         ESCAPE=HTML>&nbsp;</td>
92           <td><TMPL_VAR pos_bilanz      ESCAPE=HTML>&nbsp;</td>
93           <td><TMPL_VAR pos_eur         ESCAPE=HTML>&nbsp;</td>
94           <td><TMPL_VAR datevautomatik  ESCAPE=HTML>&nbsp;</td>
95           <td><TMPL_VAR valid_from      ESCAPE=HTML>&nbsp;</td>
96           <td><TMPL_VAR new_account     ESCAPE=HTML>&nbsp;</td>
97
98         </tr>
99   </TMPL_IF>
100
101
102 </TMPL_LOOP>
103
104       <tr>
105         <td colspan=14><hr size=3 noshade></td>
106       </tr>
107     </table>
108       
109   </body>
110   </html>