1 -- Minimal Chart of Accounts
4 id, accno, description, charttype, category,
6 link, -- create links to all forms as default
8 gifi_accno, taxkey_id, pos_ustva, pos_bwa, pos_bilanz,
9 pos_eur, datevautomatik, new_chart_id, valid_from
13 0, '0', 'Nicht zugeordnet', 'A', 'A',
14 'AR:AP:IC:AR_amount:AR_paid:AP_amount:AP_paid:IC_sale:IC_cogs:IC_income:IC_expense',
19 -- Minimal Tax-o-matic Configuration
22 id, chart_id, rate, taxnumber, taxkey, taxdescription
24 '0', '0', '0', '0', '0', 'ohne Steuerautomatik');
28 id, chart_id, tax_id, taxkey_id, pos_ustva, startdate
30 0, 0, 0, 0, 0, '1970-01-01'
33 DELETE FROM tax_zones;
35 INSERT INTO tax_zones (
42 -- Minimal buchungsgruppen
43 INSERT INTO buchungsgruppen (
44 id, description, inventory_accno_id,
45 income_accno_id_0, expense_accno_id_0, income_accno_id_1,
46 expense_accno_id_1, income_accno_id_2, expense_accno_id_2,
47 income_accno_id_3, expense_accno_id_3
57 INSERT INTO customer (
59 ) VALUES ( 0, ' keiner');
63 ) VALUES ( 0, ' keiner');
70 inventory_accno_id = 0,
86 coa = 'Leerer-Kontenrahmen',