Modification url
This commit is contained in:
parent
8713459938
commit
c8789d4a98
@ -7,7 +7,7 @@
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<h2>INDISCORE©</h2>
|
||||
<h2>INDISCORE©</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
@ -28,7 +28,7 @@
|
||||
<td width="30"> </td>
|
||||
<td width="200"></td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->action('scorecutoff','saisie',null, array('siren'=>$this->indiscore->Siren)); ?>
|
||||
<?php //$this->action('scorecutoff', 'saisie', 'default', array('siren'=>$this->indiscore->Siren)); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
@ -36,7 +36,7 @@
|
||||
<td width="30"> </td>
|
||||
<td width="200"> </td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<a href=<?=$this->url(array('controller'=>'evaluation', 'action'=>'scoreshisto', 'siret' => $this->siret)); ?>>
|
||||
<a href=<?=$this->url(array('module'=>'legal', 'controller'=>'evaluation', 'action'=>'scoreshisto', 'siret'=>$this->siret), 'default', true); ?>>
|
||||
<?=$this->translate("Consulter l'historique des IndiScore");?></a>
|
||||
</td>
|
||||
</tr>
|
||||
@ -110,7 +110,7 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td colspan="2">
|
||||
<a href="<?=$this->url(array('controller'=>'evaluation', 'action'=>'aviscredit', 'siret' => $this->siret))?>">
|
||||
<a href="<?=$this->url(array('module'=>'legal', 'controller'=>'evaluation', 'action'=>'aviscredit', 'siret'=>$this->siret))?>">
|
||||
Saisir votre demande d'avis credit personnalisé</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -21,8 +21,8 @@
|
||||
<?php } else {?>
|
||||
<form>
|
||||
<select name="typeBilan">
|
||||
<option value="N"<?=($this->typeBilan=='N')? ' selected' : '';?>>Réel normal ou Simplifié</option>
|
||||
<option value="C"<?=($this->typeBilan=='C')? ' selected' : '';?>>Consolidé</option>
|
||||
<option value="N"<?=($this->typeBilan=='N') ? ' selected' : '';?>>Réel normal ou Simplifié</option>
|
||||
<option value="C"<?=($this->typeBilan=='C') ? ' selected' : '';?>>Consolidé</option>
|
||||
</select>
|
||||
</form>
|
||||
<?php }?>
|
||||
@ -35,8 +35,8 @@
|
||||
<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>
|
||||
href="<?=$this->url(array('module'=>'legal', '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 }?>
|
||||
|
||||
@ -84,13 +84,8 @@
|
||||
</table>
|
||||
|
||||
<div class="text-center">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'actif',
|
||||
'typeBilan' => $this->typeBilan,
|
||||
'dateCloture' => $this->lastDateCloture,
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
))?>
|
||||
<?=$this->action('bilangraph', 'finance', 'legal', array('type'=>'actif', 'typeBilan'=>$this->typeBilan,
|
||||
'dateCloture' => $this->lastDateCloture, 'siret' => $this->siret, 'id' => $this->id))?>
|
||||
</div>
|
||||
|
||||
<table class="bilans">
|
||||
@ -120,13 +115,8 @@
|
||||
</table>
|
||||
|
||||
<div class="text-center">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'passif',
|
||||
'typeBilan' => $this->typeBilan,
|
||||
'dateCloture' => $this->lastDateCloture,
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
))?>
|
||||
<?=$this->action('bilangraph', 'finance', 'legal', array('type'=>'passif', 'typeBilan'=>$this->typeBilan,
|
||||
'dateCloture'=>$this->lastDateCloture, 'siret'=>$this->siret, 'id'=>$this->id))?>
|
||||
</div>
|
||||
|
||||
<h2>Soldes Intermédiaire de Gestion</h2>
|
||||
@ -160,13 +150,8 @@
|
||||
</table>
|
||||
|
||||
<div class="text-center">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'sig',
|
||||
'typeBilan' => $this->typeBilan,
|
||||
'dateCloture' => $this->lastDateCloture,
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
))?>
|
||||
<?=$this->action('bilangraph', 'finance', 'legal', array('type'=>'sig', 'typeBilan'=>$this->typeBilan,
|
||||
'dateCloture'=>$this->lastDateCloture, 'siret'=>$this->siret, 'id'=>$this->id))?>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
@ -6,23 +6,23 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<h2>Synthèse</h2>
|
||||
<table class="identite">
|
||||
<?php if (isset($this->tabResult)){?>
|
||||
<?php if (isset($this->tabResult)) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200">Type de bilans</td>
|
||||
<td width="350">
|
||||
<?php if ($this->nbBilanC==0){?>
|
||||
<?php if ($this->nbBilanC==0) {?>
|
||||
Réel normal ou Simplifié
|
||||
<?php } elseif ($this->nbBilanN==0){?>
|
||||
<?php } elseif ($this->nbBilanN==0) {?>
|
||||
Consolidé
|
||||
<?php } else {?>
|
||||
<form>
|
||||
<select name="typeBilan">
|
||||
<option value="N"<?=($this->typeBilan=='N')? ' selected' : '';?>>Réel normal ou Simplifié</option>
|
||||
<option value="C"<?=($this->typeBilan=='C')? ' selected' : '';?>>Consolidé</option>
|
||||
<option value="N"<?=($this->typeBilan=='N') ? ' selected' : '';?>>Réel normal ou Simplifié</option>
|
||||
<option value="C"<?=($this->typeBilan=='C') ? ' selected' : '';?>>Consolidé</option>
|
||||
</select>
|
||||
</form>
|
||||
<?php }?>
|
||||
@ -35,7 +35,7 @@
|
||||
<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)?>"
|
||||
href="<?=$this->url(array('module'=>'legal', '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 }?>
|
||||
@ -50,9 +50,9 @@
|
||||
<tr>
|
||||
<th align="center">
|
||||
<?php if (count($this->tabRatio)==1){?>
|
||||
<a href="<?=$this->url(array('controller'=>'finance', 'action'=>'synthese', 'siret'=>$this->siret, 'id'=>$this->id), 'default', true)?>">
|
||||
<img src="/themes/default/images/finance/char_bar.png" alt="Retour à la page complète" />
|
||||
</a>
|
||||
<a href="<?=$this->url(array('module'=>'legal', 'controller'=>'finance', 'action'=>'synthese',
|
||||
'siret'=>$this->siret, 'id'=>$this->id), 'default', true)?>">
|
||||
<img src="/themes/default/images/finance/char_bar.png" alt="Retour à la page complète" /></a>
|
||||
<?php }?>
|
||||
</th>
|
||||
<th class="date"><?=$this->tabResult[0]['dateCloture']?><br/><?=$this->tabResult[0]['duree']?></th>
|
||||
@ -76,9 +76,9 @@
|
||||
<td class="right"><?=$this->tabResult[2]['entrepEvol'][$ratio]?></td>
|
||||
<td>
|
||||
<?php if ($this->graph) { ?>
|
||||
<a class="sTip" data-url="<?=$this->url(array('controller'=>'finance', 'action'=>'synthesegraphevol',
|
||||
<a class="sTip" data-url="<?=$this->url(array('module'=>'legal', 'controller'=>'finance', 'action'=>'synthesegraphevol',
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'ratio'=>$ratio), 'default', true)?>" data-title="<?=$info['titre']?>"
|
||||
href="<?=$this->url(array('controller'=>'finance', 'action'=>'synthese', 'siret'=>$this->siret,
|
||||
href="<?=$this->url(array('module'=>'legal', 'controller'=>'finance', 'action'=>'synthese', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'ratio'=>$ratio), 'default', true)?>">
|
||||
<img src="/themes/default/images/finance/char_bar.png" alt="Visionner le graphique">
|
||||
</a>
|
||||
@ -91,7 +91,7 @@
|
||||
|
||||
<p>
|
||||
<?php if ($this->graph) {?>
|
||||
<?=$this->action('synthesegraphcompare', 'finance', null, array('siret'=>$this->siret, 'id'=>$this->id, 'typeBilan'=>$this->typeBilan))?>
|
||||
<?=$this->action('synthesegraphcompare', 'finance', 'legal', array('siret'=>$this->siret, 'id'=>$this->id, 'typeBilan'=>$this->typeBilan))?>
|
||||
<?php } else {?>
|
||||
<b>Les informations sont insuffisantes pour générer le graphique de synthèse.</b>
|
||||
<?php }?>
|
||||
|
@ -16,8 +16,7 @@
|
||||
<?php } else {?>
|
||||
|
||||
|
||||
<form class="form-inline" action="<?=$this->url(array('module'=>'default','controller'=>'juridique',
|
||||
'action'=>'ctx'))?>" method="post">
|
||||
<form class="form-inline" action="<?=$this->url(array('module'=>'legal','controller'=>'juridique', 'action'=>'ctx'))?>" method="post">
|
||||
<div class="form-group">
|
||||
<label>Affaire(s) en tant que</label>
|
||||
<select class="form-control input-sm" name="type">
|
||||
|
@ -42,8 +42,8 @@
|
||||
<td width="30"> </td>
|
||||
<td width="100">Le <?=$item['DateParution']?></td>
|
||||
<td width="450" colspan="2">
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'infosreg', 'siret'=>$this->siret, 'idann'=>$item['id']),'default',true)?>">
|
||||
<?=$item['titre']?>
|
||||
<a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'infosreg', 'siret'=>$this->siret,
|
||||
'idann'=>$item['id']),'default',true)?>"><?=$item['titre']?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -67,9 +67,9 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
<i><?=$bilan['saisie']?></i>
|
||||
<?php }?>
|
||||
<?php if ( $bilan['isEnter']==0 && $bilan['mode']=='T' ) {?>
|
||||
<a class="dialogcmd" title="Commande de saisie de bilan" href="<?=$this->url(array('controller'=>'pieces',
|
||||
'action'=>'bilanenter', 'siren'=>$this->siren, 'date'=>$bilan['dateIso'], 'type'=>$bilan['typeCode']),
|
||||
'default', true)?>">Demander la saisie du bilan</a>
|
||||
<a class="dialogcmd" title="Commande de saisie de bilan" href="<?=$this->url(array('module'=>'legal',
|
||||
'controller'=>'pieces', 'action'=>'bilanenter', 'siren'=>$this->siren, 'date'=>$bilan['dateIso'],
|
||||
'type'=>$bilan['typeCode']), 'default', true)?>">Demander la saisie du bilan</a>
|
||||
<?php }?>
|
||||
<?php if ( $this->ModeEdition ) {?>
|
||||
<br/><a href="<?=$bilan['factice']?>" target="_blank">Créer une commande factice.</a>
|
||||
|
@ -82,8 +82,7 @@
|
||||
echo 'Partiellement radié le '.$date->toString('dd/MM/yyyy');
|
||||
}
|
||||
if (!empty($this->Privilege->RadiationMt)){
|
||||
echo ' pour un montant de '.
|
||||
number_format($priv->RadiationMt, 2, ',', ' ') .
|
||||
echo ' pour un montant de '. number_format($priv->RadiationMt, 2, ',', ' ') .
|
||||
' ' . $this->Privilege->RadiationDevise;
|
||||
}
|
||||
?>
|
||||
|
@ -56,7 +56,7 @@
|
||||
<td><?=$p->TypeLabel?></td>
|
||||
<td><?=$p->CreancierNom?></td>
|
||||
<td nowrap>
|
||||
<a href="<?=$this->url(array('controller'=>'pieces', 'action'=>'privilegedetail', 'siret'=>$this->siret,
|
||||
<a href="<?=$this->url(array('module'=>'legal', 'controller'=>'pieces', 'action'=>'privilegedetail', 'siret'=>$this->siret,
|
||||
'viewId'=>$p->Id), 'default', true)?>"><?=number_format($p->Mt, 2, ',', ' ')?></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user