Table llx subscription
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 afiliations of members of the association module. In version 7.xx of dolibarr, the table is now called llx_subscription
Contient les cotisations des adhérents du module association. Dans la version 7.xx de dolibarr, la table s'appelle désormais llx_subscription
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 |