X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdatev%2Fexport3.html;h=dd10c75a5788af9364998e477cccab4925aff8f3;hb=e713c3142d8c603b31d25fff371da47f56976aae;hp=4c9f3260408005a1f52da7f4a1e30264fe330e9d;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/datev/export3.html b/templates/webpages/datev/export3.html index 4c9f32604..dd10c75a5 100644 --- a/templates/webpages/datev/export3.html +++ b/templates/webpages/datev/export3.html @@ -1,17 +1,28 @@ [%- USE T8 %] [%- USE HTML %] - - - Export in Bearbeitung
+ [% 'Working on export' | $T8 %]

Done.
-
[% 'KNE-Export erfolgreich!' | $T8 %] -
-
- Download +
+[% IF exportformat == 'kne' %] + [% 'KNE Export successful!' | $T8 %] +[% END %] +[% IF exportformat == 'csv' %] + [% 'CSV Export successful!' | $T8 %] +[% END %] + + +

+[% 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' @@ -19,5 +30,3 @@ sum_net_gross_differences = datev.sum_net_gross_differences %] [% END %] - -