From: Sven Schöling Date: Wed, 29 Dec 2010 10:20:12 +0000 (+0100) Subject: UStVA 2010 Rahmen. X-Git-Tag: release-2.6.2beta1~52 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=596cb5d6b26c139b7e6669546d76f4c3c0f6ee58;p=kivitendo-erp.git UStVA 2010 Rahmen. Neue Felder hinzugefügt und html Template aktualisiert. PDF Vorlage ist dabei. Jetzt fehlt nur noch das Tex Template und ein Gang über die Kontenzuordnungen. --- diff --git a/bin/mozilla/ustva.pl b/bin/mozilla/ustva.pl index db6995f89..f04c8ee05 100644 --- a/bin/mozilla/ustva.pl +++ b/bin/mozilla/ustva.pl @@ -674,9 +674,8 @@ sub generate_ustva { }; } - # Kontrollvariable für die Templates - $form->{'year2007'} = ($form->{year} >= 2007 ) ? "1":"0"; - + # Kontrollvariablen für die Templates + $form->{"year$_"} = ($form->{year} >= $_ ) ? "1":"0" for 2007..2107; # Get the USTVA $ustva->ustva(\%myconfig, \%$form); diff --git a/sql/Pg-upgrade2/ustva_2010.sql b/sql/Pg-upgrade2/ustva_2010.sql new file mode 100644 index 000000000..b01498a52 --- /dev/null +++ b/sql/Pg-upgrade2/ustva_2010.sql @@ -0,0 +1,15 @@ +-- @tag: ustva_2010 +-- @description: Zusätzliche UStVA Kennziffern. +-- @charset: utf-8 +-- @depends: release_2_6_1 + +INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) + VALUES (47, '21', 66, 'Nicht steuerbare sonstige Leistungen gem. § 18b Satz 1 Nr. 2 UStG', 0, 0, '01.01.2010'); +INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) + VALUES (48, '46', 6, 'Im Inland steuerpflichtige sonstige Leistungen von im übrigen Gemeinschaftsgebiet ansässigen Unternehmen (§13b Abs. 1 UStG)', 0, 0, '01.01.2010'); +INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) + VALUES (49, '47', 6, '', 49, 2, '01.01.2010'); +INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from) + VALUES (50, '83', 8, 'Verbleibender Überschuss - bitte dem Betrag ein Minuszeichen voranstellen -', 0, 0, '01.01.2010'); + + diff --git a/templates/German-ustva.html b/templates/German-ustva.html index 7acd26529..1f5da1ae7 100644 --- a/templates/German-ustva.html +++ b/templates/German-ustva.html @@ -256,6 +256,15 @@ Vorsteuerabzug.
Umsätze nach § 4 Nr. 8 bis 20 UStG +<%if year2010%> + + Nicht steuerbare Leistungen gem. § 18b Satz 1 Nr. 2 UStG + 21 + <%21%>
+ + + +<%end if year2010%> Im Inland nicht steuerbare Umsätze 45 @@ -278,6 +287,15 @@ Vorsteuerabzug.
Umsätze nach § 4 Nr. 8 bis 20 UStG <%Z45%> +<%if year2010%> + + Im Inland steuerpflichtige sonstige Leistungen von im übrigen Gemeinschaftsgebiet ansässigen Unternehmen (§13b Abs. 1 UStG) + 46 + <%46%> + 47 + <%47%> + +<%end if year2010%> Leistungen eines im Ausland ansässigen Unternehmers 52 diff --git a/users/ustva-2010.pdf b/users/ustva-2010.pdf new file mode 100755 index 000000000..86c3ee1d9 Binary files /dev/null and b/users/ustva-2010.pdf differ