Difference between revisions of "Module Agenda (developer)"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
[[Category:AgendaEn]] | [[Category:AgendaEn]] | ||
− | {{ | + | {{TemplateDocDevEn}} |
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
name=AgendaEn| | name=AgendaEn| | ||
devdoc=This page| | devdoc=This page| | ||
userdoc=[[Agenda]]|}} | userdoc=[[Agenda]]|}} | ||
− | |||
− | = | + | = Feature = |
− | + | The Agenda module add a calendar into Dolibarr. You can manage new things like events. | |
− | '' | + | ''Number : 2400'' |
− | == | + | == Entite Event == |
La classe PHP pour manipuler l'objet est le fichier | La classe PHP pour manipuler l'objet est le fichier | ||
''htdocs/actioncommt.class.php''. | ''htdocs/actioncommt.class.php''. | ||
Line 19: | Line 18: | ||
− | + | = Permissions = | |
*->agenda->myactions->read | *->agenda->myactions->read | ||
*->agenda->myactions->create | *->agenda->myactions->create | ||
Line 25: | Line 24: | ||
*->agenda->allactions->create | *->agenda->allactions->create | ||
− | + | = Tables SQL = | |
− | * [[Table llx_actioncomm|llx_actioncomm]] | + | * [[Table llx_actioncomm|llx_actioncomm]] Contains list of events |
− | * [[Table llx_c_actioncomm|llx_c_actioncomm]] | + | * [[Table llx_c_actioncomm|llx_c_actioncomm]] Contains list of type of events |
Revision as of 09:24, 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
La classe PHP pour manipuler l'objet est le fichier htdocs/actioncommt.class.php.
Elle contient principalement une méthode fecth, insert et delete.
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