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