d5b31525a5ccfa2a68b12c7dae702d1f4bab2d75
[kivitendo-erp.git] / templates / webpages / ustva / config_step1.html
1 [%- USE T8 %]
2 [% USE HTML %]<!--This file is autogenerated,
3  Edit templates/webpages/ustva/config_step1_master.html
4  and run locale/<cc>/locales.pl -->
5
6 <form name="verzeichnis" method="post" action="[% HTML.escape(script) %]">
7 <table width="100%">
8    <tr>
9       <th class="listtop">[% 'Tax Office Preferences' | $T8 %]</th>
10     </tr>
11     <tr>
12      <td>
13        <br />
14 [%- IF COA_Germany %]
15        <fieldset>
16        <legend><b>[% 'Local Tax Office Preferences' | $T8 %]</b></legend>
17        <br />
18        [% select_tax_office %]
19        </fieldset>
20        <br />
21 [%- END %]
22        <fieldset>
23        <legend><b>[% 'Taxation' | $T8 %]</b>
24        </legend>
25        <input name="method" id="accrual" class="radio" type="radio" value="accrual"
26          [% checked_accrual %]>
27        <label for="accrual">[% 'accrual' | $T8 %]</label>
28        <br>
29        <input name="method" id="cash" class="radio" type="radio" value="cash"
30          [% checked_cash %]>
31        <label for="cash">[% 'cash' | $T8 %]</label>
32        </fieldset>
33        <br>
34        <fieldset>
35        <legend><b>[% 'Tax Period' | $T8 %]</b>
36        </legend>
37
38
39            <input name=FA_voranmeld id=month class=radio type=radio value="month"
40              [% checked_monthly %]>
41            <label for="month">[% 'month' | $T8 %]</label>
42            <br>
43            <input name="FA_voranmeld" id=quarter class=radio type=radio value="quarter"
44              [% checked_quarterly %]>
45            <label for="quarter">[% 'quarter' | $T8 %]</label>
46            <br>
47            <input name="FA_dauerfrist" id=FA_dauerfrist class=checkbox type=checkbox value="1"
48              [% checked_dauerfristverlaengerung %]>
49            <label for="">[% 'Extension Of Time' | $T8 %]</label>
50
51            </fieldset>
52            <br>
53            <fieldset>
54            <legend><b>[% 'Tax Consultant' | $T8 %]</b>
55            </legend>
56           <!-- <input name="FA_71" id=FA_71 class=checkbox type=checkbox value="X"
57              [% checked_kz_71 %]>
58            <label for="FA_71">[% 'Clearing Tax Received (No 71)' | $T8 %]
59     .      </label>
60            <br>
61            <br>-->
62            <table>
63            <tr>
64            <td>
65            [% 'Name' | $T8 %]
66            </td>
67            <td>
68            [% 'Street' | $T8 %]
69            </td>
70            <td>
71            [% 'Zip, City' | $T8 %]
72            </td>
73            <td>
74            [% 'Telephone' | $T8 %]
75            </td>
76            </tr>
77            <tr>
78            <td>
79            <input name="FA_steuerberater_name" id=steuerberater size=25
80              value="[% HTML.escape(FA_steuerberater_name) %]">
81            </td>
82            <td>
83            <input name="FA_steuerberater_street" id=steuerberater size=25
84              value="[% HTML.escape(FA_steuerberater_street) %]">
85            </td>
86            <td>
87            <input name="FA_steuerberater_city" id=steuerberater size=25
88              value="[% HTML.escape(FA_steuerberater_city) %]">
89            </td>
90            <td>
91            <input name="FA_steuerberater_tel" id=steuerberater size=25
92              value="[% HTML.escape(FA_steuerberater_tel) %]">
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' | $T8 %]">-->
103            <input type=submit class=submit name=action
104              value="[% 'continue' | $T8 %]">
105          </td>
106        </tr>
107      </table>
108
109      [%- FOREACH var = hidden_variables %]
110        <input type="hidden" name="[% HTML.escape(var.variable) %]" value="[% HTML.escape(var.value) %]">
111      [%- END %]
112   </form>