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