forked from Wavyzz/dolibarr
Suite module action/agenda
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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$
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user