getListeClients( $idClient );
$listeClients = $O['results'];
} catch (SoapFault $fault) {
$firephp->info('Erreur soap');
require_once 'soaperror.php';
processSoapFault($client,$fault,$tabInfo);
}
//Récupérer la liste des utilisateurs
?>
GESTION DES CLIENTS
Liste des clients
['nom'] =>
['actif'] =>
['test'] =>
['racineLogin'] =>
['siren'] =>
['nic'] =>
['tva'] =>
['editerFacture'] =>
['fact_detail'] =>
['fac_dest'] =>
['fac_adr1'] =>
['fac_adr2'] =>
['fac_adr3'] =>
['fac_email'] =>
['fac_tel'] =>
['fact_rib'] =>
['liv_dest'] =>
['liv_adr1'] =>
['liv_adr2'] =>
['liv_adr3'] =>
['liv_email'] =>
['liv_tel'] =>
['droits'] =>
['filtres_ip'] =>
['dateInsert'] =>
['dateUpdate'] =>
['respComSD'] =>
['typeContrat'] =>
['dateSignature'] =>
['typeAcces'] =>
['typeScore'] =>
['accesPieces'] =>
['accesKbis'] =>
['accesInvestigations'] =>
['accesInternationnal'] =>
['accesEnquetes'] =>
['miseSousSurveillance'] =>
['forfaitExtranetPeriode'] =>
['forfaitExtranetMontant'] =>
['reconductionAuto'] =>
['remarque'] =>
['forfaitPiecesNb'] =>
['forfaitPiecesMt'] =>
['forfaitPiecesDep'] =>
['forfaitInvestigNb'] =>
['forfaitInvestigMt'] =>
['forfaitInvestigDep'] =>
['tarifIndiscore'] =>
*/
?>
Nom |
Informations |
Actions |
0){
foreach($listeClients as $client){
if ($client['actif']=='Oui'){
$class = 'actif';
} else {
$class = 'noactif';
}
?>
=$client['nom']?> |
Informations
idClient : =$client['idClient']?>
Nom : =$client['nom']?>
SIREN : =$client['siren']?>
dateInsert : =$client['dateInsert']?>
dateUpdate : =$client['dateUpdate']?>
Actif : =$client['actif']?>
|
|