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