Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / acctranscorrections / assistant_for_ap_ar_wrong_taxkeys.html
diff --git a/templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html b/templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html
new file mode 100644 (file)
index 0000000..6115d92
--- /dev/null
@@ -0,0 +1,32 @@
+[%- USE T8 %]
+[% USE HTML %][% USE LxERP %]
+<body>
+
+ <p><div class="listtop">[% title %]</div></p>
+
+ <p>
+  [% 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' | $T8 %]
+
+  [% 'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' | $T8 %]
+ </p>
+
+ <p>
+  [% 'Lx-Office can fix these problems automatically.' | $T8 %]
+
+  [% 'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' | $T8 %]
+
+  [% 'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' | $T8 %]
+ </p>
+
+ <form name="Form" action="acctranscorrections.pl" method="post">
+
+  <p>
+   <input type="hidden" name="action" value="fix_ap_ar_wrong_taxkeys">
+   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
+   <input type="submit" class="submit" value="[% 'Fix transactions' | $T8 %]">
+   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
+  </p>
+ </form>
+
+</body>
+</html>