2011-08-31 14:22:23 +00:00
|
|
|
<div id="center">
|
|
|
|
<h2>1. Informations d'entreprise générales</h2>
|
2011-09-02 12:45:55 +00:00
|
|
|
<?php echo $this->partial('giant/partials/rapports/InformationEntreprise.phtml', null, array('report' => $this->report, 'carte' => $this->carte)); ?>
|
2011-08-31 14:22:23 +00:00
|
|
|
<h2>2. Avis de crédit</h2>
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/AvisDeCredit.phtml', null, array('report' => $this->report)); ?>
|
|
|
|
<h2>3. Compte Annuels</h2>
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/ComptesAnnuels.phtml', null, array('report' => $this->report)); ?>
|
|
|
|
<h2>4. Position financiére</h2>
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/PositionFinanciere.phtml', null, array('report' => $this->report)); ?>
|
|
|
|
<h2>5. Comportement de paiement</h2>
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/ComportementDePaiement.phtml', null, array('report' => $this->report)); ?>
|
|
|
|
<h2>6. Structure de l'entreprise</h2>
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/StructureEntreprise.phtml', null, array('report' => $this->report)); ?>
|
|
|
|
<h2>7. Dirigeants</h2>
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/Dirigeant.phtml', null, array('report' => $this->report)); ?>
|
|
|
|
<h2>8. Comparaison avec valeurs similaires</h2>
|
2011-09-01 13:56:31 +00:00
|
|
|
<?php echo $this->partial('giant/partials/rapports/ComparaisonValeurs.phtml', null, array('report' => $this->report)); ?>
|
2011-08-31 14:22:23 +00:00
|
|
|
<h2>9. Historique</h2>
|
|
|
|
</div>
|