- USTVA Screens in HTML-Templates verlagert
[kivitendo-erp.git] / templates / webpages / ustva / config_step1_de.html
1 <!--This file is autogenerated,
2  Edit templates/webpages/ustva/config_step1_master.html
3  and run locale/<cc>/locales.pl -->
4   
5 <body>
6 <form name="verzeichnis" method="post" action="<TMPL_VAR script ESCAPE=HTML>">
7 <table width=100%>
8    <tr>
9       <th class="listtop">Finanzamt - Einstellungen</th>
10     </tr>
11     <tr>
12      <td>
13        <br />
14        <fieldset>
15        <legend><b>Angaben zum Finanzamt</b></legend>
16        <br />
17        <TMPL_VAR select_tax_office>
18        </fieldset>
19        <br />
20        
21        <fieldset>
22        <legend><b>Versteuerungs Verfahren</b>
23        </legend>
24        <input name="method" id="accrual" class="radio" type="radio" value="accrual"
25          <TMPL_VAR checked_accrual>>
26        <label for="accrual">Bilanzierung (Soll-Versteuerung)</label>
27        <br>
28        <input name="method" id="cash" class="radio" type="radio" value="cash"
29          <TMPL_VAR checked_cash>>
30        <label for="cash">E/Ü-Rechnung (Ist-Versteuerung)</label>
31        </fieldset>
32        <br>
33        <fieldset>
34        <legend><b>Voranmeldungszeitraum</b>
35        </legend>
36
37
38            <input name=FA_voranmeld id=month class=radio type=radio value="month"
39              <TMPL_VAR checked_monthly>>
40            <label for="month">monatliche Abgabe</label>
41            <br>
42            <input name="FA_voranmeld" id=quarter class=radio type=radio value="quarter"
43              <TMPL_VAR checked_quarterly>>
44            <label for="quarter">vierteljährliche (quartalsweise) Abgabe</label>
45            <br>
46            <input name="FA_dauerfrist" id=FA_dauerfrist class=checkbox type=checkbox value="1"
47              <TMPL_VAR checked_dauerfristverlaengerung>>
48            <label for="">Dauerfristverlängerung</label>
49            
50            </fieldset>
51            <br>
52            <fieldset>
53            <legend><b>Steuerberater/-in</b>
54            </legend>
55           <!-- <input name="FA_71" id=FA_71 class=checkbox type=checkbox value="X"
56              <TMPL_VAR checked_kz_71>>
57            <label for="FA_71">Verrechnung des Erstattungsbetrages erwünscht (Zeile 71)
58     .      </label>
59            <br>
60            <br>-->
61            <table>
62            <tr>
63            <td>
64            Name
65            </td>
66            <td>
67            Straße
68            </td>
69            <td>
70            PLZ, Ort
71            </td>
72            <td>
73            Telefon
74            </td>
75            </tr>
76            <tr>
77            <td>
78            <input name="FA_steuerberater_name" id=steuerberater size=25
79              value="<TMPL_VAR FA_steuerberater_name ESCAPE=HTML>">
80            </td>
81            <td>
82            <input name="FA_steuerberater_street" id=steuerberater size=25
83              value="<TMPL_VAR FA_steuerberater_street ESCAPE=HTML>">
84            </td>
85            <td>
86            <input name="FA_steuerberater_city" id=steuerberater size=25
87              value="<TMPL_VAR FA_steuerberater_city ESCAPE=HTML>">
88            </td>
89            <td>
90            <input name="FA_steuerberater_tel" id=steuerberater size=25
91              value="<TMPL_VAR FA_steuerberater_tel ESCAPE=HTML>">
92            </tr>
93            </table>
94            
95            </fieldset>
96
97            <br>
98            <br>
99            <hr>
100            <!--<input type=submit class=submit name=action value="
101            Debug">-->
102            <input type=submit class=submit name=action 
103              value="weiter">
104          </td>
105        </tr>
106      </table>
107
108      <TMPL_LOOP hidden_variables>
109        <input type="hidden" name="<TMPL_VAR variable ESCAPE=HTML>" value="<TMPL_VAR value ESCAPE=HTML>">
110      </TMPL_LOOP>
111   </form>
112 </body>
113