sql/account_chart.sql
author viric@llimona
Thu, 18 May 2006 23:05:01 +0200
changeset 0 04114bce8fd0
permissions -rw-r--r--
Initial from sourceforge's cvs.

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);