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