Generischer USTVA Report für alle Kontenrahmen ausser Germany
[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 <TMPL_IF COA_Germany>
15        <fieldset>
16        <legend><b>Angaben zum Finanzamt</b></legend>
17        <br />
18        <TMPL_VAR select_tax_office>
19        </fieldset>
20        <br />
21 </TMPL_IF>
22        <fieldset>
23        <legend><b>Versteuerungs Verfahren</b>
24        </legend>
25        <input name="method" id="accrual" class="radio" type="radio" value="accrual"
26          <TMPL_VAR checked_accrual>>
27        <label for="accrual">Bilanzierung (Soll-Versteuerung)</label>
28        <br>
29        <input name="method" id="cash" class="radio" type="radio" value="cash"
30          <TMPL_VAR checked_cash>>
31        <label for="cash">E/Ü-Rechnung (Ist-Versteuerung)</label>
32        </fieldset>
33        <br>
34        <fieldset>
35        <legend><b>Voranmeldungszeitraum</b>
36        </legend>
37
38
39            <input name=FA_voranmeld id=month class=radio type=radio value="month"
40              <TMPL_VAR checked_monthly>>
41            <label for="month">Monatliche Abgabe</label>
42            <br>
43            <input name="FA_voranmeld" id=quarter class=radio type=radio value="quarter"
44              <TMPL_VAR checked_quarterly>>
45            <label for="quarter">Vierteljährliche (quartalsweise) Abgabe</label>
46            <br>
47            <input name="FA_dauerfrist" id=FA_dauerfrist class=checkbox type=checkbox value="1"
48              <TMPL_VAR checked_dauerfristverlaengerung>>
49            <label for="">Dauerfristverlängerung</label>
50            
51            </fieldset>
52            <br>
53            <fieldset>
54            <legend><b>Steuerberater/-in</b>
55            </legend>
56           <!-- <input name="FA_71" id=FA_71 class=checkbox type=checkbox value="X"
57              <TMPL_VAR checked_kz_71>>
58            <label for="FA_71">Verrechnung des Erstattungsbetrages erwünscht (Zeile 71)
59     .      </label>
60            <br>
61            <br>-->
62            <table>
63            <tr>
64            <td>
65            Name
66            </td>
67            <td>
68            Straße
69            </td>
70            <td>
71            PLZ, Ort
72            </td>
73            <td>
74            Telefon
75            </td>
76            </tr>
77            <tr>
78            <td>
79            <input name="FA_steuerberater_name" id=steuerberater size=25
80              value="<TMPL_VAR FA_steuerberater_name ESCAPE=HTML>">
81            </td>
82            <td>
83            <input name="FA_steuerberater_street" id=steuerberater size=25
84              value="<TMPL_VAR FA_steuerberater_street ESCAPE=HTML>">
85            </td>
86            <td>
87            <input name="FA_steuerberater_city" id=steuerberater size=25
88              value="<TMPL_VAR FA_steuerberater_city ESCAPE=HTML>">
89            </td>
90            <td>
91            <input name="FA_steuerberater_tel" id=steuerberater size=25
92              value="<TMPL_VAR FA_steuerberater_tel ESCAPE=HTML>">
93            </tr>
94            </table>
95            
96            </fieldset>
97
98            <br>
99            <br>
100            <hr>
101            <!--<input type=submit class=submit name=action value="
102            Debug">-->
103            <input type=submit class=submit name=action 
104              value="weiter">
105          </td>
106        </tr>
107      </table>
108
109      <TMPL_LOOP hidden_variables>
110        <input type="hidden" name="<TMPL_VAR variable ESCAPE=HTML>" value="<TMPL_VAR value ESCAPE=HTML>">
111      </TMPL_LOOP>
112   </form>
113 </body>
114