Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_invoice_inventory_with_taxkeys.html
1 [%- USE T8 %]
2 [% USE HTML %][% USE LxERP %]
3 <h1>[% title %]</h1>
4
5  <p>
6   [% '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 %]
7  </p>
8
9  <p>
10   [% 'kivitendo can fix these problems automatically.' | $T8 %]
11
12   [% 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' | $T8 %]
13  </p>
14
15  <form name="Form" action="acctranscorrections.pl" method="post">
16
17   <p>
18    <input type="hidden" name="action" value="fix_invoice_inventory_with_taxkeys">
19    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
20    <input type="submit" class="submit" value="[% 'Fix transactions' | $T8 %]">
21    <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
22   </p>
23  </form>
24