Design
This commit is contained in:
parent
158b18ac66
commit
b6ad1a5988
@ -56,12 +56,12 @@
|
||||
<?php } else {?>
|
||||
|
||||
<h3>Bilan actif - passif</h3>
|
||||
<table class="bilans">
|
||||
<table class="table table-bordered table-condensed bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Actif</th>
|
||||
<?php foreach($this->tabResultActif as $info) { ?>
|
||||
<th class="date" >
|
||||
<th>
|
||||
<?=$info['dateCloture']?><br/><?=$info['duree']?>
|
||||
</th>
|
||||
<?php }?>
|
||||
@ -72,8 +72,7 @@
|
||||
<tbody>
|
||||
<?php foreach($this->tabRatioActif as $idRatio => $info) { ?>
|
||||
<tr<?php if (!empty($info['class'])) echo ' class="'.$info['class'].'"'?>>
|
||||
<td>
|
||||
<?=$info['titre']?></td>
|
||||
<td><?=$info['titre']?></td>
|
||||
<?php foreach($this->tabResultActif as $value) { ?>
|
||||
<td class="left"><?=$value['entrep'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
@ -88,12 +87,12 @@
|
||||
'dateCloture' => $this->lastDateCloture, 'siret' => $this->siret, 'id' => $this->id))?>
|
||||
</div>
|
||||
|
||||
<table class="bilans">
|
||||
<table class="table table-bordered table-condensed bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Passif</th>
|
||||
<?php foreach($this->tabResultPassif as $info) { ?>
|
||||
<th class="date" >
|
||||
<th>
|
||||
<?=$info['dateCloture']?><br/><?=$info['duree']?>
|
||||
</th>
|
||||
<?php }?>
|
||||
@ -103,8 +102,7 @@
|
||||
<tbody>
|
||||
<?php foreach($this->tabRatioPassif as $idRatio => $info) { ?>
|
||||
<tr<?php if (!empty($info['class'])) echo ' class="'.$info['class'].'"'?>>
|
||||
<td>
|
||||
<?=$info['titre']?></td>
|
||||
<td><?=$info['titre']?></td>
|
||||
<?php foreach($this->tabResultPassif as $value) { ?>
|
||||
<td class="left"><?=$value['entrep'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
@ -120,12 +118,12 @@
|
||||
</div>
|
||||
|
||||
<h2>Soldes Intermédiaire de Gestion</h2>
|
||||
<table class="bilans">
|
||||
<table class="table table-bordered table-condensed bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">SOLDES INTERMEDIAIRE DE GESTION</th>
|
||||
<?php foreach($this->tabResultSig as $info) { ?>
|
||||
<th class="date" >
|
||||
<th>
|
||||
<?=$info['dateCloture']?><br/><?=$info['duree']?>
|
||||
</th>
|
||||
<?php }?>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></small></h1>
|
||||
</div>
|
||||
|
||||
<h2 class="titre">Flux de Trésorerie</h2>
|
||||
<h2>Flux de Trésorerie</h2>
|
||||
|
||||
<table>
|
||||
<?php if ($this->nbBilanN > 0 || $this->nbBilanC > 0) { ?>
|
||||
@ -13,11 +13,11 @@
|
||||
<td width="200">Type de bilans</td>
|
||||
<td width="340">
|
||||
<?php if ($this->nbBilanN > 0 && $this->nbBilanC > 0) { ?>
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array('module'=>'legal',
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array('module'=>'legal',
|
||||
'controller'=>'finance', 'action'=>'flux',
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'type'=>'N'), 'default', true)?>"
|
||||
<?php if ($this->typeBilan == 'N') { echo ' checked'; }?>/><label>Réel normal ou Simplifié</label>
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array('module'=>'legal',
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array('module'=>'legal',
|
||||
'controller'=>'finance', 'action'=>'flux',
|
||||
'siret'=>$this->siret, 'id'=>$this->id, 'type'=>'C'), 'default', true)?>"
|
||||
<?php if ($this->typeBilan == 'C') { echo ' checked'; }?>/><label>Consolidé</label>
|
||||
@ -31,7 +31,7 @@
|
||||
<?php } ?>
|
||||
</table>
|
||||
|
||||
<table class="bilans">
|
||||
<table class="table table-bordered table-condensed bilans">
|
||||
<tr class="subhead">
|
||||
<td colspan="2"> </td>
|
||||
<?php foreach ($this->dateCloture as $k => $date) { ?>
|
||||
|
@ -4,7 +4,6 @@
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></small></h1>
|
||||
</div>
|
||||
|
||||
<h2>Liasse fiscale</h2>
|
||||
<?php if ($this->UserModeEdit) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<?php if (in_array('actif', $ancres)) {?>
|
||||
<a id="actif">Actif</a>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tr>
|
||||
<td colspan="2"></td>
|
||||
<td>
|
||||
@ -387,7 +387,7 @@
|
||||
<?php }?>
|
||||
<?php if (in_array('passif', $ancres)) {?>
|
||||
<a id="passif">Passif</a>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<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 class="table table-bordered table-condensed" id="LiasseTable" style="width:100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2">
|
||||
@ -931,7 +931,7 @@
|
||||
</table>
|
||||
<br/>
|
||||
<b>Compte de résultat suite</b>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" rowspan="2"><b>CADRE A</b></td>
|
||||
@ -1400,7 +1400,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><b>CADRE A</b></td>
|
||||
@ -1795,7 +1795,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><b>CADRE B</b></td>
|
||||
@ -1985,7 +1985,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="2"><b>CADRE A</b></td>
|
||||
@ -2596,7 +2596,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table id="LiasseTable">
|
||||
<table class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="11">I. Réintégrations</td>
|
||||
@ -3114,7 +3114,7 @@
|
||||
|
||||
<?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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="5">I. SUIVI DES DÉFICITS</td>
|
||||
@ -3250,7 +3250,7 @@ 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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tr>
|
||||
<td colspan="5">CONSÉQUENCES DE LA MÉTHODE PAR COMPOSANTS (art.237 septies du CGI)</td>
|
||||
</tr>
|
||||
@ -3267,7 +3267,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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tr>
|
||||
<td colspan="9">CRÉDITS D'IMPOTS</td>
|
||||
</tr>
|
||||
@ -3308,7 +3308,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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="14"><b>TABLEAU D'AFFECTATION DU RESULTAT DE L'EXERCICE PRECEDENT</b></td>
|
||||
@ -3568,7 +3568,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 class="table table-bordered table-condensed" id="LiasseTable">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="3">I - Production de l'entreprise</td>
|
||||
|
@ -73,7 +73,7 @@
|
||||
<?php if(!isset($this->tabResult)){?>
|
||||
|
||||
<?php } else {?>
|
||||
<table id="ratios" style="border-collapse:collapse">
|
||||
<table class="table" id="ratios" style="border-collapse:collapse">
|
||||
<tbody>
|
||||
<?php foreach ($this->tabResult as $item) { ?>
|
||||
<?php if (isset($item['ratio'])) { ?>
|
||||
|
@ -45,7 +45,7 @@
|
||||
<?php if (!isset($this->tabResult)){?>
|
||||
<p>Aucun bilan disponible.</p>
|
||||
<?php } else {?>
|
||||
<table class="table" id="synthese">
|
||||
<table class="table table-bordered" id="synthese">
|
||||
<thead>
|
||||
<tr>
|
||||
<th align="center">
|
||||
@ -55,19 +55,19 @@
|
||||
<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>
|
||||
<th class="date">Evolution</th>
|
||||
<th class="date"><?=$this->tabResult[1]['dateCloture']?><br/><?=$this->tabResult[1]['duree']?></th>
|
||||
<th class="date">Evolution</th>
|
||||
<th class="date"><?=$this->tabResult[2]['dateCloture']?><br/><?=$this->tabResult[2]['duree']?></th>
|
||||
<th class="date">Evolution</th>
|
||||
<th><?=$this->tabResult[0]['dateCloture']?><br/><?=$this->tabResult[0]['duree']?></th>
|
||||
<th>Evolution</th>
|
||||
<th><?=$this->tabResult[1]['dateCloture']?><br/><?=$this->tabResult[1]['duree']?></th>
|
||||
<th>Evolution</th>
|
||||
<th><?=$this->tabResult[2]['dateCloture']?><br/><?=$this->tabResult[2]['duree']?></th>
|
||||
<th>Evolution</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php foreach($this->tabRatio as $ratio => $info) { ?>
|
||||
<tr>
|
||||
<td class="head qtip-tooltip" data-tooltip="<?=$info['comment']?>"><?=$info['titre']?></td>
|
||||
<td class="qtip-tooltip" scope="row" data-tooltip="<?=$info['comment']?>"><?=$info['titre']?></td>
|
||||
<td class="right"><?=$this->tabResult[0]['entrep'][$ratio]?></td>
|
||||
<td class="right"><?=$this->tabResult[0]['entrepEvol'][$ratio]?></td>
|
||||
<td class="right"><?=$this->tabResult[1]['entrep'][$ratio]?></td>
|
||||
|
@ -256,24 +256,50 @@ td.lientype { width:100px; }
|
||||
|
||||
/* Finance
|
||||
----------------------------------*/
|
||||
.bilans {font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size:12px; margin: 10px 0 0 0; width:100%; text-align:left; border-collapse:collapse;}
|
||||
.bilans th {padding:4px; font-weight:normal; font-size:11px; border:1px solid #000; color:#000; background:#b9c9fe; text-align:center; font-weight:bold;}
|
||||
.bilans td {font-size:11px;padding:4px; border:1px solid #000; color:#000;}
|
||||
.bilans td.graph {padding:0; margin:0;}
|
||||
.bilans th.date {font-size:10px;cursor:pointer}
|
||||
.bilans td.right {text-align:right;}
|
||||
.bilans td.center {text-align: center;}
|
||||
.bilans td.italique {font-style:italic;}
|
||||
.bilans tr.subhead td {font-size:10px;padding:4px; background:#b9c9fe; border: 1px solid #000; font-weight:bold; color:#000;}
|
||||
.bilans tr.darkblue td {padding:4px; background:#00008c; border: 1px solid #000; font-weight:bold; color:#fff;}
|
||||
.bilans tr {font-size:10px};
|
||||
.entete {margin:1px;}
|
||||
.subentete {margin:2px;}
|
||||
.bilanDatas:hover td{background-color:#E5EBFF;}
|
||||
.bilans th {
|
||||
color: #000;
|
||||
background: #b9c9fe;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
.bilans td {
|
||||
color:#000;
|
||||
}
|
||||
.bilans td.graph {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.bilans td.right {
|
||||
text-align:right;
|
||||
}
|
||||
.bilans td.center {
|
||||
text-align: center;
|
||||
}
|
||||
.bilans td.italique {
|
||||
font-style:italic;
|
||||
}
|
||||
.bilans tr.subhead td {
|
||||
background:#b9c9fe;
|
||||
font-weight:bold;
|
||||
color:#000;
|
||||
}
|
||||
.bilans tr.darkblue td {
|
||||
background:#00008c;
|
||||
font-weight:bold;
|
||||
color:#fff;
|
||||
}
|
||||
#ratios { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; width:100%; border-collapse:collapse; }
|
||||
#ratios a { color:#000000; cursor:help; }
|
||||
#ratios th { padding:8px; font-weight:normal; font-size:13px; color:#039; background:#b9c9fe; }
|
||||
#ratios td { padding:8px; border:1px solid #000; color:#000; }
|
||||
#ratios th {
|
||||
font-weight:normal;
|
||||
font-size:13px;
|
||||
color:#039;
|
||||
background:#b9c9fe;
|
||||
}
|
||||
#ratios td {
|
||||
border:1px solid #000;
|
||||
}
|
||||
#ratios td.center { text-align:center; }
|
||||
#ratios td.italique { font-style:italic ; }
|
||||
#ratios td.right { text-align:right; }
|
||||
@ -283,25 +309,22 @@ td.lientype { width:100px; }
|
||||
#ratios tr:hover td { background-color:#E5EBFF; }
|
||||
#rowGraph:hover {background-color: silver;}
|
||||
#ratio {clear: both;font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;font-size: 12px;margin: 10px 0 0;text-align: left;width: 100%;}
|
||||
#LiasseTable {border-collapse: collapse;color:#606060;margin:5px 0 10px 0;}
|
||||
#LiasseTable td {font-size:11px;font-family: arial,sans-serif;border:1px solid silver;padding:2px;}
|
||||
#LiasseTable td.amount-value {min-width:70px;}
|
||||
#liasseForm th {color:#606060;font-weight:bold;}
|
||||
#liasseForm {margin-left:30px;}
|
||||
#liasseForm td {color:#606060;}
|
||||
#synthese {border-collapse: collapse;clear: both;font-size: 12px;padding: 2px;text-align: left;width: 100%;font-family: arial,sans-serif;font-size: 11px;}
|
||||
#synthese .head {font-weight: bold;}
|
||||
#synthese th {background-color:#B9C9FE; border:1px solid #FFFFFF; color:#003399; font-size:13px; font-weight:normal; padding:4px;}
|
||||
#synthese td.right {text-align: right;}
|
||||
#synthese td {background: none repeat scroll 0 0 #E8EDFF;border: 1px solid #FFFFFF;color: #666699;padding: 4px;}
|
||||
#synthese tr:hover td {background: none repeat scroll 0 0 #D0DAFD;}
|
||||
#tabbed_box {margin: 0px auto 0px auto;width:300px;}
|
||||
.tabbed_box h4 {font-family:Arial, Helvetica, sans-serif;font-size:23px;color:#ffffff;letter-spacing:-1px;margin-bottom:10px;}
|
||||
.tabbed_box h4 small {color:#e3e9ec;font-weight:normal;font-size:9px;font-family:Verdana, Arial, Helvetica, sans-serif;text-transform:uppercase;position:relative;top:-4px;left:6px;letter-spacing:0px;}
|
||||
.tabbed_area {text-align:center;background-color:#636d76;padding:8px;}
|
||||
#synthese th {
|
||||
text-align: right;
|
||||
vertical-align: top;
|
||||
color: #fff;
|
||||
background-color: #1a5c7d;
|
||||
}
|
||||
#synthese td.right {
|
||||
text-align: right;
|
||||
}
|
||||
ul.tabs {margin:0px; padding:0px;margin-top:5px;margin-bottom:6px;}
|
||||
ul.tabs li {list-style:none;display:inline;line-height:32px;}
|
||||
ul.tabs li a {background-color:#464c54;color:#ffebb5;padding:8px 14px 8px 14px;text-decoration:none;font-size:9px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;border:1px solid #FFFFFF;}
|
||||
ul.tabs li a {background-color:#464c54;color:#ffebb5;padding:8px 14px 8px 14px;text-decoration:none;font-size:10px;font-weight:bold;text-transform:uppercase;border:1px solid #FFFFFF;}
|
||||
ul.tabs li a:hover {background-color:#2f343a;border-color:#2f343a;}
|
||||
ul.tabs li a.active {background-color:#ffffff;color:#282e32;border:1px solid #464c54;border-bottom: 1px solid #ffffff;}
|
||||
.content {background-color:#ffffff;margin:10px 0;padding:0;}
|
||||
@ -311,7 +334,7 @@ ul.tabs li a.active {background-color:#ffffff;color:#282e32;border:1px solid #46
|
||||
.content ul li a {text-decoration:none;color:#3e4346;}
|
||||
.content ul li a small {color:#8b959c;font-size:9px;text-transform:uppercase;font-family:Verdana, Arial, Helvetica, sans-serif;position:relative;left:4px;top:0px;}
|
||||
.content ul li:last-child {border-bottom:none;}
|
||||
table.liasse {width:100%;border-collapse:collapse;}
|
||||
|
||||
table.liasse th {border:1px solid #000000;padding:8px 4px 8px 4px;background-color:#eeeeee;text-align:center; }
|
||||
table.liasse td.date {text-align:center;background-color:#2b2b8b;color:white;font-weight:bold;width:90px;}
|
||||
table.liasse td {padding:8px 4px 8px 4px;border:1px solid #000000;vertical-align:top;}
|
||||
|
Loading…
Reference in New Issue
Block a user