Ajout champs

This commit is contained in:
Rodolphe Quiedeville 2004-02-04 18:41:45 +00:00
parent 2d0ba86414
commit 6a3c84e7d8

View File

@ -1,8 +1,5 @@
-- ========================================================================
-- Copyright (C) 2000-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
-- Copyright (C) 2000-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- 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, --