UStVA 2010 Rahmen.
[kivitendo-erp.git] / sql / Pg-upgrade2 / ustva_2010.sql
diff --git a/sql/Pg-upgrade2/ustva_2010.sql b/sql/Pg-upgrade2/ustva_2010.sql
new file mode 100644 (file)
index 0000000..b01498a
--- /dev/null
@@ -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');
+
+