2011-09-06 12:40:31 +00:00
|
|
|
<div id="center">
|
|
|
|
<h2>1. Informations d'entreprise générales</h2>
|
|
|
|
<div id="break">
|
2011-11-14 10:01:41 +00:00
|
|
|
<?php echo $this->partial('giant/partials/rapports/InformationEntreprise.phtml', null, array('report' => $this->report, 'carte' => $this->carte, 'dateFunction' => $this->dateFunction)); ?>
|
2011-09-06 12:40:31 +00:00
|
|
|
</div>
|
|
|
|
<h2>2. Avis de crédit</h2>
|
|
|
|
<div id="break">
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/AvisDeCredit.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>
|
|
|
|
</div>
|
|
|
|
<h2>4. Position financiére</h2>
|
|
|
|
<div id="break">
|
|
|
|
<?php echo $this->partial('giant/partials/rapports/PositionFinanciere.phtml', null, array('report' => $this->report, 'Type' => $this->Type)); ?>
|
|
|
|
</div>
|
|
|
|
<h2>7. Dirigeants</h2>
|
|
|
|
<div id="break">
|
2011-11-14 10:01:41 +00:00
|
|
|
<?php echo $this->partial('giant/partials/rapports/Dirigeant.phtml', null, array('report' => $this->report, 'dateFunction' => $this->dateFunction)); ?>
|
2011-09-06 12:40:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|