Module Membership management (developer)

From Dolibarr ERP CRM Wiki
Revision as of 12:25, 7 August 2009 by Eldy (talk | contribs)
Jump to navigation Jump to search
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