PEEL Shopping
Open source ecommerce : PEEL Shopping
Functions | Variables
paiement.php File Reference

Go to the source code of this file.

Functions

 affiche_formulaire_ajout_paiement (&$frm)
 FONCTIONS. More...
 
 affiche_formulaire_modif_paiement ($id, &$frm)
 Affiche le formulaire de modification pour le paiement sélectionné More...
 
 affiche_formulaire_paiement (&$frm)
 affiche_formulaire_paiement() More...
 
 supprime_paiement ($id)
 Supprime le paiement spécifié par $id. More...
 
 insere_paiement (&$frm)
 Ajoute le paiement dans la table paiement. More...
 
 maj_paiement ($id, $frm)
 Met à jour le paiement $id avec de nouvelles valeurs. More...
 
 affiche_liste_paiement ()
 affiche_liste_paiement() More...
 

Variables

const IN_PEEL_ADMIN true
 
 $GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_PAIEMENT_TITLE']
 
 $output = ''
 
 $frm = $_POST
 
 $form_error_object = new FormError()
 
 switch (vb($_REQUEST['mode']))
 

Function Documentation

affiche_formulaire_ajout_paiement ( $frm)

FONCTIONS.

Affiche un formulaire vierge pour ajouter un paiement

Parameters
array$frmArray with all fields data
Returns

Definition at line 90 of file paiement.php.

affiche_formulaire_modif_paiement (   $id,
$frm 
)

Affiche le formulaire de modification pour le paiement sélectionné

Parameters
integer$id
array$frmArray with all fields data
Returns

Definition at line 120 of file paiement.php.

affiche_formulaire_paiement ( $frm)

affiche_formulaire_paiement()

Parameters
array$frmArray with all fields data
Returns

Definition at line 145 of file paiement.php.

affiche_liste_paiement ( )

affiche_liste_paiement()

Returns

Definition at line 301 of file paiement.php.

insere_paiement ( $frm)

Ajoute le paiement dans la table paiement.

Parameters
array$frmArray with all fields data
Returns

Definition at line 225 of file paiement.php.

maj_paiement (   $id,
  $frm 
)

Met à jour le paiement $id avec de nouvelles valeurs.

Les champs sont dans $frm

Parameters
integer$id
array$frmArray with all fields data
Returns

Definition at line 272 of file paiement.php.

supprime_paiement (   $id)

Supprime le paiement spécifié par $id.

Parameters
integer$id
Returns

Definition at line 206 of file paiement.php.

Variable Documentation

$form_error_object = new FormError()

Definition at line 23 of file paiement.php.

$frm = $_POST

Definition at line 22 of file paiement.php.

$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_PAIEMENT_TITLE']

Definition at line 19 of file paiement.php.

$output = ''

Definition at line 21 of file paiement.php.

const IN_PEEL_ADMIN true

Definition at line 14 of file paiement.php.

switch(vb($_REQUEST['mode']))

Definition at line 25 of file paiement.php.


This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.