epic-s6ts
[kivitendo-erp.git] / sql / Pg-upgrade2 / ustva_2010.sql
1 -- @tag: ustva_2010
2 -- @description: Zusätzliche UStVA Kennziffern.
3 -- @depends: release_2_6_1
4
5 INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from)
6   VALUES (47, '21', 66, 'Nicht steuerbare sonstige Leistungen gem. § 18b Satz 1 Nr. 2 UStG', 0, 0, '01.01.2010');
7 INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from)
8   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');
9 INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from)
10   VALUES (49, '47', 6, '', 49, 2, '01.01.2010');
11 INSERT INTO tax.report_variables (id, position, heading_id, description, taxbase, dec_places, valid_from)
12   VALUES (50, '83', 8, 'Verbleibender Überschuss - bitte dem Betrag ein Minuszeichen voranstellen -', 0, 0, '01.01.2010');
13
14