report->CompanyId = '0'.$this->report->CompanyId;?>

1. Informations d'entreprise générales

partial('giant/partials/rapports/InformationEntreprise.phtml', null, array('report' => $this->report, 'carte' => $this->carte)); ?>

2. Avis de crédit

partial('giant/partials/rapports/AvisDeCredit.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>

3. Compte Annuels

partial('giant/partials/rapports/ComptesAnnuels.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>

4. Position financiére

partial('giant/partials/rapports/PositionFinanciere.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>

5. Comportement de paiement

partial('giant/partials/rapports/ComportementDePaiement.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>

6. Structure de l'entreprise

partial('giant/partials/rapports/StructureEntreprise.phtml', null, array('report' => $this->report)); ?>

7. Dirigeants

partial('giant/partials/rapports/Dirigeant.phtml', null, array('report' => $this->report)); ?>

8. Comparaison avec valeurs similaires

partial('giant/partials/rapports/ComparaisonValeurs.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>

9. Historiques

partial('giant/partials/rapports/Historiques.phtml', null, array('report' => $this->report)); ?>