Das "NOT NULL"-Constraint darf ruhig da bleiben, auch wenn "0" in die Spalte geschrie...
[kivitendo-erp.git] / sql / Leerer-Kontenrahmen-chart.sql
1 -- changes on system tables
2 -- TODO Make me Update2
3
4 -- Minimal COA
5
6 INSERT INTO chart (
7   accno,       description,        charttype,     category,    link,    
8   gifi_accno,  taxkey_id,          pos_ustva,     pos_bwa,     pos_bilanz,  
9   pos_eur,     datevautomatik,     new_chart_id,  valid_from  
10 ) VALUES (
11   ' ',         'Nicht zugeordnet'  'A',           '',          '',
12   '',          0,                  0,             0,           0,
13   0,           FALSE,              0,             now()  
14 );
15
16 -- Minimal Tax Konfiguration
17
18 INSERT INTO tax 
19        (chart_id,  rate,  taxnumber,  taxkey,  taxdescription) 
20 VALUES ('0',       '0',   '0',         '0',     'ohne Steuerautomatik');