X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FSwitzerland-deutsch-ohneMWST-2014-chart.sql;h=cda2f76561b3f10dac9f850e85a12985475d076b;hb=9b4e6a46a2eeb7508798ef8e8e336f673e484a29;hp=50165e9f7816587ffdafb2ffad43628e818591f9;hpb=5fbbcc264d55bb7b7f9f66a431d87d95d5857093;p=kivitendo-erp.git diff --git a/sql/Switzerland-deutsch-ohneMWST-2014-chart.sql b/sql/Switzerland-deutsch-ohneMWST-2014-chart.sql index 50165e9f7..cda2f7656 100644 --- a/sql/Switzerland-deutsch-ohneMWST-2014-chart.sql +++ b/sql/Switzerland-deutsch-ohneMWST-2014-chart.sql @@ -3,9 +3,11 @@ -- Korrigiert: November 2015 -- Grundlage: Revision OR Stand 1.1.2013, insbesondere Art. 957a Abs. 2 +ALTER TABLE chart ADD COLUMN pos_er INTEGER; + DELETE FROM chart; -INSERT INTO chart (accno, description, charttype, category, link, gifi_accno, taxkey_id, pos_ustva, pos_bwa, pos_bilanz, pos_eur, datevautomatik, valid_from) VALUES +INSERT INTO chart (accno, description, charttype, category, link, gifi_accno, taxkey_id, pos_ustva, pos_bwa, pos_bilanz, pos_er, datevautomatik, valid_from) VALUES ('1', 'AKTIVEN','H','','','1',0,NULL,NULL,NULL,NULL,FALSE,'2011-01-01 00:00:00.000000'), ('10', 'UMLAUFSVERMÖGEN','H','','','10',0,NULL,NULL,NULL,NULL,FALSE,'2011-01-01 00:00:00.000000'), ('100', 'Flüssige Mittel','H','','','100',0,NULL,NULL,NULL,NULL,FALSE,'2011-01-01 00:00:00.000000'),