sql/account_chart.sql
changeset 0 04114bce8fd0
equal deleted inserted replaced
-1:000000000000 0:04114bce8fd0
       
     1 INSERT INTO chart (account_num,
       
     2 			name,
       
     3 			description,
       
     4 			general,
       
     5 			account,
       
     6 			enabled,
       
     7 			type,
       
     8 			links)
       
     9 	VALUES ('1',
       
    10 		'Finançament Bàsic',
       
    11 		'Totes les comptes de finançament bàsic',
       
    12 		1,
       
    13 		0,
       
    14 		0,
       
    15 		NULL,
       
    16 		NULL);
       
    17 
       
    18 
       
    19 INSERT INTO chart (account_num,
       
    20 			name,
       
    21 			description,
       
    22 			general,
       
    23 			account,
       
    24 			enabled,
       
    25 			type,
       
    26 			links)
       
    27 	VALUES ('100',
       
    28 		'Capital Social',
       
    29 		'Capital posat pels socis',
       
    30 		1,
       
    31 		1,
       
    32 		1,
       
    33 		'A',
       
    34 		NULL);
       
    35 
       
    36 INSERT INTO chart (account_num,
       
    37 			name,
       
    38 			description,
       
    39 			general,
       
    40 			account,
       
    41 			enabled,
       
    42 			type,
       
    43 			links)
       
    44 	VALUES ('101',
       
    45 		'Fons Social',
       
    46 		'Fondos',
       
    47 		1,
       
    48 		1,
       
    49 		1,
       
    50 		'A',
       
    51 		NULL);