diff --git a/html/image/logo7.jpg b/html/image/logo7.jpg index 2bd7263f0..0001e4051 100644 Binary files a/html/image/logo7.jpg and b/html/image/logo7.jpg differ diff --git a/sql/ac_dossier.sql b/sql/ac_dossier.sql index 0bd86da86..a0aee5f04 100644 --- a/sql/ac_dossier.sql +++ b/sql/ac_dossier.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ create sequence dossier_id; diff --git a/sql/ac_users.sql b/sql/ac_users.sql index 9a588477f..68155137d 100644 --- a/sql/ac_users.sql +++ b/sql/ac_users.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ @@ -33,7 +33,7 @@ create table ac_users ( ); insert into ac_users (use_login, use_active,use_pass,use_usertype,use_admin) values (user,1, -'486348d8b9ac03742368d8736244e958','compta',1); +'b1cc88e1907cde80cb2595fa793b3da9','compta',1); diff --git a/sql/centralized.sql b/sql/centralized.sql index 378195a38..f2670d698 100644 --- a/sql/centralized.sql +++ b/sql/centralized.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/sql/dos_pref.sql b/sql/dos_pref.sql index 1d29f7bc0..abc889091 100644 --- a/sql/dos_pref.sql +++ b/sql/dos_pref.sql @@ -1,19 +1,19 @@ /* $Revision$ */ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/sql/fiche.sql b/sql/fiche.sql index 6f40cbe26..36aad2e95 100644 --- a/sql/fiche.sql +++ b/sql/fiche.sql @@ -1,19 +1,19 @@ /* $Revision$ */ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ drop sequence s_isup; diff --git a/sql/form.sql b/sql/form.sql index 3ec4edca7..e1b8b9bd2 100644 --- a/sql/form.sql +++ b/sql/form.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ create sequence s_formdef; diff --git a/sql/insert_pcmn.sql b/sql/insert_pcmn.sql index 08f81278f..04eca6878 100644 --- a/sql/insert_pcmn.sql +++ b/sql/insert_pcmn.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ insert into tmp_pcmn(pcm_val,pcm_lib,pcm_val_parent) values (10 ,'Capital ',1 ); diff --git a/sql/jnt_use_dos.sql b/sql/jnt_use_dos.sql index 320fabe83..51b18631e 100644 --- a/sql/jnt_use_dos.sql +++ b/sql/jnt_use_dos.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ CREATE SEQUENCE seq_jnt_use_dos diff --git a/sql/journal.sql b/sql/journal.sql index 0c85b8ba9..7aa81b1fc 100644 --- a/sql/journal.sql +++ b/sql/journal.sql @@ -1,20 +1,20 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/sql/modele.sql b/sql/modele.sql index ba3792d25..f2573c2d7 100644 --- a/sql/modele.sql +++ b/sql/modele.sql @@ -1,19 +1,19 @@ /* $Revision$ */ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ create sequence s_modid; @@ -23,3 +23,4 @@ create table modeledef ( mod_name text not null, mod_desc text ); +insert into modeledef values (1,'(BE) Basique','Comptabilité Belge, tout doit être adaptée'); diff --git a/sql/priv_user.sql b/sql/priv_user.sql index 3d283c25d..ba787637d 100644 --- a/sql/priv_user.sql +++ b/sql/priv_user.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ CREATE SEQUENCE seq_priv_user; diff --git a/sql/struct.sql b/sql/struct.sql index 10e1e32bb..e4684b2ec 100644 --- a/sql/struct.sql +++ b/sql/struct.sql @@ -6,7 +6,7 @@ SET search_path = public, pg_catalog; -- -- TOC entry 2 (OID 21938) --- Name: users_id; Type: SEQUENCE; Schema: public; Owner: webcompta +-- Name: users_id; Type: SEQUENCE; Schema: public; Owner: phpcompta -- CREATE SEQUENCE users_id @@ -19,7 +19,7 @@ CREATE SEQUENCE users_id -- -- TOC entry 10 (OID 21940) --- Name: ac_users; Type: TABLE; Schema: public; Owner: webcompta +-- Name: ac_users; Type: TABLE; Schema: public; Owner: phpcompta -- CREATE TABLE ac_users ( @@ -36,7 +36,7 @@ CREATE TABLE ac_users ( -- -- TOC entry 4 (OID 21955) --- Name: dossier_id; Type: SEQUENCE; Schema: public; Owner: webcompta +-- Name: dossier_id; Type: SEQUENCE; Schema: public; Owner: phpcompta -- CREATE SEQUENCE dossier_id @@ -49,7 +49,7 @@ CREATE SEQUENCE dossier_id -- -- TOC entry 11 (OID 21957) --- Name: ac_dossier; Type: TABLE; Schema: public; Owner: webcompta +-- Name: ac_dossier; Type: TABLE; Schema: public; Owner: phpcompta -- CREATE TABLE ac_dossier ( @@ -62,7 +62,7 @@ CREATE TABLE ac_dossier ( -- -- TOC entry 12 (OID 21964) --- Name: jnt_use_dos; Type: TABLE; Schema: public; Owner: webcompta +-- Name: jnt_use_dos; Type: TABLE; Schema: public; Owner: phpcompta -- CREATE TABLE jnt_use_dos ( @@ -74,7 +74,7 @@ CREATE TABLE jnt_use_dos ( -- -- TOC entry 13 (OID 21967) --- Name: priv_user; Type: TABLE; Schema: public; Owner: webcompta +-- Name: priv_user; Type: TABLE; Schema: public; Owner: phpcompta -- CREATE TABLE priv_user ( @@ -86,7 +86,7 @@ CREATE TABLE priv_user ( -- -- TOC entry 6 (OID 21973) --- Name: seq_jnt_use_dos; Type: SEQUENCE; Schema: public; Owner: webcompta +-- Name: seq_jnt_use_dos; Type: SEQUENCE; Schema: public; Owner: phpcompta -- CREATE SEQUENCE seq_jnt_use_dos @@ -99,7 +99,7 @@ CREATE SEQUENCE seq_jnt_use_dos -- -- TOC entry 8 (OID 21975) --- Name: seq_priv_user; Type: SEQUENCE; Schema: public; Owner: webcompta +-- Name: seq_priv_user; Type: SEQUENCE; Schema: public; Owner: phpcompta -- CREATE SEQUENCE seq_priv_user @@ -112,17 +112,17 @@ CREATE SEQUENCE seq_priv_user -- -- Data for TOC entry 21 (OID 21940) --- Name: ac_users; Type: TABLE DATA; Schema: public; Owner: webcompta +-- Name: ac_users; Type: TABLE DATA; Schema: public; Owner: phpcompta -- COPY ac_users (use_id, use_first_name, use_name, use_login, use_active, use_pass, use_admin) FROM stdin; -1 \N \N webcompta 1 486348d8b9ac03742368d8736244e958 1 +1 \N \N phpcompta 1 486348d8b9ac03742368d8736244e958 1 \. -- -- Data for TOC entry 22 (OID 21957) --- Name: ac_dossier; Type: TABLE DATA; Schema: public; Owner: webcompta +-- Name: ac_dossier; Type: TABLE DATA; Schema: public; Owner: phpcompta -- COPY ac_dossier (dos_id, dos_name, dos_description, dos_jnt_user) FROM stdin; @@ -131,7 +131,7 @@ COPY ac_dossier (dos_id, dos_name, dos_description, dos_jnt_user) FROM stdin; -- -- Data for TOC entry 23 (OID 21964) --- Name: jnt_use_dos; Type: TABLE DATA; Schema: public; Owner: webcompta +-- Name: jnt_use_dos; Type: TABLE DATA; Schema: public; Owner: phpcompta -- COPY jnt_use_dos (jnt_id, use_id, dos_id) FROM stdin; @@ -140,7 +140,7 @@ COPY jnt_use_dos (jnt_id, use_id, dos_id) FROM stdin; -- -- Data for TOC entry 24 (OID 21967) --- Name: priv_user; Type: TABLE DATA; Schema: public; Owner: webcompta +-- Name: priv_user; Type: TABLE DATA; Schema: public; Owner: phpcompta -- COPY priv_user (priv_id, priv_jnt, priv_priv) FROM stdin; @@ -149,7 +149,7 @@ COPY priv_user (priv_id, priv_jnt, priv_priv) FROM stdin; -- -- TOC entry 18 (OID 22497) --- Name: jnt_idx; Type: INDEX; Schema: public; Owner: webcompta +-- Name: jnt_idx; Type: INDEX; Schema: public; Owner: phpcompta -- CREATE INDEX jnt_idx ON jnt_use_dos USING btree (use_id, dos_id); @@ -157,7 +157,7 @@ CREATE INDEX jnt_idx ON jnt_use_dos USING btree (use_id, dos_id); -- -- TOC entry 14 (OID 22498) --- Name: ac_users_pkey; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: ac_users_pkey; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY ac_users @@ -166,7 +166,7 @@ ALTER TABLE ONLY ac_users -- -- TOC entry 15 (OID 22500) --- Name: ac_users_use_login_key; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: ac_users_use_login_key; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY ac_users @@ -175,7 +175,7 @@ ALTER TABLE ONLY ac_users -- -- TOC entry 17 (OID 22504) --- Name: ac_dossier_pkey; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: ac_dossier_pkey; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY ac_dossier @@ -184,7 +184,7 @@ ALTER TABLE ONLY ac_dossier -- -- TOC entry 16 (OID 22506) --- Name: ac_dossier_dos_name_key; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: ac_dossier_dos_name_key; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY ac_dossier @@ -193,7 +193,7 @@ ALTER TABLE ONLY ac_dossier -- -- TOC entry 19 (OID 22508) --- Name: jnt_use_dos_pkey; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: jnt_use_dos_pkey; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY jnt_use_dos @@ -202,7 +202,7 @@ ALTER TABLE ONLY jnt_use_dos -- -- TOC entry 25 (OID 22510) --- Name: $2; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: $2; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY jnt_use_dos @@ -211,7 +211,7 @@ ALTER TABLE ONLY jnt_use_dos -- -- TOC entry 26 (OID 22514) --- Name: $3; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: $3; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY jnt_use_dos @@ -220,7 +220,7 @@ ALTER TABLE ONLY jnt_use_dos -- -- TOC entry 20 (OID 22518) --- Name: priv_user_pkey; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: priv_user_pkey; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY priv_user @@ -229,7 +229,7 @@ ALTER TABLE ONLY priv_user -- -- TOC entry 27 (OID 22520) --- Name: fk_jnt; Type: CONSTRAINT; Schema: public; Owner: webcompta +-- Name: fk_jnt; Type: CONSTRAINT; Schema: public; Owner: phpcompta -- ALTER TABLE ONLY priv_user @@ -238,7 +238,7 @@ ALTER TABLE ONLY priv_user -- -- TOC entry 3 (OID 21938) --- Name: users_id; Type: SEQUENCE SET; Schema: public; Owner: webcompta +-- Name: users_id; Type: SEQUENCE SET; Schema: public; Owner: phpcompta -- SELECT pg_catalog.setval ('users_id', 29, true); @@ -246,7 +246,7 @@ SELECT pg_catalog.setval ('users_id', 29, true); -- -- TOC entry 5 (OID 21955) --- Name: dossier_id; Type: SEQUENCE SET; Schema: public; Owner: webcompta +-- Name: dossier_id; Type: SEQUENCE SET; Schema: public; Owner: phpcompta -- SELECT pg_catalog.setval ('dossier_id', 22, true); @@ -254,7 +254,7 @@ SELECT pg_catalog.setval ('dossier_id', 22, true); -- -- TOC entry 7 (OID 21973) --- Name: seq_jnt_use_dos; Type: SEQUENCE SET; Schema: public; Owner: webcompta +-- Name: seq_jnt_use_dos; Type: SEQUENCE SET; Schema: public; Owner: phpcompta -- SELECT pg_catalog.setval ('seq_jnt_use_dos', 72, true); @@ -262,7 +262,7 @@ SELECT pg_catalog.setval ('seq_jnt_use_dos', 72, true); -- -- TOC entry 9 (OID 21975) --- Name: seq_priv_user; Type: SEQUENCE SET; Schema: public; Owner: webcompta +-- Name: seq_priv_user; Type: SEQUENCE SET; Schema: public; Owner: phpcompta -- SELECT pg_catalog.setval ('seq_priv_user', 72, true); diff --git a/sql/theme.sql b/sql/theme.sql index 098844b89..8c93df6b4 100644 --- a/sql/theme.sql +++ b/sql/theme.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/sql/tmp_pcmn.sql b/sql/tmp_pcmn.sql index c40c14c5a..4fdd3b066 100644 --- a/sql/tmp_pcmn.sql +++ b/sql/tmp_pcmn.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ drop table tmp_pcmn diff --git a/sql/user_pref.sql b/sql/user_pref.sql index 26b343cc2..9900e6909 100644 --- a/sql/user_pref.sql +++ b/sql/user_pref.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ create table user_pref( diff --git a/sql/user_sec.sql b/sql/user_sec.sql index 4b62b809d..251054488 100644 --- a/sql/user_sec.sql +++ b/sql/user_sec.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ create sequence s_user_jrn; diff --git a/sql/version.sql b/sql/version.sql index 16558f50a..8bde6fd99 100644 --- a/sql/version.sql +++ b/sql/version.sql @@ -1,19 +1,19 @@ /* - * This file is part of WCOMPTA. + * This file is part of PhpCompta. * - * WCOMPTA is free software; you can redistribute it and/or modify + * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * WCOMPTA is distributed in the hope that it will be useful, + * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WCOMPTA; if not, write to the Free Software + * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ create table version ( val integer);