X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/15cc71490ce1c9981ed31d691a33b20899971384..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/datev/export3.html
diff --git a/templates/webpages/datev/export3.html b/templates/webpages/datev/export3.html
index c5fb9d2df..d36f6522c 100644
--- a/templates/webpages/datev/export3.html
+++ b/templates/webpages/datev/export3.html
@@ -1,13 +1,23 @@
[%- USE T8 %]
[%- USE HTML %]
- Export in Bearbeitung
+ [% 'Working on export' | $T8 %]
Done.
-
[% 'KNE-Export erfolgreich!' | $T8 %]
-
+
+ [% 'CSV Export successful!' | $T8 %]
+
+
+
+[% IF WARNINGS.size %]
+ [% 'Warning: One or more field value are not in valid DATEV format at:' | $T8 %]
+ [%- FOREACH warning = WARNINGS %]
+ [% warning | $T8 %]
+ [%- END %]
+
+[% END %]
[% IF datev.net_gross_differences.size %]
[% INCLUDE 'datev/net_gross_difference.html'