Difference between revisions of "Table llx societe rib"
Jump to navigation
Jump to search
(→Table) |
m |
||
Line 38: | Line 38: | ||
| | | | ||
| | | | ||
− | | ID of | + | | ID of Third Party ([[Table llx_societe|llx_societe]]->rowid) |
|- | |- | ||
| datec | | datec | ||
Line 46: | Line 46: | ||
| NULL | | NULL | ||
| | | | ||
− | | creation | + | | date of creation of record |
{{FieldTms}} | {{FieldTms}} | ||
|- | |- | ||
Line 55: | Line 55: | ||
| NULL | | NULL | ||
| | | | ||
− | | label | + | | bank account: name/label (for identification between multiple accounts) |
|- | |- | ||
| bank | | bank | ||
Line 63: | Line 63: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank | + | | bank name |
|- | |- | ||
| code_banque | | code_banque | ||
Line 71: | Line 71: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank code | + | | bank account: code |
|- | |- | ||
| code_guichet | | code_guichet | ||
Line 79: | Line 79: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank office code | + | | bank: office code |
|- | |- | ||
| number | | number | ||
Line 87: | Line 87: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank account | + | | bank account: account number |
|- | |- | ||
| cle_rib | | cle_rib | ||
Line 95: | Line 95: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank key account | + | | bank: key account |
|- | |- | ||
| bic | | bic | ||
Line 103: | Line 103: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank | + | | bank: BIC/SWIFT code |
|- | |- | ||
| iban_prefix | | iban_prefix | ||
Line 111: | Line 111: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank account according to ISO 13616 | + | | bank account: complete IBAN according to ISO 13616 |
|- | |- | ||
| domiciliation | | domiciliation | ||
Line 119: | Line 119: | ||
| NULL | | NULL | ||
| | | | ||
− | | bank | + | | bank: address |
|- | |- | ||
| proprio | | proprio | ||
Line 127: | Line 127: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | | bank account: name of owner |
|- | |- | ||
| adresse_proprio | | adresse_proprio | ||
Line 135: | Line 135: | ||
| NULL | | NULL | ||
| | | | ||
− | | | + | |bank account: address of owner |
|} | |} | ||
Revision as of 07:21, 1 September 2018
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
Contains the bank accounts of companies (clients or providers).
Contient les RIB des sociétés (clients et fournisseurs)
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 Third Party (llx_societe->rowid) | |||
datec | datetime | YES | NULL | date of creation of record | ||
tms | timestamp | NO | Current date | Date of last modification. See page Field Tms. | ||
label | varchar(30) | YES | NULL | bank account: name/label (for identification between multiple accounts) | ||
bank | varchar(255) | YES | NULL | bank name | ||
code_banque | varchar(7) | YES | NULL | bank account: code | ||
code_guichet | varchar(6) | YES | NULL | bank: office code | ||
number | varchar(255) | YES | NULL | bank account: account number | ||
cle_rib | varchar(5) | YES | NULL | bank: key account | ||
bic | varchar(10) | YES | NULL | bank: BIC/SWIFT code | ||
iban_prefix | varchar(34) | YES | NULL | bank account: complete IBAN according to ISO 13616 | ||
domiciliation | varchar(255) | YES | NULL | bank: address | ||
proprio | varchar(60) | YES | NULL | bank account: name of owner | ||
adresse_proprio | varchar(255) | YES | NULL | bank account: address of owner |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |