Table llx subscription

From Dolibarr ERP CRM Wiki
(Redirected from Table llx cotisation)
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 afiliations of members of the association module. In version 7.xx of dolibarr, the table is now called llx_subscription

Fr verysmall.png Contient les cotisations des adhérents du module association. Dans la version 7.xx de dolibarr, la table s'appelle désormais llx_subscription

Es verysmall.png Contiene las cotizaciones de los miembros del módulo miembros. En la versión 7.xx de dolibarr, la tabla se llama ahora llx_subscription

Structure

Table

Field Type Null Key Default Extra Description
rowid int(11) NO PRI auto_increment technical index
tms timestamp NO Current date Date of last modification. See page Field Tms.
datec datetime YES NULL date of creation
fk_adherent int(11) YES UNI NULL ID of member (llx_adherent->rowid)
dateadh datetime YES UNI NULL date of affiliation
datef date YES NULL date of end affiliation
subscription double YES NULL amount of affiliation
fk_bank int(11) YES NULL ID of bank to pay (llx_bank_account->rowid)
note text YES NULL notes

 

Keys

Key Type Fields
PRIMARY PRIMARY rowid
uk_cotisation UNIQUE fk_adherent,dateadh