[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/pgsql/tables/ -> llx_contrat.sql (source)

   1  -- Generated from dolibarr_mysql2pgsql
   2  -- (c) 2004, PostgreSQL Inc.
   3  -- (c) 2005, Laurent Destailleur.
   4  
   5  -- ============================================================================
   6  -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
   7  -- Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
   8  --
   9  -- This program is free software; you can redistribute it and/or modify
  10  -- it under the terms of the GNU General Public License as published by
  11  -- the Free Software Foundation; either version 2 of the License, or
  12  -- (at your option) any later version.
  13  --
  14  -- This program is distributed in the hope that it will be useful,
  15  -- but WITHOUT ANY WARRANTY; without even the implied warranty of
  16  -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17  -- GNU General Public License for more details.
  18  --
  19  -- You should have received a copy of the GNU General Public License
  20  -- along with this program; if not, write to the Free Software
  21  -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22  --
  23  -- $Id: llx_contrat.sql,v 1.12 2005/12/17 15:31:40 eldy Exp $
  24  -- $Source: /cvsroot/dolibarr/dolibarr/pgsql/tables/llx_contrat.sql,v $
  25  --
  26  -- ============================================================================
  27  
  28  create table llx_contrat
  29  (
  30    rowid SERIAL PRIMARY KEY,  
  31    "ref"               varchar(30),        -- reference de contrat
  32    "tms"             timestamp,
  33    "datec"           timestamp, -- date de creation de l'enregistrement
  34    "date_contrat"    timestamp,
  35    "statut"          smallint DEFAULT 0,
  36    "mise_en_service" timestamp,
  37    "fin_validite"    timestamp,
  38    "date_cloture"    timestamp,
  39    "fk_soc"          integer NOT NULL,
  40    "fk_projet"       integer,
  41    "fk_commercial_signature" integer NOT NULL,      -- obsolete
  42    "fk_commercial_suivi"     integer NOT NULL,    -- obsolete
  43    "fk_user_author"          integer NOT NULL default 0,
  44    "fk_user_mise_en_service" integer,
  45    "fk_user_cloture" integer
  46  );
  47  


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics