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

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

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

revision 1.3 by sparkyx, Sat Feb 26 17:26:54 2005 UTC revision 1.4 by sparkyx, Fri May 6 21:23:40 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 171  CREATE TABLE jrn ( Line 172  CREATE TABLE jrn (
172      jr_ech date,      jr_ech date,
173      jr_rapt text,      jr_rapt text,
174      jr_valid boolean DEFAULT true,      jr_valid boolean DEFAULT true,
     j_pj integer,  
175      jr_opid integer,      jr_opid integer,
176      jr_c_opid integer      jr_c_opid integer,
177        jr_pj oid,
178        jr_pj_name text,
179        jr_pj_type text
180  );  );
181  CREATE TABLE stock_goods (  CREATE TABLE stock_goods (
182      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.3  
changed lines
  Added in v.1.4

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