Difference between revisions of "Module Membership management (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
  
 
= Feature =
 
= Feature =
{{ToTranslate}}
+
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.
Le module des adhérents permet de gérer les membres d'une association ou d'un club.
 
Il est possible de définir différent types d'adhérents, de stocker des informations et
 
de recenser leur cotisation.
 
  
''Numéro : 310''
+
''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]] Contient la liste des adhérents
+
* [[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]] Contient les différents types d'adhérents
+
* [[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