Correction bug de la cle sur le tableau des bilans (pieces officielles)

This commit is contained in:
Michael RICOIS 2013-09-30 09:51:29 +00:00
parent 8d8369d7a7
commit 0a4f9df1b2
4 changed files with 12 additions and 9 deletions

View File

@ -376,7 +376,7 @@ class PiecesController extends Zend_Controller_Action
{
$infosBilan = array();
$infosBilan['date'] = $item['date_cloture'];
$infosBilan['type'] = 'Comptes millésime '.$item['millesime'];
$infosBilan['type'] = 'Comptes '.$item['type'].' millésime '.$item['millesime'];
$infosBilan['mode'] = $item['mode'];
$infos = array(
'date_cloture' => $item['date_cloture'],

View File

@ -29,11 +29,13 @@
</tr>
<?php }?>
</table>
</div>
<div style="margin:5px;" class="ui-state-highlight ui-corner-all">
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.
</p></div>
</p>
</div>
<h2>Actes & Status</h2>
<div class="paragraph">

View File

@ -547,13 +547,15 @@ class Infogreffe
$bilan['mode_diffusion'][] = $mode->getAttribute('type');
}
Zend_Registry::get('firebug')->info('Bilan : '.$bilan['date_cloture'].' '.$bilan['type_comptes']);
//Génération de l'index pour le tri
$date = $bilan['date_cloture_iso'];
if(!empty($date))
{
$datef = substr($date,0,4).substr($date,5,2).substr($date,8,2);
$key = substr($date,0,4).substr($date,5,2).substr($date,8,2).'-'.$bilan['num_depot'];
//Affectation liste générale avec un index permettant le tri
$bilans[$datef] = $bilan;
$bilans[$key] = $bilan;
}
}
krsort($bilans);

View File

@ -657,12 +657,11 @@ input[type="checkbox"] { margin:0 5px 0 5px; border:0; }
.submit {text-align:center;}
.noborder {border:none;}
#message {margin:10px 0 10px 30px;}
table.greffe {width:95%; margin:5px 10px;border-collapse:collapse;}
table.greffe th {border:1px solid #000000;padding:8px 4px 8px 4px;background-color:#eeeeee;text-align: center; }
table.greffe .date { text-align: center; }
table.greffe td.date { background-color:#2b2b8b;color:white;font-weight:bold;}
table.greffe {width:100%;border-collapse:collapse;}
table.greffe th {border:1px solid #000000;padding:8px 4px 8px 4px;background-color:#eeeeee;text-align:center; }
table.greffe td.date {text-align:center;background-color:#2b2b8b;color:white;font-weight:bold;width:90px;}
table.greffe td { border:1px solid #000000;padding:8px 4px 8px 4px;}
table.greffe td.decision { width:50%; }
table.greffe td.decision {}
table.greffe td.type {text-align:center;}
/* Kbis