Difference between revisions of "Module Agenda (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
Line 12: Line 12:
  
 
= Entite Event =
 
= Entite Event =
La classe PHP pour manipuler l'objet est le fichier
+
{{TemplateDocDevEntityEn|
''htdocs/actioncommt.class.php''.
+
class=actioncomm.class.php}}
 
 
Elle contient principalement une méthode fecth, insert et delete.
 
  
 
= Permissions =
 
= Permissions =

Revision as of 09:36, 5 August 2009

AgendaEn
Numero/ID of module {{{num}}}
User doc. of module Agenda
Developer doc. of module This page

Feature

The Agenda module add a calendar into Dolibarr. You can manage new things like events.

Number : 2400

Entite Event

The PHP class to use to manipulate such object is file actioncomm.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Permissions

  • ->agenda->myactions->read
  • ->agenda->myactions->create
  • ->agenda->allactions->read
  • ->agenda->allactions->create

Tables SQL