Changes

m
Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.
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]]
{{ToTranslate}}
+
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=Agenda|  
 
name=Agenda|  
 +
num=2400|
 
devdoc=This page|
 
devdoc=This page|
userdoc=[[Agenda]]|}}
+
userdoc=[[Module Agenda En|Module Agenda]]|}}
{{TemplateDocDevEn}}
  −
 
  −
== Fonction ==
  −
Le module Agenda permet de bénéficier d'un calendrier dans Dolibarr et de gérer des notions comme des évènements ou des tâches.
  −
 
  −
''Numéro : 2400''
  −
 
  −
== Entité Evènement ==
  −
La classe PHP pour manipuler l'objet est le fichier
  −
''htdocs/actioncommt.class.php''.
     −
Elle contient principalement une méthode fecth, insert et delete.
+
= 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 ==
+
= Permissions =
*->agenda->read
+
*->agenda->myactions->read
*->agenda->create
+
*->agenda->myactions->create
 
*->agenda->allactions->read
 
*->agenda->allactions->read
 
*->agenda->allactions->create
 
*->agenda->allactions->create
   −
== Tables SQL ==
+
= Tables SQL =
* [[Table llx_actioncomm|llx_actioncomm]] Contient la liste des évènements
+
* [[Table llx_actioncomm|llx_actioncomm]] Contains list of events
* [[Table llx_c_actioncomm|llx_c_actioncomm]] Contient la liste des types d'évènements
+
* [[Table llx_c_actioncomm|llx_c_actioncomm]] Contains list of type of events
1,977

edits