/[dolibarr]/dolibarr/pgsql/tables/llx_facture_fourn.sql
ViewVC logotype

Diff of /dolibarr/pgsql/tables/llx_facture_fourn.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by eldy, Fri Mar 4 22:43:16 2005 UTC revision 1.12 by eldy, Tue Aug 23 23:45:34 2005 UTC
# Line 28  Line 28 
28    
29    
30    
31    
32    
33  create table llx_facture_fourn  create table llx_facture_fourn
34  (  (
35    rowid SERIAL PRIMARY KEY,    rowid SERIAL PRIMARY KEY,
# Line 47  create table llx_facture_fourn Line 49  create table llx_facture_fourn
49    "fk_statut"  smallint DEFAULT 0 NOT NULL,    "fk_statut"  smallint DEFAULT 0 NOT NULL,
50    "fk_user_author"  integer,   -- createur de la facture    "fk_user_author"  integer,   -- createur de la facture
51    "fk_user_valid"   integer,   -- valideur de la facture    "fk_user_valid"   integer,   -- valideur de la facture
52      "fk_projet"           integer,   -- projet auquel est associée la facture
53      "fk_cond_reglement"   integer  DEFAULT 1 NOT NULL,   -- condition de reglement (30 jours, fin de mois ...)
54      "date_lim_reglement"  date,      -- date limite de reglement
55    "note"       text,    "note"       text,
56    UNIQUE(facnumber, fk_soc)    UNIQUE(facnumber, fk_soc)
57  );  );

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26