Index: data/data.sql =================================================================== RCS file: /cvsroot/dolibarr/dolibarr/mysql/data/data.sql,v retrieving revision 1.168 diff -u -r1.168 data.sql --- data/data.sql 13 Nov 2005 01:57:08 -0000 1.168 +++ data/data.sql 28 Nov 2005 21:23:44 -0000 @@ -19,7 +19,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- $Id: data.sql,v 1.168 2005/11/13 01:57:08 eldy Exp $ +-- $Id: data.sql,v 1.172 2005/11/26 01:44:34 eldy Exp $ -- $Source: /cvsroot/dolibarr/dolibarr/mysql/data/data.sql,v $ -- @@ -540,13 +540,25 @@ insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'103','SCRL - Société coopérative à responsabilité limitée'); insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'104','ASBL - Association sans but Lucratif'); insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'105','SCRI - Société coopérative à responsabilité illimitée'); -insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'106','SCS - Société en comanndite simple'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'106','SCS - Société en commandite simple'); insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'107','SCA - Société en commandite par action'); insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'108','SNC - Société en nom collectif'); insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'109','GIE - Groupement d\'intérêt économique'); insert into llx_c_forme_juridique (fk_pays, code, libelle) values (2,'110','GEIE - Groupement européen d\'intérêt économique'); -- +-- Pour le Royaume Uni +-- + +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '200', 'Sole Trader'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '201', 'Partnership'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '202', 'Private Limited Company by shares - (LTD)'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '203', 'Public Limited Company'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '204', 'Workers Cooperative'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '205', 'Limited Liability Partnership'); +insert into llx_c_forme_juridique (fk_pays, code, libelle) values (7, '206', 'Franchise'); + +-- -- Types paiement -- @@ -800,3 +812,7 @@ insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (80, 'projet', 'internal', 'PROJECTLEADER', 'Chef de Projet', 1); insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (81, 'projet', 'external', 'PROJECTLEADER', 'Chef de Projet', 1); +insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (50, 'facture', 'internal', 'SALESREPFOLL', 'Commercial suivi du paiement', 1); +insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (60, 'facture', 'external', 'BILLING', 'Contact client facturation', 1); +insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'CUSTOMER', 'Contact client livraison/préstation', 1); +