Revision 6ac11101
Von Jan Büren vor etwa 1 Jahr hinzugefügt
SL/DATEV.pm | ||
---|---|---|
use SL::DBUtils;
|
||
use SL::DATEV::CSV;
|
||
use SL::DB;
|
||
use Encode qw(encode);
|
||
use SL::HTML::Util ();
|
||
use SL::Iconv;
|
||
use SL::Locale::String qw(t8);
|
||
... | ... | |
$csv_file->close;
|
||
$self->{warnings} = $datev_csv->warnings;
|
||
|
||
$self->_create_xml_and_documents if $self->{documents} && scalar @{ $self->{guids} };
|
||
$self->_create_xml_and_documents if $self->{documents} && %{ $self->{guids} };
|
||
|
||
# convert utf-8 to cp1252//translit if set
|
||
if ($::instance_conf->get_datev_export_format eq 'cp1252-translit') {
|
||
... | ... | |
sub _create_xml_and_documents {
|
||
DATEV Belegtransfer: Guids als Hash, um Doppelungen zu vermeiden
Encoding (_u8 wird von DATEV Belegtransfer scheinbar nicht akzeptiert)