[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr htdocs/productpre.inc.php mysql/tables...
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr htdocs/productpre.inc.php mysql/tables... |
Date: |
Sun, 18 Jun 2006 10:48:38 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/18 10:48:38
Modified files:
htdocs/product : pre.inc.php
Removed files:
mysql/tables : llx_album.sql llx_album_to_groupart.sql
llx_concert.sql llx_groupart.sql
pgsql/tables : llx_album.sql llx_album_to_groupart.sql
llx_concert.sql llx_groupart.sql
Log message:
Suppression de fichiers inutiles
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/product/pre.inc.php?cvsroot=dolibarr&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/tables/llx_album.sql?cvsroot=dolibarr&r1=1.3&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/tables/llx_album_to_groupart.sql?cvsroot=dolibarr&r1=1.3&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/tables/llx_concert.sql?cvsroot=dolibarr&r1=1.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/tables/llx_groupart.sql?cvsroot=dolibarr&r1=1.4&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/pgsql/tables/llx_album.sql?cvsroot=dolibarr&r1=1.13&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/pgsql/tables/llx_album_to_groupart.sql?cvsroot=dolibarr&r1=1.10&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/pgsql/tables/llx_concert.sql?cvsroot=dolibarr&r1=1.12&r2=0
http://cvs.savannah.gnu.org/viewcvs/dolibarr/pgsql/tables/llx_groupart.sql?cvsroot=dolibarr&r1=1.12&r2=0
Patches:
Index: htdocs/product/pre.inc.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/product/pre.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- htdocs/product/pre.inc.php 8 Jun 2006 20:25:44 -0000 1.22
+++ htdocs/product/pre.inc.php 18 Jun 2006 10:48:37 -0000 1.23
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: pre.inc.php,v 1.22 2006/06/08 20:25:44 eldy Exp $
+ * $Id: pre.inc.php,v 1.23 2006/06/18 10:48:37 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/product/pre.inc.php,v $
*/
@@ -24,7 +24,7 @@
\file htdocs/product/pre.inc.php
\ingroup product,service
\brief Fichier gestionnaire du menu gauche des produits et
services
- \version $Revision: 1.22 $
+ \version $Revision: 1.23 $
*/
require("../main.inc.php");
@@ -65,21 +65,6 @@
}
}
- if ($conf->boutique->enabled)
- {
- $menu->add(DOL_URL_ROOT."/product/osc-liste.php", "Osc");
-
$menu->add_submenu(DOL_URL_ROOT."/product/osc-liste.php?reqstock=epuise",
"Produits Epuisés");
-
- $menu->add(DOL_URL_ROOT."/product/osc-reviews.php",
$langs->trans("Criticals"));
-
-
$menu->add_submenu(DOL_URL_ROOT."/product/osc-productsbyreviews.php",
"Meilleurs produits");
-
- $menu->add(DOL_URL_ROOT."/product/album/", "Albums");
- $menu->add(DOL_URL_ROOT."/product/groupart/",
"Groupes/Artistes");
-
- $menu->add(DOL_URL_ROOT."/product/categorie/",
$langs->trans("Categories"));
- }
-
if ($conf->fournisseur->enabled) {
$langs->load("suppliers");
$menu->add(DOL_URL_ROOT."/fourn/index.php",
$langs->trans("Suppliers"));
Index: mysql/tables/llx_album.sql
===================================================================
RCS file: mysql/tables/llx_album.sql
diff -N mysql/tables/llx_album.sql
--- mysql/tables/llx_album.sql 9 Oct 2004 00:06:52 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,35 +0,0 @@
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_album.sql,v 1.3 2004/10/09 00:06:52 opensides Exp $
--- $Source: /cvsroot/dolibarr/dolibarr/mysql/tables/Attic/llx_album.sql,v $
---
--- ============================================================================
-
-create table llx_album
-(
- rowid integer AUTO_INCREMENT PRIMARY KEY,
- osc_id integer NOT NULL,
- tms timestamp,
- ref varchar(12),
- title varchar(64),
- annee smallint(64),
- description text,
- collectif tinyint,
- fk_user_author integer
-)type=innodb;
-
Index: mysql/tables/llx_album_to_groupart.sql
===================================================================
RCS file: mysql/tables/llx_album_to_groupart.sql
diff -N mysql/tables/llx_album_to_groupart.sql
--- mysql/tables/llx_album_to_groupart.sql 5 Feb 2004 16:19:06 -0000
1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_album_to_groupart.sql,v 1.3 2004/02/05 16:19:06 rodolphe Exp $
--- $Source:
/cvsroot/dolibarr/dolibarr/mysql/tables/Attic/llx_album_to_groupart.sql,v $
---
--- ============================================================================
-
-create table llx_album_to_groupart
-(
- fk_album integer NOT NULL,
- fk_groupart integer NOT NULL,
-
- unique key(fk_album, fk_groupart)
-)type=innodb;
-
Index: mysql/tables/llx_concert.sql
===================================================================
RCS file: mysql/tables/llx_concert.sql
diff -N mysql/tables/llx_concert.sql
--- mysql/tables/llx_concert.sql 5 Feb 2004 16:19:06 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,34 +0,0 @@
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_concert.sql,v 1.2 2004/02/05 16:19:06 rodolphe Exp $
--- $Source: /cvsroot/dolibarr/dolibarr/mysql/tables/Attic/llx_concert.sql,v $
---
--- ============================================================================
-
-create table llx_concert
-(
- rowid integer AUTO_INCREMENT PRIMARY KEY,
- tms timestamp,
- date_concert datetime NOT NULL,
- description text,
- collectif tinyint DEFAULT 0 NOT NULL,
- fk_groupart integer,
- fk_lieu_concert integer,
- fk_user_author integer
-)type=innodb;
-
Index: mysql/tables/llx_groupart.sql
===================================================================
RCS file: mysql/tables/llx_groupart.sql
diff -N mysql/tables/llx_groupart.sql
--- mysql/tables/llx_groupart.sql 9 Oct 2004 11:26:43 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,33 +0,0 @@
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_groupart.sql,v 1.4 2004/10/09 11:26:43 opensides Exp $
--- $Source: /cvsroot/dolibarr/dolibarr/mysql/tables/Attic/llx_groupart.sql,v $
---
--- ============================================================================
-
-create table llx_groupart
-(
- rowid integer AUTO_INCREMENT PRIMARY KEY,
- osc_id integer NOT NULL,
- tms timestamp,
- nom varchar(64),
- groupart enum("artiste","groupe") NOT NULL,
- description text NOT NULL,
- fk_user_author integer
-)type=innodb;
-
Index: pgsql/tables/llx_album.sql
===================================================================
RCS file: pgsql/tables/llx_album.sql
diff -N pgsql/tables/llx_album.sql
--- pgsql/tables/llx_album.sql 20 May 2006 13:27:02 -0000 1.13
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,39 +0,0 @@
--- Generated from dolibarr_mysql2pgsql
--- (c) 2004, PostgreSQL Inc.
--- (c) 2005, Laurent Destailleur.
-
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_album.sql,v 1.13 2006/05/20 13:27:02 eldy Exp $
--- $Source: /cvsroot/dolibarr/dolibarr/pgsql/tables/Attic/llx_album.sql,v $
---
--- ============================================================================
-
-create table llx_album
-(
- rowid SERIAL PRIMARY KEY,
- "osc_id" integer NOT NULL,
- "tms" timestamp,
- "ref" varchar(12),
- "title" varchar(64),
- "annee" int2,
- "description" text,
- "collectif" smallint,
- "fk_user_author" integer
-);
-
Index: pgsql/tables/llx_album_to_groupart.sql
===================================================================
RCS file: pgsql/tables/llx_album_to_groupart.sql
diff -N pgsql/tables/llx_album_to_groupart.sql
--- pgsql/tables/llx_album_to_groupart.sql 20 May 2006 13:27:02 -0000
1.10
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,34 +0,0 @@
--- Generated from dolibarr_mysql2pgsql
--- (c) 2004, PostgreSQL Inc.
--- (c) 2005, Laurent Destailleur.
-
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_album_to_groupart.sql,v 1.10 2006/05/20 13:27:02 eldy Exp $
--- $Source:
/cvsroot/dolibarr/dolibarr/pgsql/tables/Attic/llx_album_to_groupart.sql,v $
---
--- ============================================================================
-
-
-create table llx_album_to_groupart
-(
- "fk_album" integer NOT NULL,
- "fk_groupart" integer NOT NULL,
- UNIQUE(fk_album, fk_groupart)
-);
-
Index: pgsql/tables/llx_concert.sql
===================================================================
RCS file: pgsql/tables/llx_concert.sql
diff -N pgsql/tables/llx_concert.sql
--- pgsql/tables/llx_concert.sql 20 May 2006 13:27:02 -0000 1.12
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,38 +0,0 @@
--- Generated from dolibarr_mysql2pgsql
--- (c) 2004, PostgreSQL Inc.
--- (c) 2005, Laurent Destailleur.
-
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_concert.sql,v 1.12 2006/05/20 13:27:02 eldy Exp $
--- $Source: /cvsroot/dolibarr/dolibarr/pgsql/tables/Attic/llx_concert.sql,v $
---
--- ============================================================================
-
-create table llx_concert
-(
- rowid SERIAL PRIMARY KEY,
- "tms" timestamp,
- "date_concert" timestamp,
- "description" text,
- "collectif" smallint DEFAULT 0 NOT NULL,
- "fk_groupart" integer,
- "fk_lieu_concert" integer,
- "fk_user_author" integer
-);
-
Index: pgsql/tables/llx_groupart.sql
===================================================================
RCS file: pgsql/tables/llx_groupart.sql
diff -N pgsql/tables/llx_groupart.sql
--- pgsql/tables/llx_groupart.sql 20 May 2006 13:27:02 -0000 1.12
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,37 +0,0 @@
--- Generated from dolibarr_mysql2pgsql
--- (c) 2004, PostgreSQL Inc.
--- (c) 2005, Laurent Destailleur.
-
--- ============================================================================
--- Copyright (C) 2003 Rodolphe Quiedeville <address@hidden>
---
--- This program 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.
---
--- This program 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 this program; if not, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
---
--- $Id: llx_groupart.sql,v 1.12 2006/05/20 13:27:02 eldy Exp $
--- $Source: /cvsroot/dolibarr/dolibarr/pgsql/tables/Attic/llx_groupart.sql,v $
---
--- ============================================================================
-
-create table llx_groupart
-(
- rowid SERIAL PRIMARY KEY,
- "osc_id" integer NOT NULL,
- "tms" timestamp,
- "nom" varchar(64),
- "groupart" varchar(7) CHECK (groupart IN ('artiste','groupe')) NOT NULL,
- "description" text NOT NULL,
- "fk_user_author" integer
-);
-
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dolibarr-cvs] dolibarr htdocs/productpre.inc.php mysql/tables...,
Regis Houssin <=