sql/account_chart.sql
changeset 0 04114bce8fd0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sql/account_chart.sql	Thu May 18 23:05:01 2006 +0200
@@ -0,0 +1,51 @@
+INSERT INTO chart (account_num,
+			name,
+			description,
+			general,
+			account,
+			enabled,
+			type,
+			links)
+	VALUES ('1',
+		'Finançament Bàsic',
+		'Totes les comptes de finançament bàsic',
+		1,
+		0,
+		0,
+		NULL,
+		NULL);
+
+
+INSERT INTO chart (account_num,
+			name,
+			description,
+			general,
+			account,
+			enabled,
+			type,
+			links)
+	VALUES ('100',
+		'Capital Social',
+		'Capital posat pels socis',
+		1,
+		1,
+		1,
+		'A',
+		NULL);
+
+INSERT INTO chart (account_num,
+			name,
+			description,
+			general,
+			account,
+			enabled,
+			type,
+			links)
+	VALUES ('101',
+		'Fons Social',
+		'Fondos',
+		1,
+		1,
+		1,
+		'A',
+		NULL);