MHD-Behandlung in Fehlermeldung bei unzureichender Lagermenge.
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_invoice_inventory_with_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 sales or purchase invoice for which
8    Lx-Office recorded an inventory transaction with taxkeys even
9    though no tax was recorded.</translate>
10  </p>
11
12  <p>
13   <translate>Lx-Office can fix these problems automatically.</translate>
14
15   <translate>It will simply set the taxkey to 0 (meaning "no taxes")
16    which is the correct value for such inventory
17    transactions.</translate>
18  </p>
19
20  <form name="Form" action="acctranscorrections.pl" method="post">
21
22   <p>
23    <input type="hidden" name="action" value="fix_invoice_inventory_with_taxkeys">
24    <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
25    <input type="submit" class="submit" value="<translate>Fix transactions</translate>">
26    <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">
27   </p>
28  </form>
29
30 </body>
31 </html>