Difference between revisions of "Module Membership management (developer)"
Jump to navigation
Jump to search
m |
m |
||
Line 7: | Line 7: | ||
= Feature = | = Feature = | ||
− | + | The foundation module is used to manage members of a foundation or a club. It is possible to defined several types of members, to save members' information and to follow their subscriptions. | |
− | |||
− | |||
− | |||
− | '' | + | ''Number : 310'' |
= Entity Member = | = Entity Member = | ||
Line 19: | Line 16: | ||
= Permissions = | = Permissions = | ||
− | |||
*->adherent->lire | *->adherent->lire | ||
*->adherent->creer | *->adherent->creer | ||
Line 30: | Line 26: | ||
= Tables SQL = | = Tables SQL = | ||
− | * [[Table llx_adherent|llx_adherent]] | + | * [[Table llx_adherent|llx_adherent]] Contains list of members |
* [[Table llx_adherent_options|llx_adherent_options]] | * [[Table llx_adherent_options|llx_adherent_options]] | ||
* [[Table llx_adherent_options_label|llx_adherent_options_label]] | * [[Table llx_adherent_options_label|llx_adherent_options_label]] | ||
− | * [[Table llx_adherent_type|llx_adherent_type]] | + | * [[Table llx_adherent_type|llx_adherent_type]] Contains list of members types |
Revision as of 12:25, 7 August 2009
Foundations | |
---|---|
Numero/ID of module | {{{num}}} |
User doc. of module | Module Foundations |
Developer doc. of module | This page |
Feature
The foundation module is used to manage members of a foundation or a club. It is possible to defined several types of members, to save members' information and to follow their subscriptions.
Number : 310
Entity Member
The PHP class to use to manipulate such object is file htdocs/adherent.class.php.
It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.
Permissions
- ->adherent->lire
- ->adherent->creer
- ->adherent->supprimer
- ->adherent->export
- ->adherent->configurer
- ->adherent->self->creer
- ->adherent->cotisation->lire
- ->adherent->cotisation->creer
Tables SQL
- llx_adherent Contains list of members
- llx_adherent_options
- llx_adherent_options_label
- llx_adherent_type Contains list of members types