Correction visuel lorsque bilan manquant pour une année
This commit is contained in:
parent
702577da0c
commit
3f87db41ef
@ -200,11 +200,36 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep)){
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ACTIF</th>
|
||||
<th class="date"><?php print substr($bilansInfos[4]['dateCloture'],6,2).'/'.substr($bilansInfos[4]['dateCloture'],4,2).'/'.substr($bilansInfos[4]['dateCloture'],0,4);?><br/><?php print $bilansInfos[4]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[3]['dateCloture'],6,2).'/'.substr($bilansInfos[3]['dateCloture'],4,2).'/'.substr($bilansInfos[3]['dateCloture'],0,4);?><br/><?php print $bilansInfos[3]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[0]['dateCloture'],6,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[4]['dateCloture'])) {
|
||||
print substr($bilansInfos[4]['dateCloture'],6,2).'/'.substr($bilansInfos[4]['dateCloture'],4,2).'/'.substr($bilansInfos[4]['dateCloture'],0,4);?><br/><?php print $bilansInfos[4]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[3]['dateCloture'])) {
|
||||
print substr($bilansInfos[3]['dateCloture'],6,2).'/'.substr($bilansInfos[3]['dateCloture'],4,2).'/'.substr($bilansInfos[3]['dateCloture'],0,4);?><br/><?php print $bilansInfos[3]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[2]['dateCloture'])) {
|
||||
print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[1]['dateCloture'])) {
|
||||
print substr($bilansInfos[1]['dateCloture'],6,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[0]['dateCloture'])) {
|
||||
print substr($bilansInfos[0]['dateCloture'],6,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th>% T.B.</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -318,11 +343,36 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep)){
|
||||
<thead>
|
||||
<tr>
|
||||
<th>PASSIF</th>
|
||||
<th class="date"><?php print substr($bilansInfos[4]['dateCloture'],5,2).'/'.substr($bilansInfos[4]['dateCloture'],4,2).'/'.substr($bilansInfos[4]['dateCloture'],0,4);?><br/><?php print $bilansInfos[4]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[3]['dateCloture'],5,2).'/'.substr($bilansInfos[3]['dateCloture'],4,2).'/'.substr($bilansInfos[3]['dateCloture'],0,4);?><br/><?php print $bilansInfos[3]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],5,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],5,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[0]['dateCloture'],5,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[4]['dateCloture'])) {
|
||||
print substr($bilansInfos[4]['dateCloture'],6,2).'/'.substr($bilansInfos[4]['dateCloture'],4,2).'/'.substr($bilansInfos[4]['dateCloture'],0,4);?><br/><?php print $bilansInfos[4]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[3]['dateCloture'])) {
|
||||
print substr($bilansInfos[3]['dateCloture'],6,2).'/'.substr($bilansInfos[3]['dateCloture'],4,2).'/'.substr($bilansInfos[3]['dateCloture'],0,4);?><br/><?php print $bilansInfos[3]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[2]['dateCloture'])) {
|
||||
print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[1]['dateCloture'])) {
|
||||
print substr($bilansInfos[1]['dateCloture'],6,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[0]['dateCloture'])) {
|
||||
print substr($bilansInfos[0]['dateCloture'],6,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th>% T.B.</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -438,11 +488,36 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep)){
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">SOLDES INTERMEDIAIRES DE GESTION</th>
|
||||
<th class="date"><?php print substr($bilansInfos[4]['dateCloture'],5,2).'/'.substr($bilansInfos[4]['dateCloture'],4,2).'/'.substr($bilansInfos[4]['dateCloture'],0,4);?><br/><?php print $bilansInfos[4]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[3]['dateCloture'],5,2).'/'.substr($bilansInfos[3]['dateCloture'],4,2).'/'.substr($bilansInfos[3]['dateCloture'],0,4);?><br/><?php print $bilansInfos[3]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],5,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],5,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[0]['dateCloture'],5,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[4]['dateCloture'])) {
|
||||
print substr($bilansInfos[4]['dateCloture'],6,2).'/'.substr($bilansInfos[4]['dateCloture'],4,2).'/'.substr($bilansInfos[4]['dateCloture'],0,4);?><br/><?php print $bilansInfos[4]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[3]['dateCloture'])) {
|
||||
print substr($bilansInfos[3]['dateCloture'],6,2).'/'.substr($bilansInfos[3]['dateCloture'],4,2).'/'.substr($bilansInfos[3]['dateCloture'],0,4);?><br/><?php print $bilansInfos[3]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[2]['dateCloture'])) {
|
||||
print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[1]['dateCloture'])) {
|
||||
print substr($bilansInfos[1]['dateCloture'],6,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[0]['dateCloture'])) {
|
||||
print substr($bilansInfos[0]['dateCloture'],6,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th>% C.A.</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -289,10 +289,25 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep)){
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th class="date"><?php print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois</th>
|
||||
<th class="date"><?php print substr($bilansInfos[1]['dateCloture'],6,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[2]['dateCloture'])) {
|
||||
print substr($bilansInfos[2]['dateCloture'],6,2).'/'.substr($bilansInfos[2]['dateCloture'],4,2).'/'.substr($bilansInfos[2]['dateCloture'],0,4);?><br/><?php print $bilansInfos[2]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[1]['dateCloture'])) {
|
||||
print substr($bilansInfos[1]['dateCloture'],6,2).'/'.substr($bilansInfos[1]['dateCloture'],4,2).'/'.substr($bilansInfos[1]['dateCloture'],0,4);?><br/><?php print $bilansInfos[1]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">Evolution</th>
|
||||
<th class="date"><?php print substr($bilansInfos[0]['dateCloture'],6,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois </th>
|
||||
<th class="date">
|
||||
<?php
|
||||
if(isset($bilansInfos[0]['dateCloture'])) {
|
||||
print substr($bilansInfos[0]['dateCloture'],6,2).'/'.substr($bilansInfos[0]['dateCloture'],4,2).'/'.substr($bilansInfos[0]['dateCloture'],0,4);?><br/><?php print $bilansInfos[0]['duree']; ?> mois
|
||||
<?php }else{ print '-'; } ?>
|
||||
</th>
|
||||
<th class="date">Evolution</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user