PEEL Shopping
Open source ecommerce : PEEL Shopping
Variables
export_ventes.php File Reference

Go to the source code of this file.

Variables

const IN_PEEL_ADMIN true
 
if(!empty($_GET['mode'])) else
 
 $output = ''
 
 $sqlC
 
 $ensemble_cout_transport = $ensemble_total_ht = $ensemble_total_ttc = $super_total = 0
 
 $total_transport = 0
 
 $total_transport_ht = 0
 
 $total_ht = 0
 
 $total_tva = 0
 
 $total = 0
 
 $netapayer = 0
 
 $ligne_total_produit_ht = $ligne_total_produit_ttc = 0
 
 $ligne_cout_transport_ht = $ligne_tva_cout_transport = $ligne_cout_transport = 0
 
 $ligne_tarif_paiement_ht = $ligne_tva_tarif_paiement = $ligne_tarif_paiement = 0
 
 $resC = query($sqlC)
 
while($commande=fetch_assoc($resC)) if (empty($GLOBALS['site_parameters']['cegid_order_export']))
 

Variable Documentation

$ensemble_cout_transport = $ensemble_total_ht = $ensemble_total_ttc = $super_total = 0

Definition at line 66 of file export_ventes.php.

$ligne_cout_transport_ht = $ligne_tva_cout_transport = $ligne_cout_transport = 0

Definition at line 76 of file export_ventes.php.

$ligne_tarif_paiement_ht = $ligne_tva_tarif_paiement = $ligne_tarif_paiement = 0

Definition at line 77 of file export_ventes.php.

$ligne_total_produit_ht = $ligne_total_produit_ttc = 0

Definition at line 75 of file export_ventes.php.

$netapayer = 0

Definition at line 73 of file export_ventes.php.

$output = ''

Definition at line 34 of file export_ventes.php.

$resC = query($sqlC)

Definition at line 87 of file export_ventes.php.

$sqlC
Initial value:
= "SELECT c.*
FROM peel_commandes c
WHERE " . get_filter_site_cond('commandes', 'c', true) . " AND c." . word_real_escape_string($_GET["date_field"]) . ">='" . nohtml_real_escape_string($_GET["dateadded1"]) . "' AND c." . word_real_escape_string($_GET["date_field"]) . "<='" . nohtml_real_escape_string($_GET["dateadded2"]) . "' " . $extra_sql . "
ORDER BY c." . word_real_escape_string($_GET["date_field"]) . ""
word_real_escape_string($value)
Applique real_escape_string dans le cas où on n'insère qu'un seul mot, de moins de 30 caractères...
Definition: database.php:424
nohtml_real_escape_string($value, $allowed_tags=null)
Protège les données pour insertion dans MySQL ET supprime les tags HTML pour protéger de toute sorte ...
Definition: database.php:400
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
Definition: fonctions.php:4643

Definition at line 61 of file export_ventes.php.

$total = 0

Definition at line 72 of file export_ventes.php.

$total_ht = 0

Definition at line 70 of file export_ventes.php.

$total_transport = 0

Definition at line 68 of file export_ventes.php.

$total_transport_ht = 0

Definition at line 69 of file export_ventes.php.

$total_tva = 0

Definition at line 71 of file export_ventes.php.

if (empty($GLOBALS['site_parameters']['cegid_order_export'])) else
Initial value:
{
$mode = ''
$mode

Definition at line 23 of file export_ventes.php.

while ($commande=fetch_assoc($resC)) if(empty($GLOBALS['site_parameters']['cegid_order_export']))

Definition at line 151 of file export_ventes.php.

const IN_PEEL_ADMIN true

Definition at line 14 of file export_ventes.php.


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