forked from Wavyzz/dolibarr
59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
<!-- $Id$ -->
|
|
<!-- $Source$ -->
|
|
<chapt id="adherent">Module de gestion des adherents
|
|
|
|
<p>
|
|
Ce module permet la gestion des adhérents et des cotisation d'un association.
|
|
</p>
|
|
|
|
|
|
<sect id="adh-statut">Statut
|
|
<p>
|
|
Un adhérent peut avoir plusieurs statuts differents ils sont. FIXME
|
|
</p>
|
|
</sect>
|
|
|
|
<sect id="adh-classe">Classes PHP
|
|
<p>
|
|
Classes PHP utilisées pour ce module :
|
|
<list>
|
|
<item>adherent.class.php</item>
|
|
<item>adherent_type.class.php</item>
|
|
</list>
|
|
</p>
|
|
</sect>
|
|
|
|
<sect id="adh-tables">Tables de la base de données
|
|
|
|
<p>
|
|
|
|
Trois tables sont utilisées pour ce module.
|
|
|
|
<list>
|
|
<item>llx_adherent</item>
|
|
<item>llx_adherent_type</item>
|
|
<item>llx_cotisation</item>
|
|
</list>
|
|
</p>
|
|
</sect>
|
|
|
|
</chapt>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:nil
|
|
sgml-shorttag:t
|
|
sgml-namecase-general:t
|
|
sgml-general-insert-case:lower
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:2
|
|
sgml-indent-data:t
|
|
sgml-parent-document:("manual.sgml" "book" "chapt")
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|
|
|