Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_ap_ar_wrong_taxkeys.html
1 [%- USE T8 %]
2 [% USE HTML %][% USE LxERP %]
3 <h1>[% title %]</h1>
4
5  <p>
6   [% 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' | $T8 %]
7
8   [% 'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' | $T8 %]
9  </p>
10
11  <p>
12   [% 'kivitendo can fix these problems automatically.' | $T8 %]
13
14   [% 'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' | $T8 %]
15
16   [% 'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' | $T8 %]
17  </p>
18
19  <form name="Form" action="acctranscorrections.pl" method="post">
20
21   <p>
22    <input type="hidden" name="action" value="fix_ap_ar_wrong_taxkeys">
23    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
24    <input type="submit" class="submit" value="[% 'Fix transactions' | $T8 %]">
25    <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
26   </p>
27  </form>
28