X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FLeerer-Kontenrahmen-chart.sql;h=bb61d9613cd14a38857992d7bb97829cbf68f13a;hb=9e89e92f5b0963f57da4e4840ad8d53408d7f823;hp=d42c9e46cd8e367c1fe7536a114d12647cec6caa;hpb=f50c1d90ec37816414ae5a28241d854256edba03;p=kivitendo-erp.git diff --git a/sql/Leerer-Kontenrahmen-chart.sql b/sql/Leerer-Kontenrahmen-chart.sql index d42c9e46c..bb61d9613 100644 --- a/sql/Leerer-Kontenrahmen-chart.sql +++ b/sql/Leerer-Kontenrahmen-chart.sql @@ -1,2 +1,20 @@ --- empty COA +-- changes on system tables +-- TODO Make me Update2 +-- Minimal COA + +INSERT INTO chart ( + accno, description, charttype, category, link, + gifi_accno, taxkey_id, pos_ustva, pos_bwa, pos_bilanz, + pos_eur, datevautomatik, new_chart_id, valid_from +) VALUES ( + ' ', 'Nicht zugeordnet' 'A', '', '', + '', 0, 0, 0, 0, + 0, FALSE, 0, now() +); + +-- Minimal Tax Konfiguration + +INSERT INTO tax + (chart_id, rate, taxnumber, taxkey, taxdescription) +VALUES ('0', '0', '0', '0', 'ohne Steuerautomatik');