Merge branch 'master' of ssh://lx-office/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_invoice_inventory_with_taxkeys_en.html
1 [% USE HTML %][% USE LxERP %]
2 <body>
3
4  <p><div class="listtop">[% title %]</div></p>
5
6  <p>
7   There is at least one sales or purchase invoice for which Lx-Office recorded an inventory transaction with taxkeys even though no tax was recorded.
8  </p>
9
10  <p>
11   Lx-Office can fix these problems automatically.
12
13   It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.
14  </p>
15
16  <form name="Form" action="acctranscorrections.pl" method="post">
17
18   <p>
19    <input type="hidden" name="action" value="fix_invoice_inventory_with_taxkeys">
20    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
21    <input type="submit" class="submit" value="Fix transactions">
22    <input type="button" class="submit" onclick="history.back()" value="Back">
23   </p>
24  </form>
25
26 </body>
27 </html>