2
0
forked from Wavyzz/dolibarr

Suite module action/agenda

This commit is contained in:
Laurent Destailleur
2008-03-02 18:47:42 +00:00
parent 9519e26fd9
commit ee144f32c8
30 changed files with 553 additions and 234 deletions

View File

@@ -67,7 +67,7 @@ class modAgenda extends DolibarrModules
// Config pages
//-------------
$this->config_page_url = array();
$this->config_page_url = array("agenda.php");
// Dependances
//------------
@@ -130,14 +130,6 @@ class modAgenda extends DolibarrModules
$this->rights[$r][5] = 'create';
$r++;
$this->rights[$r][0] = 2410;
$this->rights[$r][1] = 'Read Dolibarr audit events';
$this->rights[$r][2] = 'r';
$this->rights[$r][3] = 0;
$this->rights[$r][4] = 'events';
$this->rights[$r][5] = 'read';
$r++;
// Menus
//------
$r=0;

View File

@@ -15,13 +15,12 @@
* 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$
*/
/**
\defgroup bookmark Module Bookmark
\brief Module pour g<>rer les Bookmarks
\version $Id$
*/
/**
@@ -50,14 +49,14 @@ class modBookmark extends DolibarrModules
$this->db = $DB ;
$this->numero = 330;
$this->family = "technic";
$this->family = "other";
$this->name = "Bookmarks";
$this->description = "Gestion des Bookmarks";
$this->revision = explode(' ','$Revision$');
$this->version = $this->revision[1];
$this->const_name = 'MAIN_MODULE_BOOKMARK';
$this->special = 0;
$this->special = 2;
$this->picto='bookmark';
// Dir

View File

@@ -51,7 +51,7 @@ class modBoutique extends DolibarrModules
$this->numero = 800;
$this->family = "products";
$this->name = "OSCommerce 1";
$this->name = "OSCommerce direct";
$this->description = "Interface de visualisation d'une boutique OSCommerce";
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_BOUTIQUE';

View File

@@ -52,7 +52,7 @@ class modOSCommerce2 extends DolibarrModules
$this->numero = 900;
$this->family = "products";
$this->name = "OSCommerce 2";
$this->name = "OSCommerce by WS";
$this->description = "Interface de visualisation d'une boutique OSCommerce via des Web services.\nCe module requiert d'installer les composants dans /oscommerce_ws/ws_server sur OSCommerce. Voir fichier README dans /oscommerce_ws/ws_server";
$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_OSCOMMERCEWS';

View File

@@ -14,13 +14,12 @@
* 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$
*/
/** \defgroup phenix Module Phenix
\brief Module to include Phenix into Dolibarr and
add Dolibarr events directly inside a Phenix database.
\version $Id$
*/
/**