Difference between revisions of "Module Agenda (developer)"
Jump to navigation
Jump to search
m |
m (→Entite Event) |
||
Line 10: | Line 10: | ||
The Agenda module add a calendar into Dolibarr. You can manage new things like events. | The Agenda module add a calendar into Dolibarr. You can manage new things like events. | ||
− | = | + | = Entity Event = |
{{TemplateDocDevEntityEn| | {{TemplateDocDevEntityEn| | ||
class=htdocs/actioncomm.class.php}} | class=htdocs/actioncomm.class.php}} |
Revision as of 16:03, 7 November 2009
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/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
- llx_actioncomm Contains list of events
- llx_c_actioncomm Contains list of type of events