Difference between revisions of "Module Agenda (developer)"
Jump to navigation
Jump to search
m |
PolyglotBot (talk | contribs) m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.) |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- BEGIN origin interlang links --> | ||
+ | <!-- You can edit this section but do NOT remove these comments | ||
+ | Links below will be automatically replicated on translated pages by PolyglotBot --> | ||
+ | [[fr:Module_Agenda_(développeur)]] | ||
+ | [[es:Módulo_Agenda_(desarrollador)]] | ||
+ | <!-- END interlang links --> | ||
+ | |||
[[Category:AgendaEn]] | [[Category:AgendaEn]] | ||
− | {{ | + | {{TemplateDocDevEn}} |
+ | {{TemplateModEN Developer}} | ||
{{BasculeDevUserEn| | {{BasculeDevUserEn| | ||
− | name= | + | name=Agenda| |
+ | num=2400| | ||
devdoc=This page| | devdoc=This page| | ||
− | userdoc=[[Agenda]]|}} | + | userdoc=[[Module Agenda En|Module Agenda]]|}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | = Feature = | |
+ | The Agenda module add a calendar into Dolibarr. You can manage new things like events. | ||
+ | = Entity Event = | ||
+ | {{TemplateDocDevEntityEn| | ||
+ | class=htdocs/comm/action/class/actioncomm.class.php}} | ||
− | + | = Permissions = | |
*->agenda->myactions->read | *->agenda->myactions->read | ||
*->agenda->myactions->create | *->agenda->myactions->create | ||
Line 25: | Line 28: | ||
*->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 |
Latest revision as of 13:20, 23 July 2019
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
- llx_actioncomm Contains list of events
- llx_c_actioncomm Contains list of type of events