X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_datev_check_configuration.html;h=dc99c218e3893c4ce8ae3b55fc9c8c9e3d569ad0;hb=ffe5434804888bf520dd69832d0f74d89bcf9999;hp=ec1b433d573ec78128f87208ee11f70e0f6ffb2f;hpb=6721f389b7e643294bc9188d3d095e261278809b;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_datev_check_configuration.html b/templates/webpages/client_config/_datev_check_configuration.html index ec1b433d5..dc99c218e 100644 --- a/templates/webpages/client_config/_datev_check_configuration.html +++ b/templates/webpages/client_config/_datev_check_configuration.html @@ -29,5 +29,10 @@ [% L.yes_no_tag('defaults.datev_check_on_gl_transaction', SELF.defaults.datev_check_on_gl_transaction) %] [% LxERP.t8('Perform check when a gl transaction is posted?') %] + + [% LxERP.t8('Datev export encoding') %] + [% L.select_tag('defaults.datev_export_format', [ [ 'cp1252', LxERP.t8('Strict and halt') ],[ 'cp1252-translit', LxERP.t8('Strict but replace') ],[ 'utf-8', LxERP.t8('Relaxed (UTF-8)') ] ], default=SELF.defaults.datev_export_format) %] + [% LxERP.t8('DATEV expects the encoding to be Western Europe conform (LATIN-1, cp1252). By setting this to "Strict and halt" the DATEV export halts with a error if there is a single character in "Posting Text" which is not LATIN-1 encodeable. By setting this to "Strict but replace" kivitendo will replace the character with a similar one and the export will simply warn about those fields. By setting this to relaxed (UTF-8) the DATEV export encoding will be in kivitendo (UTF-8) encoded and the external import program has to handle this (this may work for DATEV deriviates or future versions of DATEV). Background details: For example turkish characters (Ç) are not valid cp1252 charactes and armenian characters like "Գեղարդ" are probably not replaceable in cp1252') %] +