Difference between revisions of "Module Agenda (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
= Entity Event =
 
= Entity Event =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs/actioncomm.class.php}}
+
class=htdocs/comm/action/class/actioncomm.class.php}}
  
 
= Permissions =
 
= Permissions =

Revision as of 14:10, 29 September 2010

Agenda
Numero/ID of module 2400
User doc. of module Module Agenda
Developer doc. of module This page

Feature

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

Entity Event

The PHP class to use to manipulate such object is file htdocs/comm/action/class/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