Table llx c actioncomm

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search


En verysmall.png The documentation related to other tables is available on the page: Table SQL
Fr verysmall.png La documentation relative aux autres tables est disponible sur la page: Table SQL
Es verysmall.png La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
De verysmall.png Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
Cn verysmall.png与其他表相关的文档请参阅:Table SQL


Content/Contenu/Contenido

En verysmall.png This table contains the types of actions that you can find in the system (phonecall, e-mail, invoice sending, ...). Used to generate dropdown boxes. Titles are in french at the moment.

Fr verysmall.png Contient les types d'actions que vous pouvez trouvez dans Dolibarr (appels téléphoniques, e-mail, envoi de facture, ...). Utilisée pour générer des listes déroulantes. Les titres sont en français uniquement pour le moment.

Es verysmall.png Contiene los tipos de acciones que puede encontrar en Dolibarr (llamadas telefónicas, correo electrónico, envío de facturas, ...). Utilizada para generar las listas desplegables. Los títulos estan sólo en francés, por el momento.

Structure

Table

Field Type Null Key Default Extra Description
id int(11) NO PRI auto_increment technical index
code varchar(12) NO UNI code of action
type varchar(10) NO system type of action
libelle varchar(30) NO label of action
module varchar(16) YES NULL module afected by the action
active tinyint(4) NO 1 Is the action type active?
todo tinyint(4) YES NULL

 

Keys

Key Type Fields
PRIMARY PRIMARY id
code UNIQUE code