Table llx c actioncomm
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
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.
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.
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 |