diff --git a/mysql/tables/llx_societe.sql b/mysql/tables/llx_societe.sql index 6a11c00882f..50b6d602389 100644 --- a/mysql/tables/llx_societe.sql +++ b/mysql/tables/llx_societe.sql @@ -1,8 +1,5 @@ -- ======================================================================== --- Copyright (C) 2000-2003 Rodolphe Quiedeville --- --- $Id$ --- $Source$ +-- Copyright (C) 2000-2004 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -18,6 +15,9 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ +-- $Source$ +-- -- ======================================================================== create table llx_societe @@ -40,7 +40,11 @@ create table llx_societe fk_secteur integer default 0, -- fk_effectif integer default 0, -- fk_typent integer default 0, -- - siren varchar(9), -- + siren varchar(9), -- siren ou RCS + siret varchar(14), -- numero de siret + ape varchar(4), -- code ape + tva_intra varchar(20), -- tva intracommunautaire + capital real, -- capital de la société description text, -- fk_stcomm smallint default 0, -- commercial statut note text, --