Difference between revisions of "Module Agenda (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m
Line 4: Line 4:
 
name=AgendaEn|  
 
name=AgendaEn|  
 
devdoc=This page|
 
devdoc=This page|
userdoc=[[AgendaEn|Agenda]]|}}
+
userdoc=[[Module Agenda En|Module Agenda]]|}}
  
 
= Feature =
 
= Feature =

Revision as of 11:20, 7 August 2009

AgendaEn
Numero/ID of module {{{num}}}
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.

Number : 2400

Entite Event

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