update('Commandes') ->set('statutCommande', '?', $_REQUEST['statutCommande']) ->set('commentaire', '?', $_REQUEST['commentaire']) ->where('idCommande = ?', $_REQUEST['idCommande']); //echo $q->getSql(); //print_r($q->getFlattenedParams()); echo $rows = $q->execute(); exit; } if(isset($_REQUEST['ajax'])) { ?>

Commentaire sur la commande G

Commandes INFOGREFFE

      
Liste des commandes en erreur
from('Commandes') ->where('siren = ?', $siren); }elseif( empty($siren) && !empty($num) ){ $q = Doctrine_Query::create() ->from('Commandes') ->where('idCommande = ?', $num); }else{ $q = Doctrine_Query::create() ->from('Commandes') ->where('siren = ?', $siren) ->andWhere('idCommande = ?', $num); } $commandes = $q->execute(); ?>
Siren Email Document dateCommande dateReception
GidCommande?> siren?> emailCommande?> Ref : refDocument?>
Type : refDocument, 0, 2), $typeActes)) ? $typeActes['a'.substr($commande->refDocument, 0, 2)] : ''; ?>
Lib : libDocument?> statutCommande<2 && $commande->dateReception=='0000-00-00 00:00:00') { ?>
Placer cette commande en erreur statutCommande==9) { ?>
Erreur sur la commande : commentaire?>
dateCommande?> dateReception?>
from('Commandes') ->where('statutCommande = ?', 9) ->andWhere('dateReception = ?', '0000-00-00 00:00:00'); $commandes = $q->execute(); ?>
Référence commande Siren Document Fichier
GidCommande?> siren?> Ref : refDocument?>
Type : refDocument, 0, 2), $typeActes)) ? $typeActes['a'.substr($commande->refDocument, 0, 2)] : ''; ?>
Libellé : libDocument?>
Commentaires : commentaire?>