Korrekturmodul für das Hauptbuch implementiert
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_ap_ar_wrong_taxkeys_master.html
1 [% USE HTML %][% USE LxERP %]
2 <body>
3
4  <p><div class="listtop">[% title %]</div></p>
5
6  <p>
7   <translate>There is at least one transaction for which the user has
8    chosen a logically wrong taxkey.</translate>
9
10   <translate>This means that the user has created an AP transaction
11    and chosen a taxkey for sales taxes, or that he has created an AR
12    transaction and chosen a taxkey for input taxes.</translate>
13  </p>
14
15  <p>
16   <translate>Lx-Office can fix these problems automatically.</translate>
17
18   <translate>For AP transactions it will replace the sales taxkeys
19    with input taxkeys with the same tax rate.</translate>
20
21   <translate>For AR transactions it will replace the input taxkeys
22    with sales taxkeys with the same tax rate.</translate>
23  </p>
24
25  <form name="Form" action="acctranscorrections.pl" method="post">
26
27   <p>
28    <input type="hidden" name="action" value="fix_ap_ar_wrong_taxkeys">
29    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
30    <input type="submit" class="submit" value="<translate>Fix transactions</translate>">
31    <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
32   </p>
33  </form>
34
35 </body>
36 </html>