Mise à jour du theme
This commit is contained in:
parent
0ff688beb4
commit
1ee1b458bc
@ -1,5 +1,4 @@
|
||||
<div id="center">
|
||||
<h1><?=$this->translate("DIRIGEANTS")?></h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Dirigeants")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
@ -26,11 +25,9 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2><?=$this->translate("Historique des dirigeants")?></h2>
|
||||
<div class="paragraph">
|
||||
|
||||
<div class="row"><h2><?=$this->translate("Historique des dirigeants")?></h2></div>
|
||||
<?php if (count($this->dirigeants) > 0) {?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered data">
|
||||
<?php foreach ($this->dirigeants as $dir) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="270"><?=$dir->Titre?></td>
|
||||
@ -53,7 +50,5 @@
|
||||
</tr>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
@ -1,9 +1,5 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<h1><?=$this->translate("DIRIGEANTS")?></h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Dirigeants")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
@ -39,10 +35,9 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Liste des dirigeants actifs")?></h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2><?=$this->translate("Liste des dirigeants actifs")?></h2></div>
|
||||
<?php if ( count($this->dirigeants)>0 ) { ?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered data">
|
||||
<?php foreach ($this->dirigeants as $dir) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="200"><?=$dir->Titre?></td>
|
||||
@ -121,16 +116,11 @@
|
||||
</tr>
|
||||
</table>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage) && $this->edition) {?>
|
||||
<script>
|
||||
$('a.dialog').on('click', function(){
|
||||
|
@ -1,10 +1,5 @@
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<h1><?=$this->translate("DIRIGEANTS OPÉRATIONNELS")?></h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Dirigeants Opérationnels")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -28,17 +23,15 @@
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Liste des dirigeants actifs")?></h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2><?=$this->translate("Liste des dirigeants actifs")?></h2></div>
|
||||
<?php if ($this->edition) {?>
|
||||
<a class="dialog" title="Ajouter un dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'add','siret'=>$this->siret), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /><?=$this->translate("Ajouter un dirigeant")?></a>
|
||||
<?php }?>
|
||||
<?php if ( count($this->dirigeants)>0 ) {?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered data">
|
||||
<?php foreach ($this->dirigeants as $dir) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="140"><?=$dir->Titre?></td>
|
||||
@ -132,11 +125,9 @@
|
||||
</tr>
|
||||
</table>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<script>
|
||||
$('img.wcheck').each(function(){
|
||||
|
@ -1,6 +1,4 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">RELATIONS BANCAIRES</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Relations Bancaires")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -13,12 +11,10 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Liste des relations bancaires</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Liste des relations bancaires</h2></div>
|
||||
<?php if(count($this->banques)>0) { ?>
|
||||
<table class="data">
|
||||
<table class="table table bordered data">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom de la Banque</th>
|
||||
@ -47,7 +43,6 @@
|
||||
</table>
|
||||
<?php } else { ?>
|
||||
<p>Aucune information.</p>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
@ -1,10 +1,5 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<h1>ÉLÉMENTS FINANCIERS - BILANS</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Eléments financier")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -51,39 +46,33 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
||||
<?php if($this->typeBilan == 'B' || $this->typeBilan == 'A') {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Bilan de banque/assurance non gérés</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Bilan de banque/assurance non gérés</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if ($this->nbBilanN==0 && $this->nbBilanC==0) {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Aucun bilan disponible.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<h2>Bilan actif - passif</h2>
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<div class="row"><h2>Bilan actif - passif</h2></div>
|
||||
<table class="table table-bordered bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Actif</th>
|
||||
@ -109,7 +98,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
@ -121,8 +109,7 @@
|
||||
))?>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<table class="table table-bordered bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Passif</th>
|
||||
@ -147,7 +134,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
@ -160,8 +146,7 @@
|
||||
</div>
|
||||
|
||||
<h2>Soldes Intermédiaire de Gestion</h2>
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<table class="table table-bordered bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">SOLDES INTERMEDIAIRE DE GESTION</th>
|
||||
@ -189,7 +174,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
@ -207,8 +191,4 @@
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,6 +1,4 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">INFORMATIONS BOURSIÈRES</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Informations Boursières")?></h1></div>
|
||||
<table id="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -17,7 +15,6 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if ( !empty($this->InfosBourse->Isin) ) {
|
||||
@ -31,8 +28,7 @@ if ( !empty($this->InfosBourse->Isin) ) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code ISIN</td>
|
||||
@ -116,11 +112,10 @@ if ($this->urlImg!='') {
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Coordonnées</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
@ -188,8 +183,7 @@ if ($this->urlImg!='') {
|
||||
</div>
|
||||
|
||||
<h2>Activité(s)</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Activité</td>
|
||||
@ -205,11 +199,9 @@ if ($this->urlImg!='') {
|
||||
<td width="550" colspan="2" class="StyleInfoData"><?=str_replace("\n", '<br/>',$this->InfosBourse->ActiviteDet)?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Dernier cours</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dernière cotation connue</td>
|
||||
@ -263,13 +255,12 @@ if ($this->urlImg!='') {
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMoy,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="580" class="StyleInfoLib" colspan="3"> </td>
|
||||
</tr>
|
||||
@ -282,5 +273,5 @@ if ($this->urlImg!='') {
|
||||
</table>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
||||
</div>
|
@ -1,6 +1,4 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">Flux de Trésorerie <span style="color:red;">(beta)</span></h1>
|
||||
|
||||
<div class="row"><h1 class="titre">Flux de Trésorerie <span style="color:red;">(beta)</span></h1></div>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -36,9 +34,8 @@
|
||||
<?php } ?>
|
||||
</table>
|
||||
|
||||
<h2>Tableau des flux</h2>
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<div class="row"><h2>Tableau des flux</h2></div>
|
||||
<table class="table table-bordered bilans">
|
||||
<tr class="subhead">
|
||||
<td colspan="2"> </td>
|
||||
<?php foreach ($this->dateCloture as $k=>$date) { ?>
|
||||
@ -62,7 +59,7 @@ foreach ($this->dataTable as $ratio) {
|
||||
<td><?=$ratio['op']?></td>
|
||||
<td><?=$ratio['titre']?></td>
|
||||
<?php foreach ($this->dateCloture as $k=>$date) { ?>
|
||||
<td class="right">
|
||||
<td class="right" style="white-space: nowrap">
|
||||
<?php if ( !empty($ratio['r']) ){ ?>
|
||||
<?=$ratio['values'][$date]?>
|
||||
<?php } ?>
|
||||
@ -71,7 +68,6 @@ foreach ($this->dataTable as $ratio) {
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ($this->graph) {?>
|
||||
<div class="paragraph">
|
||||
@ -80,7 +76,6 @@ foreach ($this->dataTable as $ratio) {
|
||||
<?php }?>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu);?>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
|
@ -1,6 +1,4 @@
|
||||
<div id="center">
|
||||
<h1>ELEMENTS FINANCIERS - BILANS</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre">Eléments Financiers - Bilans</h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -13,50 +11,14 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
|
||||
<?php if ( $this->haveLiasse ) {?>
|
||||
<form method="post" action="<?=$this->url(array('controller'=>'finance','action'=>'liasse','siret'=>$this->siret,'id'=>$this->id))?>">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Valeurs exprimées en</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<select name="unit">
|
||||
<?php foreach ($this->unit as $id => $titre):?>
|
||||
<option value="<?=$id?>"<?=($id==$this->unite)? ' selected': '';?>><?=$titre?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Millesime</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<select name="date">
|
||||
<?php foreach ($this->type as $champType => $name) {?>
|
||||
<?php foreach ($this->liste[$champType] as $element) {?>
|
||||
<option value="<?=$element.':'.$champType?>"<?=($this->date == $element && $champType == $this->champType)? ' selected': '';?>>
|
||||
<?php $date = new Zend_Date($element, 'yyyyMMdd'); ?>
|
||||
<?=$date->toString('dd/MM/yyyy').' '.$name;?>
|
||||
</option>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</select>
|
||||
<input type="submit" value="OK" />
|
||||
</td>
|
||||
</tr>
|
||||
</form>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->edition) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2">
|
||||
<?php if ( $this->haveLiasse ) {?>
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>$this->date.':'.$this->champType))?>">
|
||||
Corriger le bilan sélectionné</a><br/> ou <?php }?>
|
||||
Saisir une nouvelle liasse au format
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>'NEW:N'))?>">Normal (2050)</a>,
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>'NEW:C'))?>">Consolidé (2050)</a>,
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>'NEW:S'))?>">Simplifié (2033)</a>
|
||||
<?php if(!empty($this->dateCloture)) {?>
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren,
|
||||
'selection'=>$this->dateCloture.':'.$this->champType), 'default', true)?>">
|
||||
Corriger le bilan</a><br/><?php }?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
@ -76,58 +38,41 @@
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if ($this->saisiebilan) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<a id="bilanClient" href="<?=$this->url(array(
|
||||
'controller'=>'finance',
|
||||
'action'=>'saisiebilan',
|
||||
'siren'=>$this->siren
|
||||
), 'default', true)?>" title="Envoi du bilan">
|
||||
Vous possèdez un bilan plus récent
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'bilans',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if ( $this->champType == 'S' ) {?>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
Ce bilan a été déposé au format réel simplifié mais vous est livré au
|
||||
format réel normal pour des raisons de standardisation.
|
||||
Ce bilan a été déposé au format réel simplifié mais vous est livré au format réel normal pour des raisons de
|
||||
standardisation.
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<?php if ( empty($this->AutrePage) && $this->haveLiasse) {?>
|
||||
<div id="liasse-check-result" class="ui-state-highlight ui-corner-all" style="margin-top: 5px;">
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
<a title="Cliquez ici pour vérifier l'intégration des éléments financiers"
|
||||
href="<?=$this->url(array('controller'=>'finance','action'=>'liasseinfos','siren'=>$this->siren), 'default', true)?>"
|
||||
id="liasse-check">Vérifier la disponibilité des derniers états financiers au Greffe.</a></p>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php
|
||||
switch ($this->champType) {
|
||||
case 'N' : $name = 'Réel Normal'; break;
|
||||
case 'S' : $name = 'Simplifié'; break;
|
||||
case 'C' : $name = 'Consolidé'; break;
|
||||
case 'A' : $name = 'Assurance'; break;
|
||||
case 'B' : $name = 'Banque'; break;
|
||||
}
|
||||
?>
|
||||
<div class="row"><h2>Liasse <?=$name?> - Millésime <?=substr($this->dateCloture,0,4)?></h2></div>
|
||||
<form method="post" action="<?=$this->url(array('controller'=>'finance','action'=>'liasse','siret'=>$this->siret,'id'=>$this->id))?>">
|
||||
Valeurs exprimées en
|
||||
<select name="unit">
|
||||
<?php foreach ($this->unit as $id => $titre):?>
|
||||
<option value="<?=$id?>"<?=($id==$this->unite)? ' selected': '';?>><?=$titre?></option>
|
||||
<?php endforeach;?>
|
||||
</select>
|
||||
<input type="submit" value="OK" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<?php if(empty($this->date)) {?>
|
||||
<table>
|
||||
<?php if(empty($this->dateCloture)) {?>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Aucun bilan disponible.</td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Impossible d'afficher le bilan.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php } else {?>
|
||||
@ -180,6 +125,5 @@
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
||||
</div>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
@ -2,7 +2,7 @@
|
||||
|
||||
<?php if (in_array('actif', $ancres)) {?>
|
||||
<a id="actif">Actif</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tr>
|
||||
<td colspan="2"></td>
|
||||
<td>
|
||||
@ -16,15 +16,15 @@
|
||||
<td><b><?=$this->dateCloturePre?></b><br/><?php if($this->dureesMoisPre!='') {?><b><?=$this->dureesMoisPre?> Mois</b><?php }?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="19">A<br/>C<br/>T<br/>I<br/>F<br/></td>
|
||||
<td rowspan="19" align="center">A<br/>C<br/>T<br/>I<br/>F<br/></td>
|
||||
<td rowspan="7">Immobilisations incorporelles</td>
|
||||
<td>Capital souscrit non appelé (I)</td>
|
||||
<td align="center">AA</td>
|
||||
<td align="right" class="amount-value" class="amount-value"><?php echo $this->liasse['AA'];?></td>
|
||||
<td></td>
|
||||
<td align="right" class="amount-value"> </td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['AA2'];?></td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['AA3'];?></td>
|
||||
<td align="right" class="amount-value"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Frais d'établissement</td>
|
||||
@ -387,7 +387,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('passif', $ancres)) {?>
|
||||
<a id="passif">Passif</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
@ -649,7 +649,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('compteDeResultat', $ancres)) {?>
|
||||
<a id="compteDeResultat">Compte de résultat</a>
|
||||
<table id="LiasseTable" style="width:100%;">
|
||||
<table id="LiasseTable" style="width:100%;" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2">
|
||||
@ -931,7 +931,7 @@
|
||||
</table>
|
||||
<br/>
|
||||
<b>Compte de résultat suite</b>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="3"><b><i><u>Valeurs en <?php if ($this->unite!='E') echo $this->unite;?>€</u></i></b></td>
|
||||
@ -1199,7 +1199,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('immobilisations', $ancres)) {?>
|
||||
<a id="immobilisations">ANNEXE 5 : immobilisations</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2"><b>CADRE A</b></td>
|
||||
@ -1400,7 +1400,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2"><b>CADRE B</b></td>
|
||||
@ -1629,7 +1629,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('amortissements', $ancres)) {?>
|
||||
<a id="amortissements">ANNEXE 6 : Amortissements</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>CADRE A</b></td>
|
||||
@ -1795,7 +1795,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><b>CADRE B</b></td>
|
||||
@ -1985,7 +1985,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><b>CADRE C</b></td>
|
||||
@ -2023,7 +2023,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('provisions', $ancres)) {?>
|
||||
<a id="provisions">ANNEXE 7 : Provisions inscrites au bilan</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="3"><b>Nature des provisions</b></td>
|
||||
@ -2403,7 +2403,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('creancesDettes', $ancres)) {?>
|
||||
<a id="creancesDettes">ANNEXE 8 : Etat des échéances des créances et des dettes à la cloture de l'exercice</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="2"><b>CADRE A</b></td>
|
||||
@ -2596,7 +2596,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td height="22" align="center"><b>CADRE B</b></td>
|
||||
@ -2811,7 +2811,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('resultatfiscal', $ancres)) {?>
|
||||
<a id="resultatfiscal">ANNEXE 9 : DÉTERMINATION DU RÉSULTAT FISCAL</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="11">I. Réintégrations</td>
|
||||
@ -3114,33 +3114,33 @@
|
||||
|
||||
<?php if (in_array('deficit', $ancres)) {?>
|
||||
<a id="deficit">ANNEXE 10 : DÉFICITS, INDEMNITÉS POUR CONGÉS À PAYER ET PROVISIONS NON DÉDUCTIBLES</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="5">I. SUIVI DES DÉFICITS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" align="right" class="amount-value">Déficits restant à reporter au titre de l'exercice précédent (1)</td>
|
||||
<td colspan="2" align="right" class="amount-value">Déficits restant à reporter au titre de l'exercice précédent (1)</td>
|
||||
<td>K4</td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['K4'];?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" align="right" class="amount-value">Déficits imputés (total lignes XB et XL du tableau 2058-A)</td>
|
||||
<td colspan="2" align="right" class="amount-value">Déficits imputés (total lignes XB et XL du tableau 2058-A)</td>
|
||||
<td>K5</td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['K5'];?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" align="right" class="amount-value">Déficits reportables (différence K4 - K5)</td>
|
||||
<td colspan="2" align="right" class="amount-value">Déficits reportables (différence K4 - K5)</td>
|
||||
<td>K6</td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['K6'];?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" align="right" class="amount-value">Déficit de l'exercice (tableau 2058A, ligne XO)</td>
|
||||
<td colspan="2" align="right" class="amount-value">Déficit de l'exercice (tableau 2058A, ligne XO)</td>
|
||||
<td>YJ</td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['YJ'];?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" align="right" class="amount-value">Total des déficits restant à reporter (somme K6 + YJ)</td>
|
||||
<td colspan="2" align="right" class="amount-value">Total des déficits restant à reporter (somme K6 + YJ)</td>
|
||||
<td>YK</td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['YK'];?></td>
|
||||
</tr>
|
||||
@ -3148,8 +3148,8 @@
|
||||
<td colspan="5">II. INDEMNITÉS POUR CONGÉS À PAYER, CHARGES SOCIALES ET FISCALES CORRESPONDANTES</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3" align="right" class="amount-value">Montant déductible correspondant aux droits acquis par les salariés pour les entreprises placées
|
||||
sous le régime de l'article 39-1. 1 e bis Al. 1 er du CGI, dotations de l'exercice</td>
|
||||
<td align="right"> Montant déductible correspondant aux droits acquis par les salariés pour les entreprises placées
|
||||
sous le régime de l'article 39-1. 1 e bis Al. 1 er du CGI, dotations de l'exercice</td>
|
||||
<td>ZT</td>
|
||||
<td align="right" class="amount-value"><?php echo $this->liasse['ZT'];?></td>
|
||||
</tr>
|
||||
@ -3250,7 +3250,8 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tr>
|
||||
<td colspan="5">CONSÉQUENCES DE LA MÉTHODE PAR COMPOSANTS (art.237 septies du CGI)</td>
|
||||
</tr>
|
||||
@ -3267,7 +3268,7 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tr>
|
||||
<td colspan="9">CRÉDITS D'IMPOTS</td>
|
||||
</tr>
|
||||
@ -3308,7 +3309,7 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
<?php }?>
|
||||
<?php if (in_array('affectation', $ancres)) {?>
|
||||
<a id="affectation">ANNEXE 11 : Tableau d'affectation du résultat et renseignements divers</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="14"><b>TABLEAU D'AFFECTATION DU RESULTAT DE L'EXERCICE PRECEDENT</b></td>
|
||||
@ -3568,7 +3569,7 @@ pour les entreprises placées sous le régime de l'article 39-1. 1 e bis Al. 2 d
|
||||
<?php }?>
|
||||
<?php if (in_array('annexe16', $ancres)) {?>
|
||||
<a id="annexe16">ANNEXE 16 : DÉTERMINATION DE LA VALEUR AJOUTÉE PRODUITE AU COURS DE L'EXERCICE</a>
|
||||
<table id="LiasseTable">
|
||||
<table id="LiasseTable" class="table table-bordered">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">I - Production de l'entreprise</td>
|
||||
|
@ -1,11 +1,11 @@
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
<?php if ( $this->DateClotureIso ) { ?>
|
||||
<?php if ( $this->BilanDateClotureIso ) { ?>
|
||||
|
||||
Le dernier millésime déposé au greffe est le <?=$this->DateCloture?>.
|
||||
<?php if ( $this->SaisieDateIso && $this->SaisieCode == 0 ) {?>
|
||||
Le dernier millésime déposé au greffe est le <?=$this->BilanDateCloture?>.
|
||||
<?php if ( $this->SaisieDateIso != '' && $this->SaisieCode == '00' ) {?>
|
||||
Le bilan a été saisie le <?=$this->SaisieDate?>.
|
||||
<?php } else {?>
|
||||
Le bilan n'a pas été saisie par la source officielle (<i><?=$this->SaisieLabel?>)</i>.
|
||||
Le bilan n'a pas été saisi par la source officielle<?php if ($this->SaisieLabel!='') {?> (<i><?=$this->SaisieLabel?>)</i><?php }?>.
|
||||
<br/>Contactez le support (support@scores-decisions.com) pour une demande de mise à jour.
|
||||
(Soumis à facturation selon vos accords contractuels)
|
||||
<?php }?>
|
||||
|
164
application/views/default2015/scripts/finance/liasselist.phtml
Normal file
164
application/views/default2015/scripts/finance/liasselist.phtml
Normal file
@ -0,0 +1,164 @@
|
||||
<div class="row"><h1 class="titre">Eléments Financiers - Liste des Bilans</h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550">
|
||||
<?=$this->action('infos','surveillance', null, array('source' => 'bilans', 'siret' => $this->siret))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
|
||||
<div class="row"><h2>Dernier(s) bilan(s) disponible(s)</h2></div>
|
||||
<?php if ($this->edition) {?>
|
||||
<div class="paragraph">
|
||||
Saisir une nouvelle liasse au format
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>'NEW:N'))?>">Normal (2050)</a>,
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>'NEW:C'))?>">Consolidé (2050)</a>,
|
||||
<a href="<?=$this->url(array('controller'=>'saisie', 'action'=>'liasse', 'siret'=>$this->siren, 'selection'=>'NEW:S'))?>">Simplifié (2033)</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php if ( empty($this->AutrePage) && $this->haveLiasse) {?>
|
||||
<div class="paragraph">
|
||||
<div id="liasse-check-result" class="ui-state-highlight ui-corner-all" style="margin-top:5px;">
|
||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
||||
<a title="Cliquez ici pour vérifier l'intégration des éléments financiers"
|
||||
href="<?=$this->url(array('controller'=>'finance','action'=>'liasseinfos','siren'=>$this->siren), 'default', true)?>"
|
||||
id="liasse-check">Vérifier la disponibilité des derniers états financiers au Greffe.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->saisiebilan) {?>
|
||||
<div class="paragraph">
|
||||
<a id="bilanClient" href="<?=$this->url(array('controller'=>'finance', 'action'=>'saisiebilan',
|
||||
'siren'=>$this->siren), 'default', true)?>" title="Envoi d'un bilan en saisi">
|
||||
Vous possédez un bilan plus récent</a>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( $this->haveLiasse ) {?>
|
||||
|
||||
<table class="table table bordered liasse">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Millésime</th>
|
||||
<th>Date de cloture</th>
|
||||
<th>Date de cloture N-1</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($this->BilanList as $type => $liste) {?>
|
||||
<?php if (count($liste) > 0) {?>
|
||||
<?php foreach ($liste as $element) {?>
|
||||
<?php
|
||||
switch ($type) {
|
||||
case 'N' : $name = 'Réel Normal'; break;
|
||||
case 'S' : $name = 'Simplifié'; break;
|
||||
case 'C' : $name = 'Consolidé'; break;
|
||||
case 'A' : $name = 'Assurance'; break;
|
||||
case 'B' : $name = 'Banque'; break;
|
||||
}
|
||||
?>
|
||||
<tr><td style="font-weight:bold;padding-left:20px;" colspan="4"><?=$name?></td></tr>
|
||||
<tr>
|
||||
<td align="center" style="font-weight:bold;">
|
||||
<a href="<?=$this->url(array('controller'=>'finance','action'=>'liasse',
|
||||
'siret'=>$this->siret,'id'=>$this->id, 'date'=> $type.$element->dateExercice), 'default', true)?>">
|
||||
<?=$element->millesime?></a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<?php $date = new Zend_Date($element->dateExercice, 'yyyyMMdd'); ?> <?=$date->toString('dd/MM/yyyy')?>
|
||||
- <?=$element->dureeExercice?> Mois</td>
|
||||
<td align="center"><?php $date = new Zend_Date($element->dateExercicePre, 'yyyyMMdd'); ?> <?=$date->toString('dd/MM/yyyy')?>
|
||||
- <?=$element->dureeExercicePre?> Mois</td>
|
||||
<td><a href="<?=$this->url(array('controller'=>'finance','action'=>'liasse',
|
||||
'siret'=>$this->siret,'id'=>$this->id, 'date'=> $type.$element->dateExercice), 'default', true)?>">
|
||||
Visualiser</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php break;?>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<?php foreach ($this->BilanList as $type => $liste) {?>
|
||||
<?php if (count($liste) > 0) {?>
|
||||
<?php
|
||||
switch ($type) {
|
||||
case 'N' : $name = 'Réel Normal - Liasse 2050'; break;
|
||||
case 'S' : $name = 'Simplifié - Liasse 2033'; break;
|
||||
case 'C' : $name = 'Consolidé - Regroupement des états financier du groupe'; break;
|
||||
case 'A' : $name = 'Assurance'; break;
|
||||
case 'B' : $name = 'Banque'; break;
|
||||
}
|
||||
?>
|
||||
<div class="row"><h2>Millésime(s) <?=$name?></h2></div>
|
||||
<table class="table table-bordered liasse">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Millésime</th>
|
||||
<th>Date de cloture</th>
|
||||
<th>Date de cloture N-1</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach ($liste as $element) {?>
|
||||
<tr>
|
||||
<td align="center" style="font-weight:bold;">
|
||||
<a href="<?=$this->url(array('controller'=>'finance','action'=>'liasse',
|
||||
'siret'=>$this->siret,'id'=>$this->id, 'date'=> $type.$element->dateExercice), 'default', true)?>">
|
||||
<?=$element->millesime?></a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="<?=$this->url(array('controller'=>'finance','action'=>'liasse',
|
||||
'siret'=>$this->siret,'id'=>$this->id, 'date'=> $type.$element->dateExercice), 'default', true)?>">
|
||||
<?php $date = new Zend_Date($element->dateExercice, 'yyyyMMdd'); ?> <?=$date->toString('dd/MM/yyyy')?></a>
|
||||
- <?=$element->dureeExercice?> Mois</td>
|
||||
<td align="center">
|
||||
<?php
|
||||
if ( Zend_Date::isDate($element->dateExercicePre, 'yyyyMMdd') ) {
|
||||
$date = new Zend_Date($element->dateExercicePre, 'yyyyMMdd');
|
||||
echo $date->toString('dd/MM/yyyy');
|
||||
}
|
||||
?>
|
||||
- <?php if ($element->dureeExercicePre > 0) {?><?=$element->dureeExercicePre?> Mois<?php } ?>
|
||||
</td>
|
||||
<td><a href="<?=$this->url(array('controller'=>'finance', 'action'=>'liasse', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'date'=> $type.$element->dateExercice), 'default', true)?>">
|
||||
Visualiser</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Aucun bilan disponible.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
@ -1,9 +1,5 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<h1>RATIOS</h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Ratios")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
@ -80,26 +76,19 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<div class="paragraph">
|
||||
|
||||
<?php if(!isset($this->tabResult)){?>
|
||||
|
||||
<?php } else {?>
|
||||
<table id="ratios" style="border-collapse:collapse">
|
||||
<table id="ratios" class="table table-bordered">
|
||||
<tbody>
|
||||
<?php foreach ($this->tabResult as $item) { ?>
|
||||
<?php if (isset($item['ratio'])) { ?>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="tooltip" title="<?=$item['comment']?>">
|
||||
<?=$item['titre']?><br/><?=$item['stitre']?></a>
|
||||
</td>
|
||||
<td><a class="tooltip" title="<?=$item['comment']?>"><?=$item['titre']?><br/><?=$item['stitre']?></a></td>
|
||||
<td class="right"><?=$item['entrep']?></td>
|
||||
<td class="right"><?=$item['secteur']?></td>
|
||||
<td class="position">
|
||||
<a class="rTip"
|
||||
href=""
|
||||
rel="<?=$this->url(array(
|
||||
<a class="rTip" href="" rel="<?=$this->url(array(
|
||||
'controller'=>'finance',
|
||||
'action'=>'ratiosgraph',
|
||||
'siret' => $this->siret,
|
||||
@ -153,9 +142,6 @@
|
||||
</table>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,6 +1,4 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">SUBVENTIONS</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Subvention")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -13,11 +11,9 @@
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Détail de la subvention</h2>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<div class="row"><h2>Détail de la subvention</h2></div>
|
||||
<table class="table data">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Année</td>
|
||||
@ -62,6 +58,3 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
@ -1,5 +1,4 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">SUBVENTIONS</h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Subventions")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
@ -15,14 +14,13 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Liste des subventions</h2>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h2>Liste des subventions</h2></div>
|
||||
<?php if ($this->msg) {?>
|
||||
<?=$this->msg?>
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if (count($this->subventions)>0) {?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered data">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Année</th>
|
||||
@ -58,7 +56,6 @@ Aucune subvention.
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<?php if ($this->lienPagePrecedente) { ?>
|
||||
@ -71,5 +68,3 @@ Aucune subvention.
|
||||
<a href="<?=$this->lienPageSuivante?>" title="Page suivante...">>></a>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -1,10 +1,5 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<h1>SYNTHÈSE</h1>
|
||||
<div class="paragraph">
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Synthèse")?></h1></div>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -51,16 +46,12 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (!isset($this->tabResult)){?>
|
||||
<div class="paragraph">
|
||||
Aucun bilan disponible.
|
||||
</div>
|
||||
<?php } else {?>
|
||||
<div class="paragraph">
|
||||
<table id="synthese">
|
||||
<table class="table" id="synthese">
|
||||
<thead>
|
||||
<tr>
|
||||
<th align="center">
|
||||
@ -115,7 +106,6 @@ Aucun bilan disponible.
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<?php if ($this->graph):?>
|
||||
@ -129,5 +119,4 @@ Aucun bilan disponible.
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?php }?>
|
@ -4,6 +4,8 @@
|
||||
<img class="center-block" src="<?=$this->theme->pathImg?>/logos/logo.png" width="200" height="60" />
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-3">
|
||||
|
||||
<?php if ($this->Suivi) {?>
|
||||
<div class="btn-group btn-group-sm site-title-buttons">
|
||||
<button type="button" class="btn btn-info">Suivi</button>
|
||||
<button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||||
@ -11,16 +13,20 @@
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
|
||||
|
||||
<?php if (count($this->Suivi)==0) {?>
|
||||
<li><a href="#">Aucun suivi</a></li>
|
||||
|
||||
|
||||
<?php } else {?>
|
||||
<?php foreach ($this->Suivi as $item) {?>
|
||||
<li><a href="#"><?=$item['label']?></a></li>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
<li class="divider"></li>
|
||||
<li><a href="#">Ajouter au portefeuille</a></li>
|
||||
<li><a href="#">Voir le portefeuille</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-3">
|
||||
<div class="input-group input-group-sm site-title-buttons">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="row"><h1>LISTE DES ÉVÉNEMENTS</h1></div>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Liste des événements")?></h1></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4"><p class="identite-label">Numéro identifiant Siren</p></div>
|
||||
|
@ -12,16 +12,6 @@
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
|
||||
<?php if ( !empty($this->surveillance) ) {?>
|
||||
<div class="paragraph" style="clear:both;">
|
||||
<?php echo $surveillances = $this->action('infos','surveillance', null, array('siret' => $this->siret))?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
|
||||
<?php if (!empty($this->dateDerMaj)) { ?>
|
||||
<div class="row">
|
||||
<span class="label label-warning pull-right datemaj">
|
||||
@ -54,40 +44,6 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
||||
<h2><?=$this->translate("Dénomination sociale & Coordonnées")?></h2>
|
||||
</div>
|
||||
|
||||
<?php if ( empty($this->AutrePage) && $this->accessWorldCheck) { ?>
|
||||
<!-- <div style="float:right;">
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck',
|
||||
'action'=>'occurence',
|
||||
'dirSociete'=>$this->infos->Nom,
|
||||
'dirSocNom2'=>$this->infos->Nom2,
|
||||
'dirSocNomLong'=>$this->infos->NomLong,
|
||||
'dirSocCommercial'=>$this->infos->NomCommercial,
|
||||
'dirSocSigle'=>$this->infos->Sigle,
|
||||
'dirSocSigleLong'=>$this->infos->SigleLong,
|
||||
'dirSocEnseigne'=>$this->infos->Enseigne,
|
||||
'dirSocEnseigneLong'=>$this->infos->EnseigneLong,
|
||||
'dirType' =>'ORGANISATION',
|
||||
'siren'=>substr($this->siret, 0, 9)
|
||||
), 'default', true)?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
</div>
|
||||
<script>
|
||||
$('img.wcheck').each(function(){
|
||||
$(this).qtip({
|
||||
hide: { event: 'unfocus' },
|
||||
show: { solo: true, delay: 500 },
|
||||
content: {
|
||||
button: true,
|
||||
title: 'WorlCheck',
|
||||
text: "Chargement...",
|
||||
ajax: { url: $(this).data('url') } },
|
||||
position: { my: 'right center', at: 'left center' }
|
||||
});
|
||||
});
|
||||
</script>
|
||||
-->
|
||||
<?php }?>
|
||||
|
||||
<?php
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NomCommercial']);
|
||||
|
@ -1,5 +1,4 @@
|
||||
<div id="center">
|
||||
<h1>Informations Groupe</h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Informations Groupe")?></h1></div>
|
||||
<?php if ($this->result->grpSiren=='') {?>
|
||||
<div class="paragraph">Aucune information disponible.</div>
|
||||
<?php } elseif (is_string($result)) { ?>
|
||||
@ -146,5 +145,4 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
@ -1,9 +1,5 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<h1>LIENS INTER-ENTREPRISES</h1>
|
||||
<div class="row"><h1 class="titre"><?=$this->translate("Liens inter-entreprises")?></h1></div>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<?php if ($this->siren) {?>
|
||||
@ -144,13 +140,11 @@ a.lienNom:visited {color:#535353;}
|
||||
<?php foreach ($liste as $part) {?>
|
||||
|
||||
<?php if ($part == 'actionnaires') {?>
|
||||
<h2>Actionnariat</h2>
|
||||
<div class="row"><h2>Actionnariat</h2></div>
|
||||
<?php } else {?>
|
||||
<h2>Participations</h2>
|
||||
<div class="row"><h2>Participations</h2></div>
|
||||
<?php }?>
|
||||
|
||||
<div class="paragraph">
|
||||
|
||||
<?php if ($this->PP && $part == 'actionnaires') {?>
|
||||
|
||||
Cette entreprise est une personne physique exerçant son activité en nom propre sous la forme d'une entreprise individuelle.
|
||||
@ -172,7 +166,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->$part)>0 ) {?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered data">
|
||||
<?php foreach ($this->$part as $lien) {?>
|
||||
<?php
|
||||
$trStyle = '';
|
||||
@ -263,14 +257,12 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->directions)>0 ) {?>
|
||||
<h2>Fonctions de directions</h2>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<table class="table table-bordered data">
|
||||
<?php foreach ($this->directions as $lien) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="100" valign="top"><strong><?=$lien->fonction?> de</strong></td>
|
||||
@ -302,17 +294,12 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<script>
|
||||
$('td.lienfiche').each(function(){
|
||||
|
Loading…
Reference in New Issue
Block a user