/[phpcompta]/phpcompta/html/admin/sql/dossier1/table.sql
ViewVC logotype

Diff of /phpcompta/html/admin/sql/dossier1/table.sql

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

revision 1.5 by sparkyx, Sat Feb 26 17:26:54 2005 UTC revision 1.6 by sparkyx, Fri May 6 21:23:39 2005 UTC
# Line 17  CREATE TABLE parm_periode ( Line 17  CREATE TABLE parm_periode (
17      p_start date NOT NULL,      p_start date NOT NULL,
18      p_end date,      p_end date,
19      p_exercice text DEFAULT to_char(now(), 'YYYY'::text) NOT NULL,      p_exercice text DEFAULT to_char(now(), 'YYYY'::text) NOT NULL,
20      p_closed boolean DEFAULT false      p_closed boolean DEFAULT false,
21        p_central boolean DEFAULT false
22  );  );
23  CREATE TABLE jrn_type (  CREATE TABLE jrn_type (
24      jrn_type_id character(3) NOT NULL,      jrn_type_id character(3) NOT NULL,
# Line 167  CREATE TABLE jrn ( Line 168  CREATE TABLE jrn (
168      jr_ech date,      jr_ech date,
169      jr_rapt text,      jr_rapt text,
170      jr_valid boolean DEFAULT true,      jr_valid boolean DEFAULT true,
     j_pj integer,  
171      jr_opid integer,      jr_opid integer,
172      jr_c_opid integer      jr_c_opid integer,
173        jr_pj oid,
174        jr_pj_name text,
175        jr_pj_type text
176  );  );
177  CREATE TABLE stock_goods (  CREATE TABLE stock_goods (
178      sg_id integer DEFAULT nextval('s_stock_goods'::text) NOT NULL,      sg_id integer DEFAULT nextval('s_stock_goods'::text) NOT NULL,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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