From cfbe90498f2728c5acc5d7a460a520a98a2433f2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Mar 2008 14:24:20 +0000 Subject: [PATCH] Add a new social contribution label --- mysql/data/data.sql | 1 + mysql/migration/2.2.0-2.4.0.sql | 3 +++ 2 files changed, 4 insertions(+) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index e44c37146c9..19268d03ade 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -362,6 +362,7 @@ insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (10, 'Taxe apprenttissage', 0,1,'TAXAPP'); insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (11, 'Taxe professionnelle', 0,1,'TAXPRO'); insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (20, 'Impots locaux/fonciers', 0,1,'TAXFON'); +insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (25, 'Impots revenus', 0,1,'TAXREV'); insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (30, 'Assurance Sante (SECU-URSSAF)', 0,1,'TAXSECU'); insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (40, 'Mutuelle', 0,1,'TAXMUT'); insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (50, 'Assurance vieillesse (CNAV)', 0,1,'TAXRET'); diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql index 6cefa7b5734..562ce79f475 100644 --- a/mysql/migration/2.2.0-2.4.0.sql +++ b/mysql/migration/2.2.0-2.4.0.sql @@ -235,3 +235,6 @@ update llx_actioncomm set datea2 = datea where datea2 is null and percent = 100; alter table llx_projet modify fk_soc integer; update llx_rights_def set module='societe' where module='commercial' and perms='client' and subperms='voir'; + +insert into llx_c_chargesociales (id, libelle, deductible, active, actioncompta) values (25, 'Impots revenus', 0,1,'TAXREV'); +