Table llx societe rib

From Dolibarr ERP CRM Wiki
Revision as of 12:53, 10 August 2012 by Eldy (talk | contribs) (→‎Table)
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 bank accounts of companies (clients or providers).

Fr verysmall.png Contient les RIB des sociétés (clients et fournisseurs)

Es verysmall.png Contiene las cuentas bancarias de las empresas (clientes y proveedores).

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
fk_soc int(11) NO ID of society (llx_societe->rowid)
datec datetime YES NULL creation date
tms timestamp NO Current date Date of last modification. See page Field Tms.
label varchar(30) YES NULL label
bank varchar(255) YES NULL bank
code_banque varchar(7) YES NULL bank code
code_guichet varchar(6) YES NULL bank office code
number varchar(255) YES NULL bank account
cle_rib varchar(5) YES NULL bank key account
bic varchar(10) YES NULL bank bic
iban_prefix varchar(34) YES NULL bank account according to ISO 13616
domiciliation varchar(255) YES NULL bank adress
proprio varchar(60) YES NULL
adresse_proprio varchar(255) YES NULL

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid