From 384b5ee54fa63af05129572c8f575629f0c7b800 Mon Sep 17 00:00:00 2001
From: Rodolphe Quiedeville
Date: Mon, 30 Dec 2002 15:13:28 +0000
Subject: [PATCH] .
---
doc/adherent.sgml | 12 +-
doc/don.sgml | 25 +-
htdocs/adherent.class.php | 337 +++++++++++++++++++++
htdocs/adherent_type.class.php | 207 +++++++++++++
htdocs/adherents/cotisations.php | 102 +++++++
htdocs/adherents/edit.php | 162 +++++-----
htdocs/adherents/fiche.php | 438 +++++++++++++--------------
htdocs/adherents/index.php | 21 +-
htdocs/adherents/liste.php | 85 ++++++
htdocs/compta/dons/index.php | 2 +-
htdocs/conf/conf.class.php3.sample | 12 +-
htdocs/cotisation.class.php | 464 +++++++++++++++++++++++++++++
htdocs/cyberpaiement.class.php | 7 +-
htdocs/don.class.php | 2 +-
htdocs/html.form.class.php | 22 +-
htdocs/public/dons/merci.xhtml | 5 +
htdocs/public/dons/testretour.php | 2 +-
mysql/tables/llx_adherent.sql | 8 +-
18 files changed, 1576 insertions(+), 337 deletions(-)
create mode 100644 htdocs/adherent.class.php
create mode 100644 htdocs/adherent_type.class.php
create mode 100644 htdocs/adherents/cotisations.php
create mode 100644 htdocs/adherents/liste.php
create mode 100644 htdocs/cotisation.class.php
diff --git a/doc/adherent.sgml b/doc/adherent.sgml
index 69bdd19fcf5..5c573a80f7b 100644
--- a/doc/adherent.sgml
+++ b/doc/adherent.sgml
@@ -18,19 +18,19 @@
-
-
- Un adherent peut avoir plusieurs statuts differents ils sont.
-
+ Statut
+
+ Un adherent peut avoir plusieurs statuts differents ils sont.
+
-
+ Classes PHP
Classes PHP utilisées pour ce module :
- adherent.class.php
-
+
diff --git a/doc/don.sgml b/doc/don.sgml
index 35995ffcd04..256fc23fe94 100644
--- a/doc/don.sgml
+++ b/doc/don.sgml
@@ -1,12 +1,31 @@
Dons
- Suffixe de commande
-
- Le suffixe de commande des dons est la valeur 10.
+ Configuration
+
+ $this->enabled = 0;
+ /* Paiement en ligne */
+
+ $this->onlinepayment = 0;
+
+ /* Don minimum, 0 pas de limite */
+ $this->minimum = 0;
+
+ /* Email des moderateurs */
+
+ $this->email_moderator = "root@localhost";
+
+
+ Suffixe de commande
+
+ Le suffixe de commande des dons est la valeur 10.
+
+
+
+