Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / dbupgrade / taxkey_update.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <h1>[% 'taxkey 0 is already allocated.' | $T8 %]</h1>
4
5 <form name="Form" method="post" action="login.pl">
6 <input type="hidden" name="action" value="login">
7
8 <p>[% 'There is already a taxkey 0 with tax rate not 0.' | $T8 %]</p>
9 <p>[% 'From this version on the taxkey 0 must have a tax rate of 0 (for DATEV compatibility).' | $T8 %]</p>
10 <p>[% 'To continue please change the taxkey 0 to another value.' | $T8 %]</p>
11 <p>[% 'Do not change the tax rate of taxkey 0.' | $T8 %]</p>
12 <p>[% 'During the next update a taxkey 0 with tax rate of 0 will automatically created.' | $T8 %]</p>
13 <p>[% 'Please contact your administrator.' | $T8 %]</p>
14
15 </form>
16