Korrekturmodul für das Hauptbuch implementiert
[kivitendo-erp.git] / templates / webpages / acctranscorrections / fix_ap_ar_wrong_taxkeys_de.html
diff --git a/templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_de.html b/templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_de.html
new file mode 100644 (file)
index 0000000..134b5d6
--- /dev/null
@@ -0,0 +1,22 @@
+[% USE HTML %]
+<body>
+
+ <p><div class="listtop">[% title %]</div></p>
+
+ <p>
+  Die Probleme mit falschen Steuerschlüssel bei Kreditoren- und Debitorenbuchungen wurden behoben.
+
+  Bitte wiederholen Sie die Analyse der Hauptbucheinträge, indem Sie auf diesen Button klicken:
+ </p>
+
+ <p>
+  <form action="acctranscorrections.pl" method="post">
+
+   <input type="hidden" name="action" value="redirect">
+   <input type="hidden" name="callback" value="[% HTML.escape(callback) %]">
+   <input type="submit" value="Analyse wiederholen">
+  </form>
+ </p>
+
+</body>
+</html>