extranet/www/pages/international_identitec.php

147 lines
4.0 KiB
PHP
Raw Normal View History

2009-04-07 17:44:17 +00:00
<?php
2009-07-21 15:08:08 +00:00
if (!$_SESSION['connected']) die();
2009-04-07 17:44:17 +00:00
$tabInfo = $_SESSION['tabInfo'];
2009-04-07 17:44:17 +00:00
$identifier = $_REQUEST['identifier'];
$CompanyProductIdentifier = $_REQUEST['pidentifier'];
$pays = $_SESSION['graydon']['pays'];
2009-05-11 09:52:19 +00:00
$mode = $_SESSION['graydon']['mode'];
2009-04-07 17:44:17 +00:00
require_once 'i18n/cleanchar.php';
2009-04-07 17:44:17 +00:00
require_once 'graydon/graydonws.php';
require_once 'graydon/graydon_log.php';
require_once 'dbbootstrap.php';
2009-04-07 17:44:17 +00:00
function dVal($value){
if($value == '' || $value == NULL){
print 'NC';
}else{
print $value;
}
}
?>
<div id="center">
<?php
2009-04-09 17:10:02 +00:00
$path = PATH_DATA.'/graydon';
$fileName = strtolower(str_replace( array(':',' '), '-', $identifier).'.xml');
2009-05-11 15:55:28 +00:00
2009-05-12 16:57:43 +00:00
//V<>rifier si le rapport n'est pas disponible en base depuis une autre commandes
setDbConn('graydon');
2009-05-12 16:57:43 +00:00
$q = Doctrine_Query::create()
->from('Report')
->where('identifier = ?', $_REQUEST['identifier']);
$report = new Report();
$report = $q->fetchOne();
2009-05-11 15:55:28 +00:00
2009-05-12 16:57:43 +00:00
//@TODO : si le rapport existe d<>j<EFBFBD> ou que la date n'est pas tr<74>s <20>loign<67>
if($report==FALSE){
2009-07-21 15:08:08 +00:00
2009-05-12 16:57:43 +00:00
//V<>rifier si le rapport en ligne <20> d<>j<EFBFBD> <20>t<EFBFBD> demand<6E>
$q = Doctrine_Query::create()
->from('Commandes')
->where('companyproductidentifier = ?', $CompanyProductIdentifier);
2009-07-21 15:08:08 +00:00
$commandes = new Commandes();
2009-05-12 16:57:43 +00:00
$commandes = $q->fetchOne();
$report = new Report();
$report = $commandes->Report;
if($commandes == FALSE && !isset($report->id)){
2009-06-08 15:36:41 +00:00
$xml = getIdentite($companyProductIdentifier, $path.'/'.$fileName);
2009-05-12 16:57:43 +00:00
//La commande <20> d<>j<EFBFBD> <20>t<EFBFBD> demand<6E>
}else{
$xml = $report->content;
2009-04-09 17:10:02 +00:00
}
2009-07-21 15:08:08 +00:00
//Le rapport est disponible
2009-04-09 17:10:02 +00:00
}else{
//Enregistrement d'une fausse commande dans la bdd
$commandes = new Commandes();
$commandes->reference = $placeOrderResult->OrderStatus->OrderReference;
$commandes->servicespeed = $placeOrderResult->OrderStatus->Order->ServiceSpeed;
2009-06-08 15:36:41 +00:00
$commandes->prix = 0;
$commandes->orderstate = $placeOrderResult->OrderStatus->OrderState;
$commandes->dateordered = $placeOrderResult->OrderStatus->DateOrdered;
$commandes->datecompleted = $placeOrderResult->OrderStatus->DateCompleted;
$commandes->datedue = $placeOrderResult->OrderStatus->DateDue;
$commandes->companyproductidentifier = $CompanyProductIdentifier;
$commandes->sessionid = $sessionID;
$commandes->transactionidentifier = $transactionIdentifier;
$commandes->user = $tabInfo['login'];
$commandes->mode = $_SESSION['graydon']['mode'];
2009-07-21 15:08:08 +00:00
$country = Doctrine_Query::create()
->from('Country')
->where('graydon_country = ?', $pays)
2009-07-21 15:08:08 +00:00
->fetchOne();
$commandes->Country = $country;
2009-07-21 15:08:08 +00:00
$commandes->save();
$firephp->log($commandes->toArray(),'dataCommandes');
$commandes_id = $commandes->id;
2009-06-08 15:36:41 +00:00
//Assignation du contenu
$xml = $report->content;
2009-07-21 15:08:08 +00:00
}
2009-04-09 17:10:02 +00:00
//========= Affichage des informations =========
2009-06-08 15:36:41 +00:00
if(isset($xml) && $xml!='' && $xml!==FALSE){
2009-04-09 17:10:02 +00:00
$tabReport = array();
2009-04-24 09:52:30 +00:00
require_once 'graydon/functions.php';
require_once 'graydon/format.php';
2009-04-27 15:16:02 +00:00
2009-07-21 15:08:08 +00:00
//Cr<43>ation du DOM
2009-04-09 17:10:02 +00:00
$doc = new DOMDocument;
$doc->preserveWhiteSpace = false;
$doc->loadxml($xml);
$xpath = new DOMXPath($doc);
2009-04-23 06:53:26 +00:00
$tabReport = parseReportXML($xml);
$firephp->log($tabReport, 'tabReport');
function utf8decode_deep($value)
{
2009-07-21 15:08:08 +00:00
$value = is_array($value) ?
array_map('utf8decode_deep', $value) :
cleanutf8($value);
return $value;
}
?>
2009-04-09 17:10:02 +00:00
2009-04-27 15:16:02 +00:00
<style type="text/css">
2009-04-27 16:29:57 +00:00
.bilans { margin-left:35px; }
div.bilans { margin-top:15px; font:bold 16px Verdana, Arial, Sans-serif; }
span.bilans { font-style:italic; }
table.bilans { width:545px; }
table.bilans .right {text-align:right;}
2009-04-27 15:16:02 +00:00
</style>
<h1 class="titre">IDENTIT&Eacute; INTERNATIONALE DE L'ENTREPRISE</h1>
<?php dIdentifiant($tabReport); ?>
<h2>Raison sociale et coordonn<EFBFBD>es : </h2>
<?php dIdentite($tabReport);?>
<h2>Activit<EFBFBD>(s) et chiffre d'affaire de l'entreprise : </h2>
<?php dActivite($tabReport); ?>
<h2> R<EFBFBD>sum<EFBFBD> financier : </h2>
<?php dResume($tabReport); ?>
<h2> Credit : </h2>
<?php dCredit($tabReport); ?>
2009-04-27 15:16:02 +00:00
<h2> Actionariat / Participation : </h2>
<?php dLiens($tabReport); ?>
<h2> Bilans : </h2>
<?php dBilans($tabReport); ?>
2009-07-21 15:08:08 +00:00
<?php
2009-04-07 17:44:17 +00:00
}else{
?>
<table>
2009-04-07 17:44:17 +00:00
<tr>
<td width="30">&nbsp;</td>
<td width="500" class="StyleInfoLib">Aucune information disponible.</td>
</tr>
2009-07-21 15:08:08 +00:00
</table>
<?php
2009-04-07 17:44:17 +00:00
}
?>
</div>