X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdatev%2Fexport3.html;h=dd10c75a5788af9364998e477cccab4925aff8f3;hb=1f3dda5fde9b278b113fc21005adc2af8c8ed7f4;hp=7ea19432826d2edd9839a7026fea50e478a95477;hpb=3aa5cee2f12c1dff757539b60196bf5e1be0a5d6;p=kivitendo-erp.git diff --git a/templates/webpages/datev/export3.html b/templates/webpages/datev/export3.html index 7ea194328..dd10c75a5 100644 --- a/templates/webpages/datev/export3.html +++ b/templates/webpages/datev/export3.html @@ -1,15 +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' @@ -17,4 +30,3 @@ sum_net_gross_differences = datev.sum_net_gross_differences %] [% END %] -