Table llx societe account

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 Contains the payment gateway accounts of companies (third parties), for example the Stripe user key.

Fr verysmall.png Contient les comptes de passerelles de paiement des sociétés (tiers)

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
entity int(11) YES 1 multi company id
key_account varchar(128) YES NULL the identifier of the third party on the external system (for exemple, when the Stripe module is enabled, the Stripe customer id related to this third party will be stored here)
login varchar(128) NO empty string
pass_encoding varchar(24) YES NULL
pass_crypted varchar(128) YES NULL
pass_temp varchar(128) YES NULL
fk_soc int(11) NO ID of society (llx_societe->rowid)
site varchar(128) YES NULL the external system name (for exemple when the Stripe module is enabled, this value would be stripe)
fk_website int(11) YES NULL ID of website (llx_website->rowid)

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid