PEEL Shopping
Open source ecommerce : PEEL Shopping
|
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'])) | |
affiche_formulaire_ajout_paiement | ( | & | $frm | ) |
FONCTIONS.
Affiche un formulaire vierge pour ajouter un paiement
array | $frm | Array with all fields data |
Definition at line 90 of file paiement.php.
affiche_formulaire_modif_paiement | ( | $id, | |
& | $frm | ||
) |
Affiche le formulaire de modification pour le paiement sélectionné
integer | $id | |
array | $frm | Array with all fields data |
Definition at line 120 of file paiement.php.
affiche_formulaire_paiement | ( | & | $frm | ) |
affiche_liste_paiement | ( | ) |
insere_paiement | ( | & | $frm | ) |
Ajoute le paiement dans la table paiement.
array | $frm | Array with all fields data |
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
integer | $id | |
array | $frm | Array with all fields data |
Definition at line 272 of file paiement.php.
supprime_paiement | ( | $id | ) |
Supprime le paiement spécifié par $id.
integer | $id |
Definition at line 206 of file paiement.php.
$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 - is a product of SAS. All rights reserved.