5971d5c272af3b57e82fc5e26771f1483f79f2d4
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_invoice_inventory_with_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 sales or purchase invoice for which kivitendo recorded an inventory transaction with taxkeys even though no tax was recorded.' | $T8 %]
8  </p>
9
10  <p>
11   [% 'kivitendo can fix these problems automatically.' | $T8 %]
12
13   [% 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' | $T8 %]
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' | $T8 %]">
22    <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
23   </p>
24  </form>
25