X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUSTVA.pm;h=bf9ebbdb9ec2b742534ceb0b44f5dea4efe36616;hb=c4ce237aaab9c25c41334c30852d2ea640730efe;hp=483d12aa18a5e93cfdf364b2991a38a4838b73a1;hpb=1de53cbf8a926ae3ae89bc5466ab660df82484b2;p=kivitendo-erp.git diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 483d12aa1..bf9ebbdb9 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -1,5 +1,5 @@ #===================================================================== -# Lx-Office ERP +# kivitendo ERP # Copyright (c) 2004 by Udo Spallek, Aachen # # Author: Udo Spallek @@ -29,10 +29,11 @@ use List::Util qw(first); use SL::DBUtils; +use utf8; use strict; my @tax_office_information = ( - { 'id' => 8, 'name' => 'Baden-Württemberg', 'taxbird_nr' => '0', 'elster_format' => 'FF/BBB/UUUUP', }, + { 'id' => 8, 'name' => 'Baden-Württemberg', 'taxbird_nr' => '0', 'elster_format' => 'FF/BBB/UUUUP', }, { 'id' => 9, 'name' => 'Bayern', 'taxbird_nr' => '1', 'elster_format' => 'FFF/BBB/UUUUP', }, { 'id' => 11, 'name' => 'Berlin', 'taxbird_nr' => '2', 'elster_format' => 'FF/BBB/UUUUP', }, { 'id' => 12, 'name' => 'Brandenburg', 'taxbird_nr' => '3', 'elster_format' => 'FFF/BBB/UUUUP', }, @@ -47,7 +48,7 @@ my @tax_office_information = ( { 'id' => 14, 'name' => 'Sachsen', 'taxbird_nr' => '12', 'elster_format' => 'FFF/BBB/UUUUP', }, { 'id' => 15, 'name' => 'Sachsen-Anhalt', 'taxbird_nr' => '13', 'elster_format' => 'FFF/BBB/UUUUP', }, { 'id' => 1, 'name' => 'Schleswig-Holstein', 'taxbird_nr' => '14', 'elster_format' => 'FF BBB UUUUP', }, - { 'id' => 16, 'name' => 'Thüringen', 'taxbird_nr' => '15', 'elster_format' => 'FFF/BBB/UUUUP', }, + { 'id' => 16, 'name' => 'Thüringen', 'taxbird_nr' => '15', 'elster_format' => 'FFF/BBB/UUUUP', }, ); sub new { @@ -69,7 +70,7 @@ sub _init { foreach (@tax_office_information) { my $entry = \%{ $_ }; - $entry->{name} = $main::locale->{iconv_iso8859}->convert($entry->{name}); + $entry->{name} = $::locale->{iconv_utf8}->convert($entry->{name}); push @{ $self->{tax_office_information} }, $entry; } } @@ -112,8 +113,8 @@ sub report_variables { my $attribute = $arg_ref->{attribute}; # my $dec_places = (defined $arg_ref->{dec_places}) ? $arg_ref->{dec_places}:undef; - my $where_type = "AND tax.report_headings.type = '$type'" if ( $type ); - my $where_dcp = "AND tax.report_variables.dec_places = '$dec_places'" if ( defined $dec_places ); + my $where_type = $type ? "AND tax.report_headings.type = '$type'" : ''; + my $where_dcp = defined $dec_places ? "AND tax.report_variables.dec_places = '$dec_places'" : ''; my $query = qq| SELECT $attribute @@ -282,9 +283,9 @@ sub fa_auswahl { # use SL::Form; - # Referenz wird übergeben, hash of hash wird nicht - # in neues Hash kopiert, sondern direkt über die Referenz verändert - # Prototyp für diese Konstruktion + # Referenz wird übergeben, hash of hash wird nicht + # in neues Hash kopiert, sondern direkt über die Referenz verändert + # Prototyp für diese Konstruktion my ($self, $land, $elsterFFFF, $elster_init) = @_; @@ -302,7 +303,7 @@ sub fa_auswahl { var elsterBLAuswahl = document.verzeichnis.elsterland_new; var elsterFAAuswahl = document.verzeichnis.elsterFFFF_new; - elsterFAAuswahl.options.length = 0; // dropdown aufräumen + elsterFAAuswahl.options.length = 0; // dropdown aufräumen |; foreach my $elster_land (sort keys %$elster_init) { @@ -427,8 +428,8 @@ sub stichtag { $main::lxdebug->enter_sub(); # noch nicht fertig - # soll mal eine Erinnerungsfunktion für USTVA Abgaben werden, die automatisch - # den Termin der nächsten USTVA anzeigt. + # soll mal eine Erinnerungsfunktion für USTVA Abgaben werden, die automatisch + # den Termin der nächsten USTVA anzeigt. # # my ($today, $FA_dauerfrist, $FA_voranmeld) = @_; @@ -517,18 +518,16 @@ sub query_finanzamt { my $filename = "sql/$table.sql"; my $tst = $dbh->prepare("SELECT * FROM $table"); - $tst->execute; - if ($DBI::err) { - + $tst->execute || do { #There is no table, read the table from sql/finanzamt.sql print qq|

Bitte warten, Tabelle $table wird einmalig in Datenbank: - $myconfig->{dbname} als Benutzer: $myconfig->{dbuser} hinzugefügt...

|; + $myconfig->{dbname} als Benutzer: $myconfig->{dbuser} hinzugefügt...

|; process_query($form, $dbh, $filename) || $self->error(DBI->errstr); #execute second last call my $dbh = $form->dbconnect($myconfig) or $self->error(DBI->errstr); $dbh->disconnect(); - } + }; $tst->finish(); #$dbh->disconnect(); @@ -741,9 +740,9 @@ sub ustva { } - # Fixme: Wird auch noch für Oesterreich gebraucht, + # Fixme: Wird auch noch für Oesterreich gebraucht, # weil kein eigenes Ausgabeformular - # sotte aber aus der allgeméinen Steuerberechnung verschwinden + # sotte aber aus der allgeméinen Steuerberechnung verschwinden # # Berechnung der USTVA Formularfelder laut Bogen 207 # @@ -807,7 +806,7 @@ sub get_accounts_ustva { my $arwhere = ""; my $item; - my $gltaxkey_where = "(tk.pos_ustva>=59 AND tk.pos_ustva<=66)"; + my $gltaxkey_where = "((tk.pos_ustva>=59 AND tk.pos_ustva<=66) or (tk.pos_ustva>=89 AND tk.pos_ustva<=93))"; if ($fromdate) { if ($form->{method} eq 'cash') { @@ -925,7 +924,7 @@ sub get_accounts_ustva { ######################################### # Ausgaben und Gl Buchungen sind gleich - # für Ist- und Soll-Versteuerung + # für Ist- und Soll-Versteuerung ######################################### $query .= qq| UNION -- alle Ausgaben AP erfassen